GIFBLAST
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|gfb}} |released=1992 }} '''GIFBLAST''' is a GIF "recompression" utility, and its associated '''.GFB'...") |
(Category:Recompression) |
||
Line 17: | Line 17: | ||
[[Category:Compression]] | [[Category:Compression]] | ||
+ | [[Category:Recompression]] |
Revision as of 17:14, 9 October 2020
GIFBLAST is a GIF "recompression" utility, and its associated .GFB file format. It was developed by Isaac Dimitrovsky.
It compresses a GIF image file to GFB format, which is usually smaller. The GFB file can later be decompressed back to a GIF file that is functionally identical to the original, though it will generally not be byte-for-byte identical.
Identification
GFB files apparently start with ASCII "GB
", followed by a byte for the format version number: 0x11 for v1.1, 0x20 for v2.0.
Software
- GIFBLAST v1.1 - DOS binary + source code
- GIFBLAST v2.0 - DOS binary