Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
imagecrop
imagecrop
Crop the image to the given rectangle
Name:
imagecrop
Category:
Image processing GD
Programming Language:
php
One-line Description:
Crop the image to the given rectangle
Related
How to Crop a Square Image Using PHP's imagecrop Function? Steps and Code Examples
10
Detailed explanation of coordinates and width and height settings when cropping images in imagecrop function
5
Crop PNG images with imagecrop function and keep transparent background
9
Similar Functions
imagerotate
imagerotate
Rotatetheimageatagiv
imageflip
imageflip
Fliptheimageusingthe
imagecreatefromxpm
imagecreatefromxpm
Createnewimagefromaf
imagesetbrush
imagesetbrush
Settingabrushimagefo
imageloadfont
imageloadfont
Loadnewfonts
imagecolorsforindex
imagecolorsforindex
Getthecoloroftheinde
imagerectangle
imagerectangle
Drawarectangle
imageaffine
imageaffine
Useoptionalclippinga
Popular Articles
Crop PNG images with imagecrop function and keep transparent background
Detailed explanation of coordinates and width and height settings when cropping images in imagecrop function
How to Crop a Square Image Using PHP's imagecrop Function? Steps and Code Examples