processupload.php
Table of Contents
-
normal_resize_image()
: mixed
-
crop_image_square()
: mixed
-
save_image()
: mixed
normal_resize_image()
normal_resize_image(mixed $source, mixed $destination, mixed $image_type, mixed $max_size, mixed $image_width, mixed $image_height, mixed $quality) : mixed
Parameters
-
$source
: mixed
-
-
$destination
: mixed
-
-
$image_type
: mixed
-
-
$max_size
: mixed
-
-
$image_width
: mixed
-
-
$image_height
: mixed
-
-
$quality
: mixed
-
crop_image_square()
crop_image_square(mixed $source, mixed $destination, mixed $image_type, mixed $square_size, mixed $image_width, mixed $image_height, mixed $quality) : mixed
Parameters
-
$source
: mixed
-
-
$destination
: mixed
-
-
$image_type
: mixed
-
-
$square_size
: mixed
-
-
$image_width
: mixed
-
-
$image_height
: mixed
-
-
$quality
: mixed
-
save_image()
save_image(mixed $source, mixed $destination, mixed $image_type, mixed $quality) : mixed
Parameters
-
$source
: mixed
-
-
$destination
: mixed
-
-
$image_type
: mixed
-
-
$quality
: mixed
-