OXIESEC PANEL
- Current Dir:
/
/
etc
/
ImageMagick-6
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/20/2025 05:23:23 PM
rwxr-xr-x
📄
coder.xml
842 bytes
11/21/2022 03:16:27 PM
rw-r--r--
📄
colors.xml
1.35 KB
11/21/2022 03:16:27 PM
rw-r--r--
📄
delegates.xml
12.98 KB
11/21/2022 03:16:27 PM
rw-r--r--
📄
log.xml
956 bytes
11/21/2022 03:16:27 PM
rw-r--r--
📄
magic.xml
888 bytes
11/21/2022 03:16:27 PM
rw-r--r--
📄
mime.xml
131.03 KB
11/21/2022 03:16:27 PM
rw-r--r--
📄
policy.xml
3.34 KB
11/21/2022 03:16:27 PM
rw-r--r--
📄
quantization-table.xml
2.04 KB
11/21/2022 03:16:27 PM
rw-r--r--
📄
thresholds.xml
11.04 KB
11/21/2022 03:16:27 PM
rw-r--r--
📄
type-apple.xml
28.4 KB
11/21/2022 03:16:27 PM
rw-r--r--
📄
type-dejavu.xml
8.35 KB
11/21/2022 03:16:27 PM
rw-r--r--
📄
type-ghostscript.xml
9.5 KB
11/21/2022 03:16:27 PM
rw-r--r--
📄
type-windows.xml
13.33 KB
11/21/2022 03:16:27 PM
rw-r--r--
📄
type.xml
671 bytes
11/21/2022 03:16:27 PM
rw-r--r--
Editing: magic.xml
Close
<?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>