Resizer
Resizer copied to clipboard
A lightweight, modern image resizer for MODX
In MODx 3.0.4 and PHP 8.1 I'm getting error messages whenever a PNG image is trying to be resized by pThumb. MODx 2.85 with PHP 8.0 doesn't show the following...
On Modx 3.0.3, resizer-2.0.1-dev and PHP 8.1 cached images not rendering at all. Output paths are pointing direct to originals. No errors in error log. Turning Resizer off paths are...
I got an PHP Fatal error with Resizer on one resource. PHP 7.4.3 + Imagick 3.4.4. Switching off Resizer did help in pThumb. ```PHP Fatal error: Class Reductionist\Imagick\RImagine contains 4...
I tried running my modx environment with PHP 8.0 and encountered an issue with Resizer when trying to save a resource. `PHP Fatal error: Uncaught TypeError: round(): Argument #1 ($num)...
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
phpthumb supports auto orientation for images that were made in a specific orientation are supposed to be displayed in another one. http://phpthumb.sourceforge.net/demo/docs/phpthumb.readme.txt > ar = Auto Rotate: set to "x"...
Add webP conversion support would be great. Currently it doesn't seem to work?
Have a site that was recently upgraded to ImageMagick 7. Using pThumb with Resizer enabled, every page on the site returned a 500 error due to: PHP Fatal error: Uncaught...
minor addition to support the grayscale filter that is also present in phpthumbof (original one).
Hi. Great work on pThumb and Resizer - vastly improved performance so many thanks for the effort. Wondered if you had any plans to include basic rotation (filter) as a...