ImgCropper
in package
Image Cropper Class Utils to circle crop an image
Tags
Table of Contents
- $container : Container
- $finfo : array<string|int, mixed>
- $image : GdImage
- __construct() : mixed
- Constructor
- save() : mixed
- Save image to disk
Properties
$container
private
Container
$container
$finfo
private
array<string|int, mixed>
$finfo
$image
private
GdImage
$image
Methods
__construct()
Constructor
public
__construct(Container $container, array<string|int, mixed> $finfo) : mixed
Parameters
- $container : Container
- $finfo : array<string|int, mixed>
-
file name and extension
Return values
mixed —save()
Save image to disk
public
save() : mixed