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...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(2 intermediate revisions by 2 users not shown) | |||
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 == | ||
* http://attila.kinali.ch/fiasco/fiasco-examples.tar | * http://attila.kinali.ch/fiasco/fiasco-examples.tar | ||
+ | * {{DexvertSamples|image/fiasco}} | ||
== Resources == | == Resources == |
Latest revision as of 04:00, 28 December 2023
FIASCO is an image and video format based on fractal compression. FIASCO stands for Fractal Image And Sequence Codec.
Contents[hide] |
[edit] Identification
Files begin with a signature: the ASCII string "FIASCO
", followed by a newline (0x0a
).
[edit] 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