I am looking our Unisys license agreement now......  Their patent (US
4,558,302) is on the LZW compression/decompression algorithm used in GIF,
TIFF, etc.   But the license doesn't seem to make any distinction between
LZW and GIF.     IMHO you should be OK using GIF as long as you don't use
LZW.  But, then you might as well use PNG now that it is supported in Java
1.3  and browsers ;-)

Some products (like RougeWave.com's charts) ship GIF functionality w/o a
license, but if you want the GIF compression turned on, you have to send
them your Unisys License agreement.

The Unisys lawyer we spoke to seemed to think *any* use of GIF w/o license
of some sort is unlawful or at least a gray area.

Go PNG!!!!!!

Roger Bly
www.project.net


----- Original Message -----
From: Augusto Sellhorn <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 03, 1999 10:57 AM
Subject: Re: [JAVA2D] How to save the entire Frame as a gif or jpeg


> John Zukowski wrote:
> >
> > Use the RepaintManager to capture an Image of what is on a JComponent.
> > Use the Acme GIF encoder to go from Image to output stream.
> >
> > http://www.acme.com/java/software/Acme.JPM.Encoders.GifEncoder.html
> >
> > [There might be something in the Java Media Framework to do this also.]
>
> Maybe a little bit off topic, but does anybody know if it's "legal" to
> do
> this ? I remember reading something about Unisys charging people that
> created
> gifs with "unlicensed" software. Does an enconder like Acme's violate
> this ?
>
> Augusto
>
>
===========================================================================
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff JAVA2D-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to