Creates and output an image to browser or saved into a file
Saturday, 30 April 2016
imagejpeg PHP GD Function
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
imagecopyresized PHP GD Function
Copy and resized the specific part of an image
Syntax:
bool imagecopyresized ( resource $dst_image , resource $src_image , int $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_w , int $dst_h , int $src_w , int $src_h )
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
imagecreatefromjpeg PHP GD Function
Create a new image from a url or uploaded by file control
syntax:
resource imagecreatefromjpeg ( string $filename )Argument Detail:
filename Path to the JPEG image.Return Values :
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
imagecreatetruecolor PHP GD Function
The imagecreatetruecolor () function is used in PHP to create a new true color image using the GD Library.
resource imagecreatetruecolor ( int $width , int $height )
width
Image width for creating
height
Image height for creating
resource imagecreatetruecolor ( int $width , int $height )
width
Image width for creating
height
Image height for creating
A programmer and Founder of Girfa
IT Services, working from 2009.At Starting computer teaching was my full-time job but after 10 years of teaching I chose to programming as a full-time job and teaching become part-time. In real life, I am very lazy and I made it my coding style I always try to make a reusable component that’s my USP for programming which saves my time and extra working both.
Subscribe to:
Comments (Atom)