GIFBLAST
From Just Solve the File Format Problem
(Difference between revisions)
(Category:Recompression) |
(Sample files) |
||
(One intermediate revision by one user not shown) | |||
Line 10: | Line 10: | ||
== Identification == | == Identification == | ||
− | GFB files apparently start with ASCII "{{magic|GB}}", followed by a byte for the format version number: 0x11 for v1.1, 0x20 for v2.0. | + | GFB files apparently start with ASCII "{{magic|GB}}", followed by a byte for the format version number: 0x10 for v1.0, 0x11 for v1.1, 0x20 for v2.0. |
== Software == | == Software == | ||
+ | * {{CdTextfiles|swextrav4/swextrav4-2/grview/gifblast.zip|GIFBLAST v1.0}} - DOS binary | ||
* {{CdTextfiles|pier/pier01/001a/gfb101.zip|GIFBLAST v1.1}} - DOS binary + source code | * {{CdTextfiles|pier/pier01/001a/gfb101.zip|GIFBLAST v1.1}} - DOS binary + source code | ||
− | * {{CdTextfiles| | + | * {{CdTextfiles|svemerald/CDR15/GIFBLAST.ZIP|GIFBLAST v2.0}} - DOS binary |
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/gifblast}} | ||
[[Category:Compression]] | [[Category:Compression]] | ||
[[Category:Recompression]] | [[Category:Recompression]] |
Latest revision as of 15:30, 2 October 2024
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.
[edit] Identification
GFB files apparently start with ASCII "GB
", followed by a byte for the format version number: 0x10 for v1.0, 0x11 for v1.1, 0x20 for v2.0.
[edit] Software
- GIFBLAST v1.0 - DOS binary
- GIFBLAST v1.1 - DOS binary + source code
- GIFBLAST v2.0 - DOS binary