Page 1 of 1

tiff image into JPG

Posted: 2010-03-15T00:15:41-07:00
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

Re: tiff image into JPG

Posted: 2010-03-15T05:52:21-07:00
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++/.