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 | : 3.149.242.223
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 /
Magick++ /
[ HOME SHELL ]
Name
Size
Permission
Action
Blob.html
4.42
KB
-rw-rw-r--
COPYING
1.25
KB
-rw-rw-r--
Cache.fig
1.08
KB
-rw-rw-r--
Cache.png
1.79
KB
-rw-rw-r--
Cache.svg
4.88
KB
-rw-rw-r--
ChangeLog.html
305
B
-rw-rw-r--
CoderInfo.html
3.59
KB
-rw-rw-r--
Color.html
10.08
KB
-rw-rw-r--
Documentation.html
6.29
KB
-rw-rw-r--
Drawable.html
47.54
KB
-rw-rw-r--
Drawable_example_1.png
1.4
KB
-rw-rw-r--
Enumerations.html
55.91
KB
-rw-rw-r--
Exception.html
13.45
KB
-rw-rw-r--
FormatCharacters.html
2.73
KB
-rw-rw-r--
Future.html
305
B
-rw-rw-r--
Geometry.html
18.78
KB
-rw-rw-r--
Image++.html
137.36
KB
-rw-rw-r--
Image.fig
3.91
KB
-rw-rw-r--
Image.html
136.84
KB
-rw-rw-r--
Image.png
23.36
KB
-rw-rw-r--
ImageDesign.html
1.21
KB
-rw-rw-r--
ImageMagick.png
298.43
KB
-rw-rw-r--
Install.html
10.82
KB
-rw-rw-r--
Magick++.png
9.87
KB
-rw-rw-r--
Montage.html
14.1
KB
-rw-rw-r--
NEWS.html
305
B
-rw-rw-r--
PixelPacket.html
4.02
KB
-rw-rw-r--
Pixels.html
9.43
KB
-rw-rw-r--
Quantum.html
3.99
KB
-rw-rw-r--
README.txt
235
B
-rw-rw-r--
STL.html
83.36
KB
-rw-rw-r--
TypeMetric.html
4.03
KB
-rw-rw-r--
index.html
305
B
-rw-rw-r--
magick.css
11.13
KB
-rw-rw-r--
montage-sample-framed.jpg
19.72
KB
-rw-rw-r--
right_triangle.png
150
B
-rw-rw-r--
thumbnail-anatomy-framed.fig
1.27
KB
-rw-rw-r--
thumbnail-anatomy-framed.jpg
14.62
KB
-rw-rw-r--
thumbnail-anatomy-plain.fig
1.08
KB
-rw-rw-r--
thumbnail-anatomy-plain.jpg
12.31
KB
-rw-rw-r--
thumbnail-sample-framed.jpg
9.1
KB
-rw-rw-r--
thumbnail-sample-plain.jpg
7.21
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : FormatCharacters.html
<?xml version="1.0" encoding="utf-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Magick++ API: Annotating an Image</title> <link rel="stylesheet" href="magick.css" type="text/css" /> </head> <body> <div class="doc-section"> <h1 align="center">Special Format Characters</h1> <p style="margin-bottom: 0cm">The Magick::Image methods <a href="Image++.html#annotate"><i>annotate</i></a>, <a href="Image++.html#draw"><i>draw</i></a>, <a href="Image++.html#label"><i>label</i></a>, and the template function <i>montageImages</i> support special format characters contained in the argument text. These format characters work similar to C's <i>printf</i>. Whenever a format character appears in the text, it is replaced with the equivalent attribute text. The available format characters are shown in the following table.</p> <br /> <p align="center" style="margin-bottom: 0cm"><b>Format Characters</b></p> <center> <table width="50%" border="1" cellpadding="2" cellspacing="3"> <col width="131*" /> <col width="125*" /> <tr> <td width="51%"> <p align="center"><b>Format Character</b></p></td> <td width="49%"> <p align="center"><b>Description</b></p></td></tr> <tr> <td width="51%"> <p align="center">%b</p></td> <td width="49%"> <p>file size</p></td></tr> <tr> <td width="51%"> <p align="center">%d</p></td> <td width="49%"> <p>directory</p></td></tr> <tr> <td width="51%"> <p align="center">%e</p></td> <td width="49%"> <p>filename extension</p></td></tr> <tr> <td width="51%"> <p align="center">%f</p></td> <td width="49%"> <p>filename</p></td></tr> <tr> <td width="51%"> <p align="center">%h</p></td> <td width="49%"> <p>height</p></td></tr> <tr> <td width="51%"> <p align="center">%m</p></td> <td width="49%"> <p>magick (e.g GIF)</p></td></tr> <tr> <td width="51%"> <p align="center">%p</p></td> <td width="49%"> <p>page number</p></td></tr> <tr> <td width="51%"> <p align="center">%s</p></td> <td width="49%"> <p>scene number</p></td></tr> <tr> <td width="51%"> <p align="center">%t</p></td> <td width="49%"> <p>top of filename</p></td></tr> <tr> <td width="51%"> <p align="center">%w</p></td> <td width="49%"> <p>width</p></td></tr> <tr> <td width="51%"> <p align="center">%x</p></td> <td width="49%"> <p>x resolution</p></td></tr> <tr> <td width="51%"> <p align="center">%y</p></td> <td width="49%"> <p>y resolution</p></td></tr> <tr> <td width="51%"> <p align="center">\n</p></td> <td width="49%"> <p>newline</p></td></tr> <tr> <td width="51%"> <p align="center">\r</p></td> <td width="49%"> <p>carriage return</p></td></tr></table></center> </div> </body> </html>
Close