Current Path: > > opt > cloudlinux > alt-php54 > root > usr > include > php > ext > > gd > libgd
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
gd.h | File | 26439 bytes | July 08 2025 18:05:15. | |
gd_compat.h | File | 1932 bytes | July 08 2025 18:05:15. | |
gd_intern.h | File | 261 bytes | July 08 2025 18:05:15. | |
gd_io.h | File | 963 bytes | July 08 2025 18:05:15. | |
gdcache.h | File | 2716 bytes | July 08 2025 18:05:15. | |
gdfontg.h | File | 529 bytes | July 08 2025 18:05:15. | |
gdfontl.h | File | 527 bytes | July 08 2025 18:05:15. | |
gdfontmb.h | File | 495 bytes | July 08 2025 18:05:15. | |
gdfonts.h | File | 491 bytes | July 08 2025 18:05:15. | |
gdfontt.h | File | 522 bytes | July 08 2025 18:05:15. | |
gdhelpers.h | File | 1351 bytes | July 08 2025 18:05:15. | |
jisx0208.h | File | 71350 bytes | July 08 2025 18:05:15. | |
wbmp.h | File | 1283 bytes | July 08 2025 18:05:15. | |
webpimg.h | File | 7207 bytes | July 08 2025 18:05:15. |
#ifndef GD_COMPAT_H #define GD_COMPAT_H 1 #if HAVE_GD_BUNDLED # include "gd.h" #else # include <gd.h> #endif const char * gdPngGetVersionString(); const char * gdJpegGetVersionString(); int gdJpegGetVersionInt(); int overflow2(int a, int b); /* filters section * * Negate the imag src, white becomes black, * The red, green, and blue intensities of an image are negated. * White becomes black, yellow becomes blue, etc. */ int gdImageNegate(gdImagePtr src); /* Convert the image src to a grayscale image */ int gdImageGrayScale(gdImagePtr src); /* Set the brightness level <brightness> for the image src */ int gdImageBrightness(gdImagePtr src, int brightness); /* Set the contrast level <contrast> for the image <src> */ int gdImageContrast(gdImagePtr src, double contrast); /* Simply adds or substracts respectively red, green or blue to a pixel */ int gdImageColor(gdImagePtr src, const int red, const int green, const int blue, const int alpha); #if !defined(HAVE_GD_IMAGE_CONVOLUTION) /* Image convolution by a 3x3 custom matrix */ int gdImageConvolution(gdImagePtr src, float ft[3][3], float filter_div, float offset); int gdImageEdgeDetectQuick(gdImagePtr src); int gdImageGaussianBlur(gdImagePtr im); int gdImageSelectiveBlur( gdImagePtr src); int gdImageEmboss(gdImagePtr im); int gdImageMeanRemoval(gdImagePtr im); int gdImageSmooth(gdImagePtr im, float weight); #endif #if !defined(HAVE_GD_IMAGE_PIXELATE) enum gdPixelateMode { GD_PIXELATE_UPPERLEFT, GD_PIXELATE_AVERAGE }; int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode); #endif int gdImagePixelate(gdImagePtr im, int block_size, const unsigned int mode); #if !HAVE_GD_IMAGEELLIPSE void gdImageEllipse(gdImagePtr im, int cx, int cy, int w, int h, int c); #endif gdImagePtr gdImageRotate (gdImagePtr src, double dAngle, int clrBack, int ignoretransparent); int gdImageColorMatch (gdImagePtr im1, gdImagePtr im2); #endif
SILENT KILLER Tool