Top "Image-conversion" questions

Use this tag for questions about conversion from one image format to another.

JPG to PDF Convertor in C#

I would like to convert from an image (like jpg or png) to PDF. I've checked out ImageMagickNET, but it …

c# pdf jpeg image-conversion
Convert BufferedImage to ImageIcon

How can I convert a BufferedImage to an ImageIcon? I can not find any documentation on this.

java swing bufferedimage imageicon image-conversion
convert image to base64 in angularjs

I have a requirement where user will upload their image and i have to convert it into something and send …

angularjs image-conversion
Imagemagick Convert PDF to JPEG: FailedToExecuteCommand `"gswin32c.exe" / PDFDelegateFailed

I have PDFs that I need to convert to images. I have installed Imagemagick. I have a PDF named a.…

imagemagick image-conversion
Convert Transparent PNG to JPG with Non-Black Background Color

I'm using System.Drawing.Image in .Net to do a simple conversion from png to jpeg. I'm basically just using …

c# .net image-conversion alpha-transparency
How do I convert a TIF to PNG in Java?

Under Java what is the best way to go about converting an TIF file to a PNG? Simplicity is preferable, …

java image png tiff image-conversion
Can an SVG vector graphic be converted to a PNG file format for use in Fireworks?

As many of you know, there are quite a few websites that sell royalty free graphics. Some sites sell vector …

graphics vector svg image-conversion fireworks
Javascript TIFF Image Conversion

I am looking for a way to convert a Tiff image into a png so modern browsers can render it. …

javascript html image-conversion
Replacing vector images in a PDF with raster images

Is there any easy (scriptable) way to convert a PDF with vector images into a PDF with raster images? In …

pdf vector-graphics file-conversion image-conversion rasterizing
rgb to ycbcr conversion in matlab

I am trying to write a function in Matlab that takes an RGB image of class unit8 and double and …

matlab image-processing image-conversion