Tutorials
Courses
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
Misc
8.7K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
how-to-install
1.2K+ articles
Image-Processing
755+ articles
PHP-Imagick
510+ posts
Recent Articles
Popular Articles
PHP | imageaffine() Function
Last Updated: 28 January 2020
The imageaffine() function is an inbuilt function in PHP which is used to get an image containing the affine transformed src image using an optional clipping area. Affine ...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagebmp() Function
Last Updated: 28 January 2020
The imagebmp() function is an inbuilt function in PHP which is used to return the output or save a BMP version of the given image.Syntax:bool imagebmp( resource $image, mi...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagefilltoborder() Function
Last Updated: 31 January 2020
The imagefilltoborder() function is an inbuilt function in PHP which is used to performs a flood fill with a specific color and add a border with a border color.Syntax:boo...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagefontheight() Function
Last Updated: 14 February 2020
The imagefontheight() function is an inbuilt function in PHP which is used to get the pixel height of a character in the specified font.Syntax:int imagefontheight( int $fo...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imageftbbox() Function
Last Updated: 14 February 2020
The imageftbbox() function is an inbuilt function in PHP which is used to calculate the bounding box of a text using fonts via freetype2.Syntax:array imageftbbox( float $s...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagegammacorrect() function
Last Updated: 30 January 2020
The imagegammacorrect() function is an inbuilt function in PHP which is used to apply gamma correction to the given image given an input and an output gamma.Syntax:bool im...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagegd() function
Last Updated: 28 April 2025
The imagegd() function is an inbuilt function in PHP which is used to output GD image to browser or file. This is most useful to convert any other image type to gd. imagec...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagecreatefromgd() function
Last Updated: 30 January 2020
The imagecreatefromgd() function is an inbuilt function in PHP which is used to create a new image from GD file or URL. Further, this image can be worked upon in the progr...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagecreatefromgif() Function
Last Updated: 30 January 2020
The imagecreatefromgif() function is an inbuilt function in PHP which is used to create a new image from a given part of GIF file or URL. Further, this image can be worked...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagecreatefromjpeg() Function
Last Updated: 30 January 2020
The imagecreatefromjpeg() function is an inbuilt function in PHP which is used to create a new image from JPEG file or URL. This image can be further worked upon in the pr...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagecreatefromwbmp() Function
Last Updated: 30 January 2020
The imagecreatefromwbmp() function is an inbuilt function in PHP which is used to create a new image from WBMP file or URL. WBMP (Wireless Application Protocol Bitmap Form...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagecreatefromwebp() function
Last Updated: 30 January 2020
The imagecreatefromwebp() function is an inbuilt function in PHP which is used to create a new image from WEBP file or URL. WEBP is an image format employing both lossy an...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagecreatefromxpm() Function
Last Updated: 30 January 2020
The imagecreatefromxpm() function is an inbuilt function in PHP which is used to create a new image from XPM file or URL. XPM (X PixMap) is an image file format used by th...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagejpeg() Function
Last Updated: 30 January 2020
The imagejpeg() function is an inbuilt function in PHP which is used to display image to browser or file. The main use of this function is to view an image in the browser,...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
PHP | imagepng() Function
Last Updated: 28 April 2025
The imagepng() function is an inbuilt function in PHP which is used to display image to browser or file. The main use of this function is to view an image in the browser, ...
read more
Web Technologies
PHP
PHP-function
PHP-Imagick
1
2
3
4
...
34
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !