DelegateMap - ZERO CONFIGURATION

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
zibizzz
Posts: 1
Joined: 2012-04-08T19:07:10-07:00
Authentication code: 8675308

DelegateMap - ZERO CONFIGURATION

Post by zibizzz »

Hi, i am compiling imagemagick, for android. everything is ok (coders, magick-core and filters are static and png,freetype2,jpeg,"tiff,z,MagickWand,Magick++ are shared),
but it cant find proper delegates for png, jpeg and others,
i have compiled and linked libpng jpeg and tiff and i am preety sure that everything is ok with them.
While reading image, im is searching for proper decoder by searching delegatemap in magick/delegate.c,
what should i put there to enable jpeg, and png ?
LeleItaly
Posts: 1
Joined: 2012-04-10T07:55:43-07:00
Authentication code: 8675308

Re: DelegateMap - ZERO CONFIGURATION

Post by LeleItaly »

Hi, can you share with us the Android.mk file?

Daniele
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: DelegateMap - ZERO CONFIGURATION

Post by fmw42 »

Did you install the delegates before installing IM? Usually that is enough.

In command line mode, you can check your delegates by either

convert -list configure

and looking at the line starting with DELEGATES

or

convert -list format

and see if there is a line for those image formats.
Post Reply