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 | : 52.15.241.87
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
/
var /
www /
html /
guk_old /
libgd-gd-2.2.3 /
[ HOME SHELL ]
Name
Size
Permission
Action
VMS
[ DIR ]
drwxr-xr-x
cmake
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
docs
[ DIR ]
drwxr-xr-x
examples
[ DIR ]
drwxr-xr-x
m4
[ DIR ]
drwxr-xr-x
netware
[ DIR ]
drwxr-xr-x
src
[ DIR ]
drwxr-xr-x
test
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
travis
[ DIR ]
drwxr-xr-x
windows
[ DIR ]
drwxr-xr-x
.gitignore
1.41
KB
-rwxr-xr-x
.travis.yml
869
B
-rwxr-xr-x
CMakeLists.txt
7.25
KB
-rwxr-xr-x
CODE_OF_CONDUCT.md
3.17
KB
-rwxr-xr-x
CONTRIBUTORS
289
B
-rwxr-xr-x
COPYING
2.25
KB
-rwxr-xr-x
ChangeLog
6.88
KB
-rwxr-xr-x
Makefile.am
160
B
-rwxr-xr-x
NEWS
5.68
KB
-rwxr-xr-x
README.md
1.9
KB
-rwxr-xr-x
appveyor.yml
7.69
KB
-rwxr-xr-x
bootstrap.sh
790
B
-rwxr-xr-x
configure.ac
9.84
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
# GD Graphics (Draw) Library [![Build Status](https://travis-ci.org/libgd/libgd.svg?branch=master)](https://travis-ci.org/libgd/libgd) [![Build Status](https://scan.coverity.com/projects/3810/badge.svg)](https://scan.coverity.com/projects/libgd) GD is an open source code library for the dynamic creation of images by programmers. GD is written in C, and "wrappers" are available for Perl, PHP and other languages. GD can read and write many different image formats. GD is commonly used to generate charts, graphics, thumbnails, and most anything else, on the fly. The most common applications of GD involve website development, although it can be used with any standalone application! The library was originally developed by Thomas Boutell and is now maintained by many contributors (see the [CONTRIBUTORS](CONTRIBUTORS) file) under the umbrella of PHP.net. ## Downloads/etc... Please visit our [homepage](http://www.libgd.org/) for more details. ## Supported Image Formats GD has builtin support for: * [BMP](https://en.wikipedia.org/wiki/BMP_file_format) * [GIF](https://en.wikipedia.org/wiki/GIF) * [TGA](https://en.wikipedia.org/wiki/Truevision_TGA) * [WBMP](https://en.wikipedia.org/wiki/Wireless_Application_Protocol_Bitmap_Format) It also has optional support for more formats via external libraries: * [JPEG](https://en.wikipedia.org/wiki/JPEG) via [IJG/libjpeg](http://www.ijg.org/) or [libjpeg-turbo](http://libjpeg-turbo.virtualgl.org/) * Does not include [JPEG 2000](https://en.wikipedia.org/wiki/JPEG_2000) * [PNG](https://en.wikipedia.org/wiki/Portable_Network_Graphics) via [libpng](http://www.libpng.org/) * [TIFF](https://en.wikipedia.org/wiki/Tagged_Image_File_Format) via [libtiff](http://www.remotesensing.org/libtiff/) * [WebP](https://en.wikipedia.org/wiki/WebP) via [libwebp](https://developers.google.com/speed/webp/) * [XPM](https://en.wikipedia.org/wiki/X_PixMap) via [libXpm](http://xorg.freedesktop.org/)
Close