Hi,
I've installed package imagemagick (6.3.5.10-1) with
which completed successfully.Code:ipkg install imagemagick
Several image format libraries have also been installed (libjpeg, libpng, libtiff, etc.). However, imagemagick (used from a simple php gallery) is not working properly.
"identify" will always respond "identify: no decode delegate for this image format".
The result ofis justCode:identify -list format
This is the first time I am using Imagemagick. What can be done to register the file formats correctly?Code:Format Module Mode Description ------------------------------------------------------------------------------- * native blob support
Many Thanks!


Reply With Quote