After installing php gmagick module and graphicks magick utility using
./configure --enable-shared configure options, I ran into following php(I thought) error when trying to use graphicks magick to alter a JPG image:
Code:
No decode delegate for this image format (./imgs/_DSC2900.JPG)
This is because graphics magick
./configure --help does not show that you need to explicitly enable jpeg format support:
# ./configure --help 2>&1 | grep -iE "jpg|jpeg"
--without-jpeg disable JPEG support
--without-jp2 disable JPEG v2 ...