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.
Hi,
Im beginner in IM (my version 6.5.0-10)
i can't use convert png i have "no decode delegate for this image format"
1/ i install libpng 1.2.38
2/ i run 'convert -list configure'
i have
You need to install the PNG delegate library and its development package (which includes the required header files). Now run the configure script and verify that the PNG delegate library is validated. If not, check config.log to determine why validation failed, fix the problem, and rerun the configure script. Finally, type 'make install'.
erreur: needs:
libpng12 = 1.2.38-alt1 is necessary for libpng-devel-1.2.38-alt1.i586
zlib-devel est is necessary for libpng-devel-1.2.38-alt1.i586
/bin/sh est is necessary for libpng-devel-1.2.38-alt1.i586
/usr/lib/libpng12.so.0.38.0 is necessary for libpng-devel-1.2.38-alt1.i586
/usr/lib/pkgconfig is necessary for libpng-devel-1.2.38-alt1.i586
coreutils is necessary for libpng-devel-1.2.38-alt1.i586
rpmlib(PayloadIsLzma) is necessary for libpng-devel-1.2.38-alt1.i586
It is beyond the scope of this forum to help you install delegate libraries. That has little to do with ImageMagick and more to do with Linux administration.
suggest you look inside the libpng folder and review the INSTALL notes to see if it needs any other support delegates or look at the config.log file to see if it says what the error might be.