FLIC
From Just Solve the File Format Problem
(Difference between revisions)
(Expanded this page) |
|||
Line 3: | Line 3: | ||
|subcat=Video | |subcat=Video | ||
|extensions={{ext|fli}}, {{ext|flc}}, {{ext|flh}}, {{ext|flt}}, {{ext|cel}}, {{ext|flx}} | |extensions={{ext|fli}}, {{ext|flc}}, {{ext|flh}}, {{ext|flt}}, {{ext|cel}}, {{ext|flx}} | ||
+ | |pronom={{PRONOM|x-fmt/154}}<br>{{PRONOM|fmt/298}} | ||
}} | }} | ||
+ | '''FLIC''' (also known as '''FLI''', or '''FLI/FLC''') is a family of animated image formats associated with Autodesk Animator. Many early 3D animations are in this format. Its features are similar to those of animated [[GIF]]. | ||
− | == | + | == Versions == |
− | + | There are two main versions of the format, which can be identified by their filename extension: | |
+ | * '''.fli''': original format, dimensions up to 320×200 pixels, 64 colors | ||
+ | * '''.flc''': newer format, dimensions up to 65535×65535 pixels, 256 colors | ||
− | == | + | The term '''FLI''' can mean the '''.fli''' format specifically, or it can be a collective name for both formats. '''FLC''' means just the '''.flc''' format. |
− | * FLI | + | |
− | + | A number of extensions of the format have also been invented by various applications: FLX, FLH, FLT, CEL, etc. | |
− | * | + | |
+ | == Identification == | ||
+ | '''.fli''' files have bytes <code>0x11 0xAF</code> at offset 4. | ||
+ | |||
+ | '''.flc''' files have bytes <code>0x12 0xAF</code> at offset 4. | ||
+ | |||
+ | == Specifications == | ||
+ | * [http://www.compuphase.com/flic.htm FLI/FLC format description on compuphase.org] | ||
+ | * [http://bespin.org/~qz/pc-gpe/fli.for FLI Format description on bespin.org] | ||
+ | * http://www.fileformat.info/format/fli/spec/index.htm | ||
+ | |||
+ | == Software == | ||
+ | * [http://www.xnview.com/ XnView] | ||
+ | * [http://www.apple.com/quicktime/ QuickTime] | ||
+ | |||
+ | == Sample files == | ||
+ | * http://www.fileformat.info/format/fli/sample/index.htm | ||
+ | |||
+ | == Links == | ||
+ | * [http://www.fileformat.info/format/fli/egff.htm FLI File Format Summary] from the Encyclopedia of Graphics File Formats | ||
+ | * [[Wikipedia:FLIC (file format)|Wikipedia article]] |
Revision as of 15:56, 25 May 2013
FLIC (also known as FLI, or FLI/FLC) is a family of animated image formats associated with Autodesk Animator. Many early 3D animations are in this format. Its features are similar to those of animated GIF.
Contents |
Versions
There are two main versions of the format, which can be identified by their filename extension:
- .fli: original format, dimensions up to 320×200 pixels, 64 colors
- .flc: newer format, dimensions up to 65535×65535 pixels, 256 colors
The term FLI can mean the .fli format specifically, or it can be a collective name for both formats. FLC means just the .flc format.
A number of extensions of the format have also been invented by various applications: FLX, FLH, FLT, CEL, etc.
Identification
.fli files have bytes 0x11 0xAF
at offset 4.
.flc files have bytes 0x12 0xAF
at offset 4.
Specifications
- FLI/FLC format description on compuphase.org
- FLI Format description on bespin.org
- http://www.fileformat.info/format/fli/spec/index.htm
Software
Sample files
Links
- FLI File Format Summary from the Encyclopedia of Graphics File Formats
- Wikipedia article