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

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

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

            
$filling IMG_COLOR_TILED;



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