Function imagecopyresamplebicubic
Copy image. Used when imagecopyresample() is not available.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Graphics.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Graphics.php
resource |
$dst_img |
The destination image - a GD image resource |
resource |
$src_img |
The source image - a GD image resource |
integer |
$dst_x |
The "x" coordinate of the destination image |
integer |
$dst_y |
The "y" coordinate of the destination image |
integer |
$src_x |
The "x" coordinate of the source image |
integer |
$src_y |
The "y" coordinate of the source image |
integer |
$dst_w |
The width of the destination image |
integer |
$dst_h |
The height of the destination image |
integer |
$src_w |
The width of the destination image |
integer |
$src_h |
The height of the destination image |