Page 1 of 1

ImageMagick (with JPEG, TIFF, and LZW support)

PostPosted: Sat Oct 20, 2001 8:17 pm
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. (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

Re: ImageMagick (with JPEG, TIFF, and LZW support)

PostPosted: Sat Oct 20, 2001 8:21 pm
by drtoast
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>

Re: ImageMagick (with JPEG, TIFF, and LZW support)

PostPosted: Sat Oct 20, 2001 11:31 pm
by apex
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]

Re: ImageMagick (with JPEG, TIFF, and LZW support)

PostPosted: Sun Oct 21, 2001 12:12 am
by apex
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.

Re: ImageMagick (with JPEG, TIFF, and LZW support)

PostPosted: Mon Oct 29, 2001 11:25 pm
by drtoast
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

Re: ImageMagick (with JPEG, TIFF, and LZW support)

PostPosted: Fri Nov 02, 2001 4:42 am
by iggle
i has it working fine already, i havent tried tiff yet, but jpg works fine.

Re: ImageMagick (with JPEG, TIFF, and LZW support)

PostPosted: Mon Oct 14, 2002 5:01 am
by aparajita
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>