claviska / SimpleImage

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

PHP 8.1 deprecation warning #287

Closed distantnative closed 2 years ago

distantnative commented 2 years ago

Using it with PHP 8.1 throws the following deprecation warning

preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated

for claviska/simpleimage/src/claviska/SimpleImage.php:61

skiphog commented 2 years ago

And also imagecreatetruecolor(); Deprecated: Implicit conversion from float to int loses precision in claviska/SimpleImage.php on line 805

imagecopyresampled() Deprecated: Implicit conversion from float to int loses precision in claviska/SimpleImage.php on line 809

And maybe somewhere else

claviska commented 2 years ago

Thanks for reporting this. And thanks, @maPer77, for submitting the patch!

maPer77 commented 2 years ago

Thanks for reporting this. And thanks, @maPer77, for submitting the patch!

:+1: