Re: [PHP-DEV] GIF support

2002-11-21 Thread Stefan Esser
On Thu, Nov 21, 2002 at 10:25:57AM -, James Cox wrote:
> guys, how about we just like leave this for a couple of months till 2003
> when the patent runs out?
> 
>  -- james

I was just joking... Anyway I dislike all this patent shit.

Stefan Esser

-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DEV] GIF support

2002-11-21 Thread James Cox
guys, how about we just like leave this for a couple of months till 2003
when the patent runs out?

 -- james

> -Original Message-
> From: Marcus Borger [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 21, 2002 10:23 AM
> To: Stefan Esser
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP-DEV] GIF support
>
>
> *lol* !
>
> You could do something like --enable-have-a-lzw-license
>
> But noone can control this so unisys would consider anybody
> using php with gif a criminal. And i do not want to know what
> they think about the development of php. MAybe they find a
> solution to stop us because *we* are violating their patent in
> any way.
>
> marcus
>
> At 23:31 20.11.2002, Stefan Esser wrote:
> >Question...
> >
> >Would it be illegal (patent violation) to add a compile switch to php...
> >
> >--enable-gif-support-and-violate-the-unisys-patent
> >
> >which activates the GIF support? We cleary say, that using it is a
> >violation...
> >As far as i know, only using the LZW Algo violates the patent, but not
> >having it on your harddisk, or?
> >
> >Stefan Esser
> >
> >
> >--
> >PHP Development Mailing List <http://www.php.net/>
> >To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] GIF support

2002-11-21 Thread Marcus Börger
*lol* !

You could do something like --enable-have-a-lzw-license

But noone can control this so unisys would consider anybody
using php with gif a criminal. And i do not want to know what
they think about the development of php. MAybe they find a
solution to stop us because *we* are violating their patent in
any way.

marcus

At 23:31 20.11.2002, Stefan Esser wrote:

Question...

Would it be illegal (patent violation) to add a compile switch to php...

--enable-gif-support-and-violate-the-unisys-patent

which activates the GIF support? We cleary say, that using it is a
violation...
As far as i know, only using the LZW Algo violates the patent, but not
having it on your harddisk, or?

Stefan Esser


--
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] GIF support

2002-11-20 Thread Stefan Esser
Question...

Would it be illegal (patent violation) to add a compile switch to php...

--enable-gif-support-and-violate-the-unisys-patent

which activates the GIF support? We cleary say, that using it is a
violation...
As far as i know, only using the LZW Algo violates the patent, but not
having it on your harddisk, or?

Stefan Esser


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DEV] GIF support

2002-11-20 Thread Joseph Tate


> -Original Message-
> From: Pierre-Alain Joye [mailto:[EMAIL PROTECTED]]
> On Wed, 20 Nov 2002 14:01:06 +0100
> "Carsten Gehling" <[EMAIL PROTECTED]> wrote:
> 
> > A question popped into my mind. I know GD doesn't support GIF because
> > of Unisys' license on the LZW compression format.
> > 
> > Then how can ImageMagick support it?
> 
> afaik, it supports uncompressed GIF, which is useless :). PHP bundled GD
> supports read support for GIF, as far as you do not need to output GIF
> images (mobiles) try to use png or others formats instead.
> 
It'll support LZW compression if you recompile it and the tiff libraries.


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] GIF support

2002-11-20 Thread Pierre-Alain Joye
On Wed, 20 Nov 2002 14:01:06 +0100
"Carsten Gehling" <[EMAIL PROTECTED]> wrote:

> A question popped into my mind. I know GD doesn't support GIF because
> of Unisys' license on the LZW compression format.
> 
> Then how can ImageMagick support it?

afaik, it supports uncompressed GIF, which is useless :). PHP bundled GD
supports read support for GIF, as far as you do not need to output GIF
images (mobiles) try to use png or others formats instead.

> It would sure be nice with an API to ImageMagick (PHPMagick?) as found
> in Perl. Has anyone started on this before, then I would like to know
> about it. I could give it a go myself, but would rather not start from
> scratch.

imagick extension for php:
http://pear.php.net/package-info.php?pacid=76


hth

pa


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] GIF support

2002-11-20 Thread Derick Rethans
On Wed, 20 Nov 2002, Carsten Gehling wrote:

> A question popped into my mind. I know GD doesn't support GIF because of
> Unisys' license on the LZW compression format.
> 
> Then how can ImageMagick support it?
> 
> It would sure be nice with an API to ImageMagick (PHPMagick?) as found in
> Perl. Has anyone started on this before, then I would like to know about it.
> I could give it a go myself, but would rather not start from scratch.

There is an extension for that in PEAR/PECL:
http://cvs.php.net/cvs.php/pear/PECL/imagick?login=2

and one for imlib:
http://mmcc.cx/php_imlib/

Derick

-- 

---
 Derick Rethans   http://derickrethans.nl/ 
 JDI Media Solutions
--[ if you hold a unix shell to your ear, do you hear the c? ]-


-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DEV] GIF support

2002-11-20 Thread Markus Fischer
A project exists already:
http://pear.php.net/package-info.php?pacid=76

On Wed, Nov 20, 2002 at 02:01:06PM +0100, Carsten Gehling wrote : 
> A question popped into my mind. I know GD doesn't support GIF because of
> Unisys' license on the LZW compression format.
> 
> Then how can ImageMagick support it?
> 
> It would sure be nice with an API to ImageMagick (PHPMagick?) as found in
> Perl. Has anyone started on this before, then I would like to know about it.
> I could give it a go myself, but would rather not start from scratch.
> 
> - Carsten
> 
> 
> -- 
> PHP Development Mailing List 
> To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Development Mailing List 
To unsubscribe, visit: http://www.php.net/unsub.php