Page 1 of 1
Posted: 2006-08-30T10:20:13-07:00
by magick
Type
The JPEG format should be listed and have a mode of rw- (meaning it can read it and write it). If not, try running the configure script again and ensure it recognizes the JPEG delegate library on your system. Next, clean the distribution (make clean) then rebuild and reinstall.
Posted: 2006-09-01T13:14:49-07:00
by magick
You can find the JPEG library with the Google search engine. Once its installed, rerun the ImageMagick configure script. Look at the last 30 lines of output from the script and ensure it says the JPEG delegate library was found. If not, fix whatever complaint you find related to JPEG in the config.log file. Once the configure script validates the JPEG library, build and install ImageMagick and you will be able to read/write JPEG images.
Re: Error :: Convert: no decode delegate for this image format
Posted: 2009-06-02T14:41:47-07:00
by roach
I installed IM from a binary Mac OS X distro (
here). I'm receiving this error when trying to convert JPEG files. Any advice, short of learning how to build from source?