image
image copied to clipboard
PHP Image Processing
Hey there, As there isn't a SECURITY.md or contact address in your repository, I am not sure how to contact you regarding a potential security issue. Would you kindly provide...
Hello Everyone, My laravel function with intervention image worked perfectly with simple synchronous POST uploads in laravel like this: $SingleImage = $request->file($fieldname); \Image::make($SingleImage)->resize(null, 32, function ($c) { $c->aspectRatio();}) ->crop(32, 32)...
I have strange opacity bug after appling fit() function to the image: ```php $img = Image::make(Storage::get($savePath . 'background_original.jpg')); $img->fit($puzzleImage->width, $puzzleImage->height); $img->rectangle($x - $s, $y - $s, $x + $s, $y...
It would be nice if we could also scale to the smallest side. Currently, if the original size was `800x600` it will be changed to `400x300` using the code below....
I also have an issue on opacity when working on jpg format, png files are fine tho. `Image::make('public/foo.jpg')->opacity(50);` The execution time for more than 30 seconds
Method Image::make($url) doesn't work with urls which include non latin symbols. Please check code in class intervention\image\src\Intervention\Image\AbstractDecoder.php: 209 public function isUrl() 210 { 211 return (bool) filter_var($this->data, FILTER_VALIDATE_URL); 212 }...
Hi there! I update the issue as after doing some more tests I noticed the error is somewhere else. I'm pretty certain that the image I'm opening is CMYK, but...
I am running PHP8 and 7.4, tried to call ->invert() on an image, but all I get is a white image when I call this function. All others, such as...
I'm getting this error when using this library indirectly through Spatie's Media Library Pro: ``` Maximum execution time of 60+2 seconds exceeded (terminated) in vendor/intervention/image/src/Intervention/Image/Imagick/Decoder.php on line 26 ``` The...
When you write words in Arabic on the image Characters look sparse and incorrect