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
tiff image into JPG
Re: tiff image into JPG
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++/.