Overview of PHP GD library functions_PHP tutorial
We are using
GetImageSize
Function: Get the size of the image [i.e. length and width]
PHP GD library function usage: array GetImageSize(string filename, array [imageinfo]);
ImageArc
Function: draw arc
Usage: int ImageArc(int im, int cx, int cy, int w, int h, int s, int e, int col);
ImageChar
Function: write horizontal characters
PHP GD library function usage: int ImageChar(int im, int font, int x, int y, string c, int col);
ImageCharUp
Function: Write vertical characters
Usage: int ImageCharup(int im, int font, int x, int y, string c, int col);
ImageColorAllocate
Function: Match colors
PHP GD library function usage: int ImageColorAllocate(int im, int red, int green, int blue);
ImageColorTransparent
Function: Specify transparency Background color
Usage: int ImageColorTransparent(int im, int [col]);
ImageCopyResized
Function: Copy new image and resize
PHP GD library function usage: int ImageCopyResized(int dst_im, int src_im, int dstX, int dstY, int srcX, int srcY, int dstW, int dstH, int srcW, int srcH);
ImageCreate
Function: Create a new image
Usage: int ImageCreate(int x_size, int y_size);
ImageDashedLine
Function: Draw a dotted line
Usage: int ImageDashedLine(int im, int x1, int y1, int x2, int y2, int col) ;
ImageDestroy
PHP GD library function function: end graphics
Usage explanation: int ImageDestroy(int im);
ImageFill
Function: graphics coloring
Usage :int ImageFill(int im, int x, int y, int col);
ImageFilledPolygon
Function: polygon area coloring
PHP GD library function usage: int ImageFilledPolygon(int im, array points, int num_points, int col);
ImageFilledRectangle
Function: Rectangular area coloring
Usage: int ImageFilledRectangle(int im, int x1, int y1, int x2, int y2, int col);
ImageFillToBorder
Function: Coloring within the specified color area
PHP GD library function usage: int ImageFillToBorder(int im, int x, int y, int border, int col);
ImageFontHeight
Function: Get the height of the font
Usage: int ImageFontHeight(int font);
ImageFontWidth
Function: Get the width of the font
Usage: int ImageFontWidth(int font ; >Function: Draw a solid line
ImageLoadFont
Function: Load bitmap fonts Type
ImagePolygon
Function: draw polygons
ImageRectangle
Function: Draw a rectangle
ImageSetPixel
Function : Draw points
ImageString
Function: Draw horizontal string
ImageStringUp
Function: Draw a straight string
ImageSX
Function: Get the width of the image
ImageSY
Function: Get the height of the image
ImageTTFBBox
Function: Calculate the area occupied by TTF text
ImageTTFText
Function: Write TTF text into the image
ImageColorAt
Function: Get the index value of the color of the specified point in the picture
ImageColorClosest
Function: Calculate the closest color to the specified color in the color table
ImageColorExact
Function: Calculate the specified color index value on the color table
ImageColorResolve
Function: Calculate the index value of the specified or closest color on the color table
ImageColorSet
Function: Set the color of the specified index on the color table
ImageColorsForIndex
Function: Get the specified color table Indexed colors
ImageColorsTotal
Function: Calculate the number of colors in the image
ImagePSLoadFont
Function: Load PostScript font
ImagePSFreeFont
Function: Unload PostScript font
ImagePSEncodeFont
Function: Convert PostScript fonts into vector words
PHP GD library function usage: int ImagePSEncodeFont(string encodingfile);
ImagePSText
Function: Write PostScript text into the image
Usage: array ImagePSText(int image, string text, int font, int size, int foreground, int background, int x, int y, int space, int tightness, float angle, int antialias_steps);
ImagePSBBox
Function: Calculate the area occupied by PostScript text
PHP GD library function usage: array ImagePSBBox(string text, int font, int size, int space, int width, float angle);
ImageCreateFromPNG
Function: Take out PNG graphics
Usage: int ImageCreateFromPng(string filename);
ImagePNG
Function: Create PNG graphics
Usage: int ImagePng(int im, string [filename]);
ImageCreateFromGIF
Function: Take out GIF graphics
Usage: int ImageCreateFromGif(string filename);
ImageGIF
Function: Create GIF graphics
PHP GD library function usage: int ImageGif(int im, string [filename]);

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Validator can be created by adding the following two lines in the controller.

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c
