cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE codermap [ |
cristy | 50a3008 | 2011-04-04 23:59:31 +0000 | [diff] [blame^] | 3 | <!ELEMENT codermap (coder)*> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 4 | <!ELEMENT coder (#PCDATA)> |
| 5 | <!ATTLIST coder magick CDATA #REQUIRED> |
| 6 | <!ATTLIST coder name CDATA #REQUIRED> |
| 7 | ]> |
cristy | e3e77a1 | 2009-10-16 00:47:21 +0000 | [diff] [blame] | 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 | --> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 18 | <codermap> |
cristy | e3e77a1 | 2009-10-16 00:47:21 +0000 | [diff] [blame] | 19 | <!-- <coder magick="GIF87" name="GIF"/> --> |
| 20 | <!-- <coder magick="JPG" name="JPEG"/> --> |
| 21 | <!-- <coder magick="PGM" name="PNM"/> --> |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 22 | </codermap> |