Search Results
Parameters ¶ image A GdImage object, returned by one of the image creation functions, such as imagecreatetruecolor (). x1 x-coordinate for point 1. y1 y-coordinate for point 1. x2 x-coordinate for point 2. y2 y-coordinate for point 2. color The fill color. A color identifier created with imagecolorallocate ().
- Getimagesize
Caution This function expects filename to be a valid image...
- Imagecreatefromjpeg
imagecreatefromjpeg () returns an image identifier...
- Imagejpeg
Parameters ¶ image A GdImage object, returned by one of the...
- Imagepng
Parameters ¶ image A GdImage object, returned by one of the...
- Imagecreatefrompng
imagecreatefrompng () returns an image identifier...
- Imagecopy
Copy a part of src_image onto dst_image starting at the x,y...
- Imagecopyresampled
imagecopyresampled () copies a rectangular portion of one...
- Imagecreate
imagecreate () returns an image identifier representing a...
- Getimagesize
Mar 15, 2026 · The imagefilledrectangle () function in PHP draws a filled rectangle on an image resource. This function is part of the GD extension and is commonly used for creating graphics, overlays, and visual elements programmatically.
Liste de paramètres image Une ressource d'image, retournée par une des fonctions de création d'images, comme imagecreatetruecolor (). x1 X : coordonné du point 1. y1 Y : coordonné du point 1. x2 X : coordonné du point 2. y2 Y : coordonné du point 2. color La couleur de remplissage. Un identifiant de couleur créé par la fonction imagecolorallocate ().
Jul 11, 2025 · The imagefilledrectangle () function is an inbuilt function in PHP which is used to create a filled rectangle. This function creates a rectangle filled with a given color in the image.
Creates a rectangle filled with color in the given image starting at point 1 and ending at point 2. 0, 0 is the top left corner of the image.
imagefilledrectangle () creates a filled rectangle of color color in image image starting at upper left coordinates x1, y1 and ending at bottom right coordinates x2, y2. 0, 0 is the top left corner of the image.
People also ask
What is imagefilledrectangle() function in PHP?
What is the difference between imagerectangle and imagefilledrectangle?
How do I use imagefilledrectangle if a color is transparent?
Creates a rectangle filled with color in the given image starting at point 1 and ending at point 2. 0, 0 is the top left corner of the image.
