imagemagick and ghostscript

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
Tommaso Twain

imagemagick and ghostscript

Post by Tommaso Twain »

I have a command as the follow :

convert mytest.pdf[3] -resize 20%x20% +contrast -sharpen 1 mytest.jpg

but it produces a pdf document with the created image embedded instead of a jpg !

I tried to do './configure -with-gslib' to solve the problem (after having already installed imagemagick) but it won't work (gs should be installed correctly) - what's the problem ? thanks
Post Reply