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 ?
DelegateMap - ZERO CONFIGURATION
Re: DelegateMap - ZERO CONFIGURATION
Hi, can you share with us the Android.mk file?
Daniele
Daniele
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: DelegateMap - ZERO CONFIGURATION
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.
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.