FIASCO
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|fco}} |released=2000 }} == Overview == '''FIASCO''' is an image and video format based on fractal compre...") |
m |
||
Line 5: | Line 5: | ||
|released=2000 | |released=2000 | ||
}} | }} | ||
− | |||
'''FIASCO''' is an image and video format based on fractal compression. FIASCO stands for ''Fractal Image And Sequence Codec''. | '''FIASCO''' is an image and video format based on fractal compression. FIASCO stands for ''Fractal Image And Sequence Codec''. | ||
Line 15: | Line 14: | ||
* [http://attila.kinali.ch/fiasco/fiasco-1.3.tar.bz2 FIASCO software 1.3] | * [http://attila.kinali.ch/fiasco/fiasco-1.3.tar.bz2 FIASCO software 1.3] | ||
* [https://github.com/megatherion/Fiasco FIASCO software] - Slightly updated version | * [https://github.com/megatherion/Fiasco FIASCO software] - Slightly updated version | ||
− | * [ | + | * [[Netpbm]] - Uses a fork of the FIASCO software |
== Sample files == | == Sample files == |
Revision as of 02:11, 12 June 2015
FIASCO is an image and video format based on fractal compression. FIASCO stands for Fractal Image And Sequence Codec.
Contents[hide] |
Identification
Files begin with a signature: the ASCII string "FIASCO
", followed by a newline (0x0a
).
Software
- Ullrich Hafner's FIASCO software 1.3
- FIASCO software 1.3
- FIASCO software - Slightly updated version
- Netpbm - Uses a fork of the FIASCO software