Search found 5 matches

by stefano@BL
2009-08-26T07:05:37-07:00
Forum: Users
Topic: libjpeg.la not found
Replies: 5
Views: 14596

Re: libjpeg.la not found

I've already done it, but I doesn't find the solution.
I find some suggestions to install libjpeg-devel and I did it, but I have still the error
by stefano@BL
2009-08-26T04:59:20-07:00
Forum: Users
Topic: libjpeg.la not found
Replies: 5
Views: 14596

libjpeg.la not found

Hi to all during the compilation of ImageMagick-6.5.3-8 I have this error: make all-am make[1]: Entering directory `/root/ImageMagick-6.5.3-8' /bin/sh ./libtool --silent --tag=CC --mode=link gcc -std=gnu99 -fopenmp -g -O2 -Wall -W -pthread -no-undefined -export-symbols-regex ".*" -module -avoid ...
by stefano@BL
2009-03-26T02:46:47-07:00
Forum: Users
Topic: no decode delegate for this image format
Replies: 1
Views: 4177

no decode delegate for this image format

Hi, I have this error message when I run a convert or identify command: no decode delegate for this image format `image.jpg' @ constitute.c/ReadImage/526. Using convert -list configuration I see the deletages row is empty. How can I configure the delegates? What does I have to configure? Thank you ...
by stefano@BL
2009-03-16T01:14:30-07:00
Forum: Users
Topic: wrong background color using extent option
Replies: 2
Views: 7693

Re: wrong background color using extent option

Hi fmv42,
thank you for your answer.
I am using an older version, 6.2.8 on linux. I will try to update it.

I read better the documentation about -density, thank you for you suggestion.
bye
stefano
by stefano@BL
2009-03-15T15:28:41-07:00
Forum: Users
Topic: wrong background color using extent option
Replies: 2
Views: 7693

wrong background color using extent option

I use the following command to resize a rectangle image and put it in a squared canvas with a white background. convert image.jpg -colorspace RGB -strip -resample 72 -resize 92x92 -background white -gravity center -extent 92x92 image4.jpg The resize works good but the additional area that is added ...