Page 1 of 1

DelegateMap - ZERO CONFIGURATION

Posted: 2012-04-08T19:16:23-07:00
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 ?

Re: DelegateMap - ZERO CONFIGURATION

Posted: 2012-04-11T05:26:19-07:00
by LeleItaly
Hi, can you share with us the Android.mk file?

Daniele

Re: DelegateMap - ZERO CONFIGURATION

Posted: 2012-04-11T10:26:28-07:00
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.