|
Revision 385, 0.8 KB
(checked in by cristy, 5 weeks ago)
|
|
|
| Line | |
|---|
| 1 | <?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 | ]> |
|---|
| 8 | <!-- |
|---|
| 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 | --> |
|---|
| 18 | <codermap> |
|---|
| 19 | <!-- <coder magick="GIF87" name="GIF"/> --> |
|---|
| 20 | <!-- <coder magick="JPG" name="JPEG"/> --> |
|---|
| 21 | <!-- <coder magick="PGM" name="PNM"/> --> |
|---|
| 22 | </codermap> |
|---|