php-image-resize
php-image-resize copied to clipboard
PHP library to resize, scale and crop images. Cloud solution available at:
https://github.com/gumlet/php-image-resize/compare/2.0.0...2.0.1 But it's still in readme: https://github.com/gumlet/php-image-resize#flip It's also still in the API docs linked from the readme: https://gumlet.github.io/php-image-resize/class-Gumlet.ImageResize.html Is it the intention that this function should still be supported...
imagecreatetruecolor and imagecopyresampled warning error: implicit float to int conversion
I am receiving "corrupt JPEG" errors when I POST a base64 payload to the server. The bizarre thing is that I can paste the same base64 string into a script,...
I'm using this library (1.9.*) in Laravel (v6) and getting the following exception: >Call to undefined function Gumlet\imagecreatefromjpeg() when running the following line of code: ```php $imgObj = ImageResize::createFromString($var); ```...
I use php-image-resize via composer. I have a crop action wich a bit special for my script. At some point, I need to know the result of resizeToHeight action as...
I've just written a converting library to convert all the common image formats from/to. https://github.com/jenstornell/php-image-converter https://github.com/jenstornell/php-image-converter/issues/2 The pitfall of using it with this library is that I need to save...
When I resize a photo to thumbnails below 150 pixels, with 100 quality, the photo still becomes very soapy, I can't understand what it's about (sorry in advance I don't...
Hi, Is this function planned? It would be very interesting.
In my PHP 7+ environments I get `undefined finfo_open()`. I guess a dll file is missing on my shared host. The function is there to check if the image is...
Hello, I tried to use add banner feature in my image (my purpose is to add logo stamp to my image) Main Image I use https://app.mulai.com/pub/2021/7/20/3d3d514f2021-07-20-14-36-44x.png The banner image is...