Fix for “convert: no decode delegate for this image format
Fix for “convert: no decode delegate for this image format.
1.identify -list configure
2. check the installed delegates
3. Install missing delegates
- Execute “gunzip libjpeg-6b.tar.gz”
- Execute “tar -xvf libjpeg-6b.tar”
- Change directories to the newly created “libjpeg-x”
- Execute “./configure”
- Execute “make”
- Execute “make test”
- Execute “make -n install” first to see if the makefile will put the files where you want them.
- If there are no errors and you’re ok with the installation path go ahead and install with “make install
It post was very useful to me.
ReplyDeleteI've some errors during ImageMagick App execution and having to re-install image libraries that script gives to me some fresh air.
Thanks a lot
wc...
Delete