Pages
(Move to ...)
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
▼
Saturday, 30 April 2016
Resized and Saved Uploaded Image in PHP
›
Image resizing is an important task because if uploaded image size is bigger than requirement and we are not resizing it then it will consu...
imagejpeg PHP GD Function
›
Creates and output an image to browser or saved into a file Syntax: bool imagejpeg ( resource $image [, string $filename [, int $quality...
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 , ...
imagecreatefromjpeg PHP GD Function
›
Create a new image from a url or uploaded by file control syntax: resource imagecreatefromjpeg ( string $filename ) Argument Detail: ...
‹
›
Home
View web version