jpg problems, need help asap

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
maurisouto

jpg problems, need help asap

Post by maurisouto »

Hi, I'm a php developer, my client install ImageMagick on his server, but when i try to create a jpg file it does not work.
if a try with gif file every is fine.
can you help me? this is my code:
/usr/local/bin/convert -background lightblue -fill blue -font Arial -pointsize 72 label:DragonMind text_img.jpf

please, help me

I will very appreciate your help.

Mauricio Souto.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: jpg problems, need help asap

Post by fmw42 »

possibly it does not work as you spelled jpg wrong. You have jpf instead of jpg. It that is not it, have you installed the jpg delegate library.

See

http://www.imagemagick.org/download/delegates/
Post Reply