Author
|
Topic: ImageMagick (with JPEG, TIFF, and LZW support)
|
drtoast
Junior Member
Member # 178
|
posted October 20, 2001 01:17 PM
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! www.imagemagick.org Thanks, drtoast
Posts: 3 | Registered: Oct 2001
| IP: Logged
|
|
|
|
|
|
|
Aparajita
Junior Member
Member # 532
|
posted October 13, 2002 10:01 PM
quote: 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 ]
Posts: 1 | Registered: Oct 2002
| IP: Logged
|
|
|