Magick Image File Format
From Wikipedia, the free encyclopedia
| This article does not cite any references or sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2009) |
This page is about the MIFF file format. For the film festivals, see Melbourne International Film Festival or Milano International Film Festival
Not to be confused with ImageMagick
The Magick Image File Format, abbreviated MIFF, is an image format used by ImageMagick. It may be used to store bitmap images platform-independently.
A MIFF file consists of two sections. The headers consist of ISO-8859-1 encoded bytes, each with pairs consisting of key=value. Keys include background-color, depth, compression rows, units, and custom key/value pairs. The latter can include things like copyright or comment. The list is terminated with a NULL character.
The next section contains the binary image data. The exact format is defined by the class header. Usually it is RGBA or CMYK.
[edit] External links
Magick Image File Format specification -- from ImageMagick's website
|
||||||||||||||||||||
| This graphics software-related article is a stub. You can help Wikipedia by expanding it. |