Hi,
I've installed package imagemagick (6.3.5.10-1) with
Code:
ipkg install imagemagick
which completed successfully.

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 of
Code:
identify -list format
is just
Code:
   Format  Module    Mode  Description
-------------------------------------------------------------------------------

* native blob support
This is the first time I am using Imagemagick. What can be done to register the file formats correctly?

Many Thanks!