Magick Image File Format
{{subst:#ifeq:a|b||{{subst:#ifexist:Wikipedia:Articles for deletion/{{subst:PAGENAME}}|{{subst:lessthan}}!-- The nomination page for this article already existed when this tag was added. If this was because the article had been nominated for deletion before, and you wish to renominate it, please replace "page={{subst:PAGENAME}}" with "page={{subst:PAGENAME}} (2nd nomination)" below before proceeding with the nomination.
-->}}}}This template must be substituted. Replace {{afd
with {{subst:afd
.
{{subst:lessthan}}!-- Once discussion is closed, please place on talk page:
![]() | This article was nominated for deletion on {{subst:#time:j F Y|{{subst:CURRENTTIMESTAMP}} }}. The result of the discussion was keep. |
-->
The Magick Image File Format, abbreviated MIFF, is an image format used by ImageMagick. It may be used to store bitmap images platform-independent.
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.