imagesettile

Supported Versions: PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8
Set the tile image for filling
<?php imagesettile(GdImage $image, GdImage $tile): bool
<?php             $source = new Decoder;

            $tile = $source->init($filling);

            imagesettile($image->getCore(), $tile->getCore());

            $filling = IMG_COLOR_TILED;



        } catch (\Intervention\Image\Exception\NotReadableException $e) {