modxcms/Resizer

Error open GD with php 8.0

Opened this issue · 0 comments

model/vendor/imagine/imagine/lib/Imagine/Gd/Imagine.php::95
in php 8.0 function imagecreatefromstring returns "GdImage" object instead of resource, therefore throw exception
reference: https://www.php.net/manual/ru/function.imagecreatefromstring.php#refsect1-function.imagecreatefromstring-changelog
SFMBE