X7ROOT File Manager
Current Path:
/etc/ImageMagick-6
etc
/
ImageMagick-6
/
📁
..
📄
coder.xml
(899 B)
📄
colors.xml
(1.35 KB)
📄
delegates.xml
(14.35 KB)
📄
log.xml
(1.6 KB)
📄
magic.xml
(888 B)
📄
mime.xml
(132.26 KB)
📄
policy.xml
(7.59 KB)
📄
quantization-table.xml
(2.31 KB)
📄
thresholds.xml
(11.18 KB)
📄
type-apple.xml
(28.53 KB)
📄
type-dejavu.xml
(8.29 KB)
📄
type-ghostscript.xml
(9.32 KB)
📄
type-urw-base35-type1.xml
(9.6 KB)
📄
type-urw-base35.xml
(7.79 KB)
📄
type-windows.xml
(13.38 KB)
📄
type.xml
(696 B)
Editing: magic.xml
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE magicmap [ <!ELEMENT magicmap (magic)+> <!ELEMENT magic (#PCDATA)> <!ATTLIST magic name CDATA #REQUIRED> <!ATTLIST magic offset CDATA "0"> <!ATTLIST magic target CDATA #REQUIRED> ]> <!-- Associate an image format with a unique identifier. Many image formats have identifiers that uniquely identify a particular image format. For example, the GIF image format always begins with GIF8 as the first 4 characters of the image. ImageMagick uses this information to quickly determine the type of image it is dealing with when it reads an image. --> <magicmap> <!-- <magic name="GIF" offset="0" target="GIF8"/> --> <!-- <magic name="JPEG" offset="0" target="\377\330\377"/> --> <!-- <magic name="PNG" offset="0" target="\211PNG\r\n\032\n"/> --> <!-- <magic name="TIFF" offset="0" target="\115\115\000\052"/> --> </magicmap>
Upload File
Create Folder