image
image copied to clipboard
PHP Image Processing
I started getting this error suddenly after updating to Laravel 5.5. Any ideas what might be causing this?
I saw it on other issues, but there was no complete solution. I am using Laravel 8 and PHP 7.4 But, I can't make base64 file when it is jpeg....
This must be a bug that should be corrected for PHP 8. Getting... error on Image::make(__DIR__.'/asset/logo/logo.png')->opacity(50); Fatal error: Uncaught Intervention\Image\Exception\NotReadableException: Image source not readable in...
I have the same problem that is mentioned in #283. See https://github.com/Intervention/image/issues/283#issuecomment-495814565.
I am working with image cropping and its working file but in case of png files it generates black background. public static function ImageCrop($file,$arDetails = array()) { $arReturn = array();...
Hello, With the new PSR7 library released a few days ago, some API has changed and it broke the StreamCommand that I was using. Is there any plan to upgrade...
I am trying to install this into a fresh laravel 5 install and am getting this: vagrant@homestead:~/Code/grow$ sudo composer require intervention/image Using version ^2.3@dev for intervention/image ./composer.json has been updated...
$img = \Image::make('image.png'); //transparency image $img->save('image1.webp'); //transparency disappears $img->save('image1.png'); //there is transparency