Slashdot Log In
Will GIFs Be Free in 2003?
Posted by
Cliff
on Sun Jan 19, '03 08:53 PM
from the patents-on-borrowed-time dept.
from the patents-on-borrowed-time dept.
Ark42 asks: "Did the Unisys patent on LZW expire back on Dec 10, 2002? Does that mean we can all write GIF software royalty free now?
From what I can gather, Unisys only lists patent number 4,558,302 for covering LZW, which was filed on Jun 20, 1983 and issued on Dec 10, 1985. According to this site patents filed after Jun 7, 1995 last 20 years from the file date, and patents on or before then last 17 years from the issue date. That means the LZW patent expired on Dec 10, 2002. Am I missing anything?" A deadline of 2003 was given in this earlier Slashdot article. Assuming .GIFs can't follow in the footsteps of Mickey Mouse, will the popular image format now be "web safe"?
Related Stories
[+]
Your Rights Online: The GIF Format is Finally Patent-Free 92 comments
tonymercmobily writes "Not many people noticed that the GIF file format is only now free from patents, as of the 1st of October 2006. Quick recap: first in 1999 Unisys tried to extort money from users and developers. Then, in 2003 the world hoped that the saga would finally be over. Then, in 2004, it was IBM's turn. Now, the SAGA seems to be over for real! Does anybody find Unisys' page on GIF as hilarious as I do...?"
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Expires on 20th June 2003.
(Score:4, Informative)(http://www.kyz.uklinux.net/)
fp.
So what?
(Score:2, Insightful)(Last Journal: Tuesday February 18, @12:16AM)
Silly patent-holders on a widely-available image format. There are much more profitable things to be patented (human birth probably isn't patented, and with really good lawyers you could probably dismiss prior 'art' as pornography or something)
Re:So what?
(Score:4, Informative)(http://www.kyz.uklinux.net/)
bzip2 (note the 2) uses simply burrows-wheeler block sorting with move to front compression, with huffman as the entropy encoder. It will remain like that forever, and not introduce any more compression algorithms. In fact, bzip (version 1, before bzip2) used arithmetic coding instead of huffman, so it actually produced better compression, but IBM et al have a bunch of patents on arithmetic coding, so bzip2 will never use them until they expire. Block-sorting is a "clever trick" to LZ compression, but it doesn't "scale", i.e. you can't put a better predictive model into it and get better compression, the best you can do is put a better sort algorithm in, and we all know that sorting is pretty much at the limits already. RAR on the other hand uses a whole load of algorithms, including Dmitry Shkarin's PPMII which is a statistical compressor that outperforms pretty much anything (at the cost of being very slow). It also has a range of "multimedia" filters, i.e. special processing for images, audio and executables that make the data easier to compress when the real compression is used. RAR isn't open source. If you want something that stands up to it that is open-source, check out 7-zip. bzip2 is not going to get better any time soon.
Let's hope so,
(Score:5, Funny)Gifs want to be free
(Score:1, Funny)It would be very nice to openly use Gifs, especially considering the known issues [petitiononline.com] when using transparent PNGs in IE.
June 2003
(Score:5, Informative)(http://spkf.net/)
PNG is nice....
(Score:2)Why? App support and developer inertia.
Photoshop 7 still has crappy PNG support.
IE still doesn't support alpha right.
And web developers are still upset that PNG didn't include animation. To them, GIF is good enough, and nobody has hassled their site yet. Why should they change to something less compatible with less features?
GIF
(Score:2, Funny)(Last Journal: Tuesday February 18, @12:16AM)
GNU stands for GIFs Never Used
the cases IS, FREE, NEVER and USED are left as exercises for the motivated reader.
Unisys Mooning Day!
(Score:4, Funny)(http://www.mcgroarty.net/)
When June '03 rolls around, how could we get as many asses in .gif format presented to Unisys? Someone with a lot of bandwidth wanna register 'fuckuni.com' or 'unidinosaur.com' for this purpose?
A bit tangential, but...
(Score:5, Insightful)Re:Three little letters
(Score:2)I do.
I write quite a bit of embedded software, and the GIF format is just the thing for many of my images. I have a nice lightweight GIF decoding library that is small and fast. Sometimes I want to render directly to RGB, but usually I want to keep the 8-bit values and palette until I need them, or I need to render the pixels to YUV. It's a lot cheaper to build a YUV palette once than to transform every single pixel from RGB to YUV after the fact.
I hope the patent still applies
(Score:2)(Last Journal: Sunday October 03, @05:03AM)
Unfortunately, while PNG is now *used*, it still isn't as common as it should be.
IE
(Score:1)