Difference between revisions of "Type GIF"

From truxwiki.com
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{| style="float:right;border:1px solid black"
 
{| style="float:right;border:1px solid black"
|+ Details
+
|+ [[Type_JPEGWithExif|<<]] Details [[Type_PE|>>]]
 
| Defined Constant
 
| Defined Constant
 
| <code>Type_GIF</code>
 
| <code>Type_GIF</code>
Line 30: Line 30:
 
This popularity lead to lawsuits because GIF uses LZW compression which was patented in 1985 by Unisys.
 
This popularity lead to lawsuits because GIF uses LZW compression which was patented in 1985 by Unisys.
 
These legal troubles were the inspiration to create the Portable Network Graphics ([[Type_PNG|PNG]]) image format which is patent free.
 
These legal troubles were the inspiration to create the Portable Network Graphics ([[Type_PNG|PNG]]) image format which is patent free.
 +
 +
=Truxton Exploiters=
 +
This file type is handled by the following ETLs:
 +
* [[Expand]]
 +
* [[Thumbnail]]
 +
 +
=Items Produced=
 +
Truxton will extract the following from this file type:
 +
* [[Type_File_Details]]
  
 
=Details=
 
=Details=
 
* [http://www.w3.org/Graphics/GIF/spec-gif89a.txt W3 Specification]
 
* [http://www.w3.org/Graphics/GIF/spec-gif89a.txt W3 Specification]
 
* [https://en.wikipedia.org/wiki/GIF History]
 
* [https://en.wikipedia.org/wiki/GIF History]
 +
* [https://formats.kaitai.io/gif/ Kaitai]

Latest revision as of 06:30, 6 March 2026

<< Details >>
Defined Constant Type_GIF
File Type Value 205
Parent Type None
Carve Yes
Format Details Yes
MIME Type image/gif
Filename Extension gif

Graphics Interchange Format (GIF) image.

Description

GIF (pronounced JIF) was created by a company called CompuServe in 1987 to more efficiently push color images over dial-up modem lines. It quickly became a standard on Internet. This popularity lead to lawsuits because GIF uses LZW compression which was patented in 1985 by Unisys. These legal troubles were the inspiration to create the Portable Network Graphics (PNG) image format which is patent free.

Truxton Exploiters

This file type is handled by the following ETLs:

Items Produced

Truxton will extract the following from this file type:

Details