Where Do I find All The Delegate Libraries?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Where Do I find All The Delegate Libraries?

Post by fmw42 »

I recently had to build IM from source. But found that many image types including convert to png, jpeg and tif did not work. I got some help from Sean Burke to find those delegate libraries. Now when I run Anthony Thyssen's flicker_cmp, I get error messages about

sh: line 1: gs: command not found
sh: line 1: gs: command not found
montage: FreeType library is not available `/Library/Fonts/arial.ttf'.
montage: Postscript delegate failed `/var/tmp/magick-aNuPo2Mo': No such file or directory.

So I suspect I am missing these delegate libraries in my build.

Could someone please inform me where I can find ALL the delegate libraries that are needed to build IM compatible with what IM supplies as binary builds.

It would also be nice if this list could be put on the build from source page.


Thanks.
rmagick
Posts: 245
Joined: 2006-03-16T17:30:48-07:00
Location: Durham, NC, USA

Re: Where Do I find All The Delegate Libraries?

Post by rmagick »

Most if not all of the delegate libraries are available on the ImageMagick FTP server: ftp.imagemagick.org/pub/ImageMagick/delegates/
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Where Do I find All The Delegate Libraries?

Post by fmw42 »

Thanks.
Post Reply