image icon indicating copy to clipboard operation
image copied to clipboard

Need help to convert heic to png

Open jozeflambrecht opened this issue 3 years ago • 1 comments

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?

jozeflambrecht avatar Jul 26 '22 19:07 jozeflambrecht

Facing same issue

afrasiyabhaider avatar Aug 22 '22 22:08 afrasiyabhaider

See https://github.com/Intervention/image/issues/1230

olivervogel avatar Dec 08 '23 17:12 olivervogel