VS: [PHP-DEV] GIF support

2002-11-25 Thread Carsten Gehling
 Fra: Markus Fischer [mailto:[EMAIL PROTECTED]]
 Sendt: 20. november 2002 14:11
 Emne: Re: [PHP-DEV] GIF support
 
 A project exists already:
 http://pear.php.net/package-info.php?pacid=76

Is there a Win32 binary available?

- Carsten


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




Re: VS: [PHP-DEV] GIF support

2002-11-25 Thread Christian Stocker
On Mon, 2002-11-25 at 10:33, Carsten Gehling wrote:
  Fra: Markus Fischer [mailto:[EMAIL PROTECTED]]
  Sendt: 20. november 2002 14:11
  Emne: Re: [PHP-DEV] GIF support
  
  A project exists already:
  http://pear.php.net/package-info.php?pacid=76
 
 Is there a Win32 binary available?

nope, or at least, not one that I would know of (I don't have a windows
developement environement)

ImageMagick does support compressed gifs, if you compile it by yourself
and give the right switches to the ./configure script

chregu

-- 
christian stocker | bitflux GmbH | schoeneggstrasse 5 | ch-8004 zurich
phone +41 1 240 56 70 | mobile +41 76 561 88 60 |  fax +41 1 240 56 71
http://www.bitflux.ch  |  [EMAIL PROTECTED]  |  gnupg-keyid 0x5CE1DECB


-- 
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 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 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 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 http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] GIF support

2002-11-20 Thread Carsten Gehling
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 http://www.php.net/
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 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-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 http://www.php.net/
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 http://www.php.net/
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 http://www.php.net/
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 http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php