blob: 9507fceacc03f71badef4ba6c5b8db6fdaa524a9 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE codermap [
3<!ELEMENT codermap (coder)+>
4<!ELEMENT coder (#PCDATA)>
5<!ATTLIST coder magick CDATA #REQUIRED>
6<!ATTLIST coder name CDATA #REQUIRED>
7]>
cristye3e77a12009-10-16 00:47:21 +00008<!--
9 Associate an image format with the specified coder module.
10
11 ImageMagick has a number of coder modules to support the reading and/or
12 writing of an image format (e.g. JPEG). Some coder modules support more
13 than one associated image format and the mapping between an associated
14 format and its respective coder module is defined in this configuration
15 file. For example, the PNG coder module not only supports the PNG image
16 format, but the JNG and MNG formats as well.
17-->
cristy3ed852e2009-09-05 21:47:34 +000018<codermap>
cristye3e77a12009-10-16 00:47:21 +000019 <!-- <coder magick="GIF87" name="GIF"/> -->
20 <!-- <coder magick="JPG" name="JPEG"/> -->
21 <!-- <coder magick="PGM" name="PNM"/> -->
cristy3ed852e2009-09-05 21:47:34 +000022</codermap>