Imagic Film/Picture
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|ic1}}, {{ext|ic2}}, {{ext|ic3}} }} An '''Imagic picture''' is a raster graphic in a format used by the A...") |
(Category:Animation) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
+ | |subcat2=Atari graphics formats | ||
|extensions={{ext|ic1}}, {{ext|ic2}}, {{ext|ic3}} | |extensions={{ext|ic1}}, {{ext|ic2}}, {{ext|ic3}} | ||
}} | }} | ||
− | An '''Imagic picture''' is a raster graphic in a format used by the Atari ST series in conjunction with animation. It can be compressed or not, and low, medium, or high-res. The file extension .ic1 is used for low-res, .ic2 for medium, and .ic3 for high. | + | An '''Imagic picture''' is a raster graphic in a format used by the Atari ST series in conjunction with animation. It can be compressed or not, and low, medium, or high-res. The file extension .ic1 is used for low-res, .ic2 for medium, and .ic3 for high. Compressed image data may also be "delta compressed", where it is stored as a set of differences from a reference image (in a separate file named within the headers of the current one). This is commonly used for animation frames. |
== Identification == | == Identification == | ||
− | |||
Files start with the [[ASCII]] string <code>IMDC</code>. The following word is 0, 1, or 2 for low, medium, and high-res respectively. | Files start with the [[ASCII]] string <code>IMDC</code>. The following word is 0, 1, or 2 for low, medium, and high-res respectively. | ||
Line 13: | Line 13: | ||
* [http://www.fileformat.info/format/atari/spec/6ecf9f6eb5be494284a47feb8a214687/view.htm Information is in this file along with other Atari ST formats] | * [http://www.fileformat.info/format/atari/spec/6ecf9f6eb5be494284a47feb8a214687/view.htm Information is in this file along with other Atari ST formats] | ||
− | [[Category: | + | == Sample files == |
+ | * {{DexvertSamples|image/imagic}} | ||
+ | |||
+ | [[Category:Animation]] |
Latest revision as of 19:17, 5 August 2024
An Imagic picture is a raster graphic in a format used by the Atari ST series in conjunction with animation. It can be compressed or not, and low, medium, or high-res. The file extension .ic1 is used for low-res, .ic2 for medium, and .ic3 for high. Compressed image data may also be "delta compressed", where it is stored as a set of differences from a reference image (in a separate file named within the headers of the current one). This is commonly used for animation frames.
[edit] Identification
Files start with the ASCII string IMDC
. The following word is 0, 1, or 2 for low, medium, and high-res respectively.