claviska / SimpleImage

A PHP class that makes working with images and GD as simple as possible.
MIT License
1.38k stars 383 forks source link

Replaced get_resource_type with get_class #279

Closed RussellJapheth closed 3 years ago

RussellJapheth commented 3 years ago

Replaced get_resource_type() with get_class() for checking valid GD image instance. For PHP 8.0 and higher, passing a GD image argument to get_resource_type() will throw a Fatal Error.