imagemagick ipkg for armv5te

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
swaakaa

imagemagick ipkg for armv5te

Post by swaakaa »

Hi all

I'm looking for a ipk of imagemagick including Freetype and Postscript support for armv5te. Currently I'm getting the following error when I try to write a text to a jpeg-file using:

convert current.jpg -gravity "South" -draw "text 0,3 'Test'" output_file.jpg


convert: delegate library support not built-in `/usr/lib/ImageMagick-6.4.4/config//usr/share/ghostscript/fonts/n021004l.pfb' (Freetype).
convert: Postscript delegate failed `/tmp/magick-XX6n7nzP': No such file or directory.
sh: gs: command not found
sh: gs: command not found
convert: delegate library support not built-in `/usr/lib/ImageMagick-6.4.4/config//usr/share/ghostscript/fonts/n021004l.pfb' (Freetype).
convert: Postscript delegate failed `/tmp/magick-XXquNB9q': No such file or directory.


Does anyone have an idea where I can get the correct installation package?

Thanks in advance!
Swaakaa
Post Reply