ImageMagick and ghostscript
Posted: 2008-02-01T07:04:16-07:00
I have a command as the follow :
convert mytest.pdf[3] -resize 20%x20% +contrast -sharpen 1 img.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, but won't work !? what's the problem ? thanks
ps
It seems strange but installing ImageMagick (on CentOs 4) i have "no" value about jpeg1 support so i've manually installed libjpeg, but it does not work yet
convert mytest.pdf[3] -resize 20%x20% +contrast -sharpen 1 img.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, but won't work !? what's the problem ? thanks
ps
It seems strange but installing ImageMagick (on CentOs 4) i have "no" value about jpeg1 support so i've manually installed libjpeg, but it does not work yet