diff --git a/src/Intervention/Image/Image.php b/src/Intervention/Image/Image.php index c780f180..9cfcfcaa 100644 --- a/src/Intervention/Image/Image.php +++ b/src/Intervention/Image/Image.php @@ -922,7 +922,7 @@ class Image imagesettile($this->resource, $source); $source = IMG_COLOR_TILED; - } elseif (is_string($source) && file_exists($source)) { + } elseif (is_string($source) && file_exists(realpath($source))) { $img = new self($source); imagesettile($this->resource, $img->resource);