tiff image into JPG

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
raju0003

tiff image into JPG

Post by raju0003 »

Hello Sir,

First up all i would like to say thanks for image magick developers,

Currently i am converting tiff image into jpg image using C++ . Before that i can able to convert "Convert A.tiff B.jpg" using Commend prompt but i dont know which function can i use this conversion in C. please help me !

Thanks
Raju K
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: tiff image into JPG

Post by magick »

If you are using C, try the MagickWand API @ http://www.imagemagick.org/script/magick-wand.php. For C++, see the Magick++ API @ http://www.imagemagick.org/Magick++/.
Post Reply