Magick Image File Format: Difference between revisions
imported>Vanished user 09a18a8c3ed303b15ad9aa4fe245c66c ce |
imported>DreamRimmer bot II m Bot: Implementing outcome of RfC: converting list-defined references from {{reflist|refs=…}} to <references>…</references> for VisualEditor compatibility |
||
| Line 11: | Line 11: | ||
== References == | == References == | ||
<references> | |||
<ref name="mif99">{{cite web |title=Magick Image File Format |year=1999 |website=ImageMagick |url=https://imagemagick.org/script/miff.php |access-date=2024-02-05 |quote=The Magick Image File Format (MIFF) is ImageMagick's own platform-independent format for storing bitmap images. }}</ref> | <ref name="mif99">{{cite web |title=Magick Image File Format |year=1999 |website=ImageMagick |url=https://imagemagick.org/script/miff.php |access-date=2024-02-05 |quote=The Magick Image File Format (MIFF) is ImageMagick's own platform-independent format for storing bitmap images. }}</ref> | ||
</references> | |||
{{Graphics file formats}} | {{Graphics file formats}} | ||
Latest revision as of 18:14, 18 December 2025
Template:Short description Template:Use American English Template:Use mdy dates Script error: No such module "Distinguish". Script error: No such module "Unsubst". The Magick Image File Format, abbreviated MIFF, is an image format used by ImageMagick. It may be used to store bitmap images platform-independently.[1]
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 may include data such as copyright and comments. 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.
References
- ↑ Script error: No such module "citation/CS1".