Hi, I am using Magick++ API to interface from C++ into IM.
I am trying to create a thumbnail just as I would from the command line using a command such as: ||convert -size 500x180 picture001.jpg -auto-orient -thumbnail 250x90 thumb_picture001.jpg| |Using the CLI I create a thumbnail roughly 2.5KB in size with no EXIF info etc - Perfect.| |Using Magick++ and the various options found in the documentation I can only come up with a thumbnail with the same dimensions as the CLI gave me but with a thumbnail filesize closer to 13K which still includes the EXIF info.. I would like to replicate the result from the CLI using the Magick++ interface. | |Can anyone help please?| |Thanks & regards| |Adam | | _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
