[Typo3-debian] GD and ImageMagick Packages for Debian and the "LZW" problem

Sven Wilhelm wilhelm at icecrash.com
Tue Jun 22 12:54:50 CEST 2004


Hi Alexander,

> Those debian-packages do not support LZW compression, e.g. for GIFs, because
> of legal license reasons. I can, somehow ;), understand that debian itself
> shall be free of third party rights. But are there any recent, non-free
> packages available or do i really have to compile from source (with a lot of
> hazzle to get debian package management officially "know" these
> self-compiled packages then..) on my own, just to get LZW-support? Any
> non-debian-package / manual installation would mean debian package
> management not to know about it and therefore possibly causing dependency or
> installation problems for other packages later on...

due the powerfull package-format of debian, you only have to download 
the source-package

$: apt-get source imagemagick

get the build-depends

$: apt-get build-dep imagemagick

cd imagemagick-....

edit debian/rules and uncomment the lzw-part

dpkg-buildpackage -rfakeroot -us -uc

and you  get the deb with lzw, no problem with that.

We don't support lzw because only that way we can get the packages into 
the official tree some day.

In a few days the lzw algorithm patent expires and the official 
lzw-enabled packages are possible.

> C)
> Would be the fork of ImageMagick called "graphicsmagic" be of any use here?
> I heard about it. Even that it`s not natively supported by typo3. However,
> if it would successfully battle with my LZW problem, sure it would be worth
> a try. ;-)
I have packaged graphicsmagick for debian sid, see [1]. Michael Stucki 
has tested them with a wrapper script and they seem to work. But 
graphicsmagick is a fork to provide a more stable api and not to provide 
  the lzw algorithm, both projects provide it but will be disable it by 
default.


Greetings Sven

[1] deb http://www.icecrash.com/debian/graphicsmagick/ ./
     deb-src http://www.icecrash.com/debian/graphicsmagick/ ./
     apt-get update and apt-get install graphicsmagick



More information about the TYPO3-debian mailing list