ImageMagick (with JPEG, TIFF, and LZW support)

drtoast

2001-10-20 20:17:00

This one should actually be pretty easy... I've been unsuccessful in getting this to compile with JPEG and TIFF support. I've installed packages for the required JPEG and TIFF libraries, but the configure script still can't find them. (however LZW support is just a compile flag you have to set, legal reasons I guess)

This app would be extremely useful for various Perl batch processing scripts I have in mind. I've been using ImageMagick without the JPEG and TIFF support, and it rocks!

<A HREF="http://www.imagemagick.org" TARGET=_blank>www.imagemagick.org</A>

Thanks,

drtoast

drtoast

2001-10-20 20:21:00

Download URL:

<A HREF="http://imagemagick.sourceforge.net/http/ImageMagick-5.4.0.tar.gz" TARGET=_blank>http://imagemagick.sourceforge.net/http/ImageMagick-5.4.0.tar.gz</A>

apex

2001-10-20 23:31:00

Actually, I've already built an ImageMagick package with jpeg and tiff support. It's sitting on my hard drive because I havent had a chance to upload it and I haven't built a dependencies package for it yet.
I'll try to get it put together in the next few days. [img]images/icons/smile.gif"%20border="0[/img]

apex

2001-10-21 00:12:00

I've uploaded the ImageMagick package, but since i havent put together the deps package for it, you'll have to install and all the required libs yourself. <A HREF="http://macosx.forked.net/ports/ImageMagick-5.4.0.pkg.tgz" TARGET=_blank>http://macosx.forked.net/ports/ImageMagick-5.4.0.pkg.tgz</A> .

ill get the deps package together soon.

drtoast

2001-10-29 23:25:00

Thanks apex! Any word on the deps package? I've tried installing libjpeg and libtiff on my own, both from source and from packages I've found elsewhere, but ImageMagick still complains about missing libraries.

Thanks,

James

iggle

2001-11-02 04:42:00

i has it working fine already, i havent tried tiff yet, but jpg works fine.

aparajita

2002-10-14 05:01:00

Originally posted by drtoast:
This one should actually be pretty easy... I've been unsuccessful in getting this to compile with JPEG and TIFF support. I've installed packages for the required JPEG and TIFF libraries, but the configure script still can't find them.

I got it to compile with JPEG, PNG and TIFF support by downloading the Fink libs, then setting the following environment variables before running configure on the standard ImageMagick source:

LDFLAGS=-L/sw/lib
CPPFLAGS=-L/sw/include

Depending on your shell, the command to set the enviroment variables will differ. In any case, configure needs these to find the libraries and their headers.

[ October 13, 2002: Message edited by: Aparajita ]</p>