[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Converting TIFF to JPG/GIF/PNG
From: |
Chris B. Vetter |
Subject: |
Re: Converting TIFF to JPG/GIF/PNG |
Date: |
Fri, 6 Dec 2002 07:46:39 -0800 |
On Fri, 6 Dec 2002 15:01:39 +0100
Andreas Hoeschler <ahoesch@smartsoft.de> wrote:
> I have to convert TIFF --> JPG/GIF on the fly.
[...]
> What are my options?
Not many if it _has_ to be done "on the fly". The problem is UNISYS'
patent on LZW, obviously.
There's a patch for gd (not sure about gd2) that will put LZW back in,
and ImageMagick has --enable-lzw for just that.
--
Chris