source: other-projects/trunk/linux-binaries/imagemagick/lib/ImageMagick-6.4.4/config/type.xml@ 17613

Last change on this file since 17613 was 17613, checked in by max, 15 years ago

Adding ImageMagick 6.4.4 for Linux that can work with JPEG2000 files by default.

File size: 671 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE typemap [
3<!ELEMENT typemap (type)+>
4<!ELEMENT type (#PCDATA)>
5<!ELEMENT include (#PCDATA)>
6<!ATTLIST type name CDATA #REQUIRED>
7<!ATTLIST type fullname CDATA #IMPLIED>
8<!ATTLIST type family CDATA #IMPLIED>
9<!ATTLIST type foundry CDATA #IMPLIED>
10<!ATTLIST type weight CDATA #IMPLIED>
11<!ATTLIST type style CDATA #IMPLIED>
12<!ATTLIST type stretch CDATA #IMPLIED>
13<!ATTLIST type format CDATA #IMPLIED>
14<!ATTLIST type metrics CDATA #IMPLIED>
15<!ATTLIST type glyphs CDATA #REQUIRED>
16<!ATTLIST type version CDATA #IMPLIED>
17<!ATTLIST include file CDATA #REQUIRED>
18]>
19<typemap>
20 <include file="type-ghostscript.xml" />
21</typemap>
Note: See TracBrowser for help on using the repository browser.