Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.117.72.244
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
ubuntu /
ImageMagick-7.0.10-22 /
www /
source /
[ HOME SHELL ]
Name
Size
Permission
Action
core
[ DIR ]
drwxrwxr-x
wand
[ DIR ]
drwxrwxr-x
analyze.c
9.71
KB
-rw-rw-r--
coder.xml
899
B
-rw-rw-r--
colors.xml
1.35
KB
-rw-rw-r--
configure.xml
3.58
KB
-rw-rw-r--
contrast.c
2.68
KB
-rw-rw-r--
core.c
1.53
KB
-rw-rw-r--
delegates.xml
13.1
KB
-rw-rw-r--
english.xml
49.83
KB
-rw-rw-r--
examples.pl
10.47
KB
-rw-rw-r--
francais.xml
52.68
KB
-rw-rw-r--
incantation.msl
356
B
-rw-rw-r--
locale.xml
2.4
KB
-rw-rw-r--
log.xml
1.6
KB
-rw-rw-r--
magic.xml
888
B
-rw-rw-r--
mgk.c
15.8
KB
-rw-rw-r--
mime.xml
131.07
KB
-rw-rw-r--
piechart.mvg
3.84
KB
-rw-rw-r--
piechart.svg
2.84
KB
-rw-rw-r--
policy.xml
3.6
KB
-rw-rw-r--
quantization-table.xml
2.31
KB
-rw-rw-r--
thresholds.xml
11.18
KB
-rw-rw-r--
type-apple.xml
28.53
KB
-rw-rw-r--
type-dejavu.xml
9.28
KB
-rw-rw-r--
type-ghostscript.xml
9.45
KB
-rw-rw-r--
type-urw-base35.xml
7.97
KB
-rw-rw-r--
type-windows.xml
15.47
KB
-rw-rw-r--
type.xml
683
B
-rw-rw-r--
wand.c
1.23
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : quantization-table.xml
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE quantization-tables [ <!ELEMENT quantization-tables (table)> <!ATTLIST quantization-tables xmlns CDATA #FIXED ""> <!ELEMENT table (description , levels)> <!ATTLIST table xmlns CDATA #FIXED ""> <!ATTLIST table alias NMTOKEN #REQUIRED> <!ATTLIST table slot CDATA #REQUIRED> <!ELEMENT description (#PCDATA)> <!ATTLIST description xmlns CDATA #FIXED ""> <!ELEMENT levels (#PCDATA)> <!ATTLIST levels xmlns CDATA #FIXED ""> <!ATTLIST levels divisor CDATA #REQUIRED> <!ATTLIST levels height CDATA #REQUIRED> <!ATTLIST levels width CDATA #REQUIRED> ]> <!-- JPEG quantization table created by Dr. Nicolas Robidoux, Senior Research Scientist at Phase One (www.phaseone.com) for use with 2x2 Chroma subsampling and (IJG-style, hence ImageMagick-style) quality level around 75. It is based on the one recommended in Relevance of human vision to JPEG-DCT compression by Stanley A. Klein, Amnon D. Silverstein and Thom Carney. In Human Vision, Visual Processing and Digital Display III, 1992. for 1 minute per pixel viewing. Specifying only one table in this xml file has two effects when used with the ImageMagick option -define jpeg:q-table=PATH/TO/THIS/FILE 1) This quantization table is automatically used for all three channels; 2) Only one copy is embedded in the JPG file, which saves a few bits (only worthwhile for very small thumbnails). --> <quantization-tables> <table slot="0" alias="luma"> <description>Luma Quantization Table</description> <levels width="8" height="8" divisor="1"> 16, 16, 16, 18, 25, 37, 56, 85, 16, 17, 20, 27, 34, 40, 53, 75, 16, 20, 24, 31, 43, 62, 91, 135, 18, 27, 31, 40, 53, 74, 106, 156, 25, 34, 43, 53, 69, 94, 131, 189, 37, 40, 62, 74, 94, 124, 169, 238, 56, 53, 91, 106, 131, 169, 226, 311, 85, 75, 135, 156, 189, 238, 311, 418 </levels> </table> <!-- If you want to use a different quantization table for Chroma, for example, just add: <table slot="1" alias="chroma"> <description>Chroma Quantization Table</description> INSERT 64 POSITIVE INTEGERS HERE, COMMA-SEPARATED </levels> </table> here (but outside of these comments). --> </quantization-tables>
Close