Re: [Lcms-user] basics quastions - tifficc
An ICC-based CMM for color management
Brought to you by:
mm2
From: <ma...@li...> - 2001-12-11 14:05:42
|
Hi, > For compiling the tifficc sample I need the tifflib and the jpeglib where do > I get it for VisualStudio6? For libtiff: http://www.libtiff.org for jpeg: http://www.ijg.org For zlib: http://www.zlib.org Libtiff does use libjpeg and zlib, but you can turn these libraries off if you don't need support for exotic tiff variants. > Is there a way to handle LZW compressed tiff files? Possibly I have to > uncompress them first. I tried it with ImageMagick, but it seems to not be > able to work with LAB files. Libtiff does. tifficc can deal with LZW compressed files. However, one must be carefull, since LZW is covered by a patent, and Unisys does still take a fee to use it. Support for LZW is disabled by default in libtiff. Otherwise, enbale LZW is a matter of just uncomment required toggle. Regards, Martí Maria The little cms project http://www.littlecms.com ma...@li... ----- Original Message ----- From: "Thomas Pawletko" <Th...@Pa...> To: <lcm...@li...> Sent: Tuesday, December 11, 2001 10:03 AM Subject: [Lcms-user] basics quastions - tifficc > Sorry, first posting with a wrong subject... > > Hi, > > For compiling the tifficc sample I need the tifflib and the jpeglib where do > I get it for VisualStudio6? > > Is there a way to handle LZW compressed tiff files? Possibly I have to > uncompress them first. I tried it with ImageMagick, but it seems to not be > able to work with LAB files. > > Best regards, > > Tome > > > _______________________________________________ > Lcms-user mailing list > Lcm...@li... > https://lists.sourceforge.net/lists/listinfo/lcms-user > > |