imagesettile
Supported Versions: PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8
Set the tile image for filling
imagesettile
(
GdImage $image
,
GdImage $tile
):
bool
Intervention/image
$source
= new
Decoder
;
$tile
=
$source
->
init
(
$filling
);
imagesettile
(
$image
->
getCore
(),
$tile
->
getCore
());
$filling
=
IMG_COLOR_TILED
;
} catch (
\Intervention\Image\Exception\NotReadableException $e
) {
src/Intervention/Image/Gd/Commands/FillCommand.php