Courses
Tutorials
Practice
Sign In
Switch to Dark Mode
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.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Java
10.8K+ articles
PHP
3.9K+ articles
PHP-function
2.3K+ articles
PHP-image-functions
20 posts
Recent Articles
Popular Articles
PHP | imagecreatefromgd2part() Function
Last Updated: 14 February 2020
The imagecreatefromgd2part() function is an inbuilt function in PHP which is used to create a new image from a given part of GD2 file or URL. Further, this image can be wo...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP | imagecreatefrompng() Function
Last Updated: 14 February 2020
The imagecreatefrompng() function is an inbuilt function in PHP which is used to create a new image from PNG file or URL. This image can be further worked upon in the prog...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP | imagecreatefromstring() Function
Last Updated: 14 February 2020
The imagecreatefromstring() function is an inbuilt function in PHP which is used to create a new image from string file or URL. This image can be further worked upon in th...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP | imageloadfont() Function
Last Updated: 14 February 2020
The imageloadfont() function is an inbuilt function in PHP which is used to load a new font. GDF fonts are supported which can be downloaded from here.Syntax:int imageload...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP | imagepalettetotruecolor() Function
Last Updated: 28 April 2025
The imagepalettetotruecolor() function is an inbuilt function in PHP which is used to convert an palette based image to true color.Syntax: bool imagepalettetotruecolor( r...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP | imagesavealpha() Function
Last Updated: 19 February 2020
The imagesavealpha() function is an inbuilt function in PHP which is used to set whether to retain full alpha channel information when saving PNG images or not. Alpha chan...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP | imagettfbbox() Function
Last Updated: 28 April 2025
The imagettfbbox() function is an inbuilt function in PHP that is used to calculate the bounding box in pixels for a TrueType text.Syntax: array imagettfbbox( float $size...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP | imagettftext() Function
Last Updated: 19 February 2020
The imagettftext() function is an inbuilt function in PHP which is used to write text to the image using TrueType fonts.Syntax:array imagettftext( resource $image, float $...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP | imagewbmp() Function
Last Updated: 20 February 2020
The imagewbmp() 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-image-functions
PHP | imagewebp() Function
Last Updated: 28 April 2025
The imagewebp() 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-image-functions
PHP | imagexbm() Function
Last Updated: 19 February 2020
The imagexbm() function is an inbuilt function in PHP which is used to display image to browser a file. The main use of this function is to view an image in the browser an...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP | exif_read_data() Function
Last Updated: 19 February 2020
The exif_read_data() function is an inbuilt function in PHP which is used to read the EXIF headers from an image file.Syntax:array exif_read_data( mixed $stream, string $s...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP | exif_tagname() Function
Last Updated: 28 April 2025
The exif_tagname() function is an inbuilt function in PHP which is used to get the header name for an index. Syntax:string exif_tagname( int $index )Parameters: This funct...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP | read_exif_data() Function
Last Updated: 19 February 2020
The read_exif_data() function is an inbuilt function in PHP which is used to read the EXIF headers from an image file and is an alternate for exif_read_data().Syntax:array...
read more
Web Technologies
PHP
PHP-function
PHP-image-functions
PHP iptcparse() Function
Last Updated: 26 July 2021
What is IPTC data?IPTC data is generally referred to as the metadata associated with an image file etc. It is the standardized metadata format created for the use of media...
read more
Web Technologies
Picked
PHP
PHP-function
PHP-image-functions
1
2
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 !
PHP-image-functions Archives - GeeksforGeeks