image
image copied to clipboard
transparency disappears png to webp
$img = \Image::make('image.png'); //transparency image $img->save('image1.webp'); //transparency disappears $img->save('image1.png'); //there is transparency
+1
This issue should be resolved as of version 3.