image
image copied to clipboard
Need help to convert heic to png
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' => 'imagick']);
$imagePng = $manager->make($image)->encode('png');
}
Can someone see what I am doing wrong?
Facing same issue
See https://github.com/Intervention/image/issues/1230