Image format Converting using Jmagick

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
rohitpatil

Image format Converting using Jmagick

Post by rohitpatil »

Hello,
I am using JMagick for Image Management in my program.I am successful in the scaling image,croping image and rotating image. Images of types .jpg,.jpeg,.bmp,.png.

Anybody know the file format of .svg I think it is better to convert Image first in the .svg format and then Process Image that will give best quality of Images.

Now I am trying to convert images from one file format to other file format anybody know how to to this using Jmajick I searched in the Jmagick package but I didn't get any class to convert Image format.

Can anybody help me for this Image conversion

Thanks
Rohit
Post Reply