image icon indicating copy to clipboard operation
image copied to clipboard

PHP Image Processing

Results 153 image issues
Sort by recently updated
recently updated
newest added

Hello. Site with docs intervention.io has HTTP ERROR 451... At least I've been seeing this error for the last three days. Where else can I see the documentation?

``` Intervention\Image\Exception\NotReadableException Image source not readable ``` This is what you can get on `v2.5.1` with PHP8. In `v2.7.2` the error is fixed, but if `v2.5.1` is not compatible with...

Hello! When inserting an image in another, this will place the image in the center of the x-axis on the top and move it down by 15%/px or whatever: ````...

Hello! I'm getting the following deprecation notice running `php 8.1` and `intervention/image 2.7.2`: ```` **Deprecated:** strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /.../vendor/intervention/image/src/Intervention/Image/Size.php on...

Hi, I don't use this package directly, but I noticed a lot of warning messages in logs while developing a Laravel application and went down a rabbit hole I shouldn't........

Hi, I am trying to convert a heic image to png, but the process hangs.. This is my code: ``` if ($image->getClientOriginalExtension() == 'heic') { $manager = new ImageManager(['driver' =>...

Hello, I was wondering to know if it is possible to get and save an animated GIF, since when I try: Image::make('mygif.gif')->save('images/mygif.gif); It will become a "static" image, losing the...

enhancement
nextversion

Hello, It would be nice to have the option to auto crop images with [imagecropauto (GD)](https://www.php.net/manual/en/function.imagecropauto.php) / [trimImage (imagick)](https://www.php.net/manual/en/imagick.trimimage.php)

according to [php manual](https://www.php.net/manual/en/function.imagesetthickness.php) line width can be set in GD driver so i added it to line shape abstract

I have a problem and am getting stuck. The pictures are in RGB colors and in jpg format. When I upload the images the saturation in the thumbnails is reduced...