croppa
croppa copied to clipboard
Image thumbnail creation through specially formatted URLs for Laravel.
This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...
I don't like that any bad image URL (say, out of range or incorrectly specified parameters) creates 500 errors. AWS, for example, sends me warnings that my instance is "degraded"....
This filename: `Hnr4t2QO4ugMstGTejDqUAkSyBXF2GlQozIjfs76-_x138-resize-trim(66218942676).png` generated this error: `Undefined array key 1` on this line: line 109: `list($x1, $y1, $x2, $y2) = $coords;` in this file: `/vendor/bkwld/croppa/src/Image.php` For these kinds of invalid...
I got the following error: ```imagejpeg(): gd-jpeg: JPEG library reports unrecoverable error: Maximum supported image dimension is 65500 pixels``` on the following filename: ```64937981ad75c-440x_-resize-trim(0,0,13,6352).jpeg``` I looked at the base file,...
Getting a `Intervention\Image\Exception\NotReadableException` exception. Due to the design of Croppa this can't be caught, of course, so it would be better for Croppa to handle this gracefully. Stack trace: ```Intervention\Image\Exception\NotReadableException:...
This pull request implements and documents a feature that allows setting the output format of the crops to a desired one among jpeg, webp, png and gif. You can also...
I have files uploaded in different formats but I want all of their thumbnails to be in JPEG format to save bandwidth and improve user experience. Is there an easy...
Croppa does not correctly rotate images from remote source disks due to an EXIF limitation of the Intervention Image Library (which is unable to correctly orientate remote images). See limitation:...
I cannot make croppa auto rotate images in my laravel application. I use Homestead -v 2.1.4 and when i run the exif_imagetype function i get a valid callback, so i...
```ErrorException: imagecreatefromstring(): gd-png: libpng warning: Interlace handling should be turned on when using png_read_image #46 /vendor/weotch/phpthumb/src/GdThumb.inc.php(119): Illuminate\Foundation\Bootstrap\HandleExceptions::handleError #45 /vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(231): Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap\{closure} #44 [internal](0): imagecreatefromstring #43 /vendor/weotch/phpthumb/src/GdThumb.inc.php(119): GdThumb::__construct #42 /vendor/weotch/phpthumb/src/ThumbLib.inc.php(127): PhpThumbFactory::create #41...