image
image copied to clipboard
PHP Image Processing
I'm getting on quite well with Image in general, but can't find anything in the docs or any open issues that mention this. If you want a thumbnail for general...
svg file content: ```svg ```
I have an image URL that exists and is viewable from the browser. eg: https:...../image.jpg but when i use Image::make(https:...../image.jpg) on the server it doesn't work. Is there any other...
For some jpg images(see attached 'initial image' file) colors being changed after performing make -> save sequence. Example code: ``` protected $imageManager; public function __construct(.....) { .... $this->imageManager = new...
I tried every single solution but still rotate my images after camera upload. ``` $this->validate($request, [ 'background-picture' => 'required|image|mimes:jpeg,png,jpg,gif' ]); $file = $request->file('background-picture'); $filePath = 'images/background-picture/' . Hashids::encode($id) . '.jpg';...
It is working on my local; server, but not on the production server. I cannot figure out why.
It appears that Intervention saves PNGs using the default level of compression (-1) when working with GD library and the JPEG default compression level when using Imagemagick. It would be...
I want to convert jpg to webp and set the quality to 50 (as an example). But the Image Intervention only supports the quality parameter only for jpg files. Is...
Hi there, Just wanna say this library is fantastic, and good work! The issue I am having is as follows: The user is able to upload any image they like....
Hello, production.ERROR: Driver (imagick) could not be instantiated. {"exception":"[object] (Intervention\\Image\\Exception\\NotSupportedException(code: 0): Driver (imagick) could not be instantiated. at ....vendor/intervention/image/src/Intervention/Image/ImageManager.php:115) The issue is caused by the fact, that driver has to...