-
How to get the pixel height of a character in the specified font using the imagefontheight() function in PHP?
-
How to get the pixel width of a character in the specified font using the imagefontwidth() function in PHP?
-
How to get the clipping rectangle using imagegetclip() function in PHP?
-
How to ensure an image is a truecolor image using the imageistruecolor() function in PHP?
-
How to set the alpha blending flag to use layering effects using imaglayereffect() function in PHP?
-
How to draw a line using imageline() function in PHP?
-
How to draw an open polygon using the imageopenpolygon() function n PHP?
-
How to copy the palette from one image to another using imagepalettecopy() function in PHP?
-
How to get or set the resolution of an image using imageresolution() function in PHP?
-
How to rotate an image with a given angle using imagerotate() function in PHP?
-
How to set the style for line drawing using imagesetstyle() function in PHP?
-
How to set the tile image for filling using imagesettile() function in PHP?
-
How to draw a text string image horizontally by using imagestring() function in PHP?
-
How to draw a string vertically using imagestringup() function in PHP?
-
How to set the image thickness for line drawing using imgesetthickness() function in PHP?
-
How to set a single pixel using imagesetpixel() function in PHP?
-
How to enable or disable interlace using imageinterlace() function in PHP?
-
How to apply a gamma correction to a Graphics Draw (GD) image in PHP?
-
How to apply a 3×3 convolution matrix using imageconvolution() in PHP?
-
How to check antialias functions be used or not by using imageantialias() function in PHP?