Difference between revisions of "FLIC"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Dead link: ase.sourceforge.net)
m (Fix spelling)
Line 3: Line 3:
 
[[Wikipedia:Autodesk Animator|Autodesk Animator]] '''FLIC''' animations, also known as '''FLC''' or '''FLI''' animations, are a sequence of 256 colour bitmaps shown in sequence, similar to a [[GIF]]. To save space, only the pixels changed since the last image are stored in the new image. (There may also be [[RLE]] compression in there, I can't remember).
 
[[Wikipedia:Autodesk Animator|Autodesk Animator]] '''FLIC''' animations, also known as '''FLC''' or '''FLI''' animations, are a sequence of 256 colour bitmaps shown in sequence, similar to a [[GIF]]. To save space, only the pixels changed since the last image are stored in the new image. (There may also be [[RLE]] compression in there, I can't remember).
  
FLC files are mainly used in some types of computer games, due to the ability to draw FLC files very quickly and compatability with some [[libraries]], such as [http://alleg.sourceforge.net Allegro]. Elsewhere, they are not common due to the low quality image (from the 256 colours) and low compression rates.
+
FLC files are mainly used in some types of computer games, due to the ability to draw FLC files very quickly and compatibility with some [[libraries]], such as [http://alleg.sourceforge.net Allegro]. Elsewhere, they are not common due to the low quality image (from the 256 colours) and low compression rates.
  
 
Programs like [http://ase.sourceforge.net/ ASE]{{dead link}} can create and edit these files easily.
 
Programs like [http://ase.sourceforge.net/ ASE]{{dead link}} can create and edit these files easily.

Revision as of 06:18, 1 February 2019

??
This is a video codec. The name to use at the command line is unknown.

Autodesk Animator FLIC animations, also known as FLC or FLI animations, are a sequence of 256 colour bitmaps shown in sequence, similar to a GIF. To save space, only the pixels changed since the last image are stored in the new image. (There may also be RLE compression in there, I can't remember).

FLC files are mainly used in some types of computer games, due to the ability to draw FLC files very quickly and compatibility with some libraries, such as Allegro. Elsewhere, they are not common due to the low quality image (from the 256 colours) and low compression rates.

Programs like ASE[dead link] can create and edit these files easily.