A HEIC file is a raster image saved in the High Efficiency Image Format (HEIF), a lossy compressed media container format commonly used to store images. It may contain a single image, a collection of images, image bursts, or image sequences, along with metadata that describes each image. HEIC files may also appear as .HEIF files.
Questions tagged [heic]
94 questions
0
votes
0 answers
Convert HEIC bytearray to JPG/PNG bytearray
I'm having trouble with HEIC image format in my team's project. Currently we are grabbing the bytearray of the image date and displaying it into our mobile app, but other issues occur when we want to do more with the image format.
Is it possible to…

Anthony R
- 89
- 1
- 10
0
votes
0 answers
Updating Imagemagick on Laravel 4
On a project I'm working on, I need to update Imagemagick to at least 7.0.8, in order to have support for HEIC I'm uncertain how to do that, though.
In my composer.json file, I have this:
"require": {
"laravel/framework": "4.2.x-dev",
…

P. Gearman
- 1,138
- 11
- 14
0
votes
0 answers
Why does converting to an image to HEIC remove an entire row or column of pixels?
On macOS (tested on Mojave), converting an image (either a PNG or JPEG) to HEIC results in an image that has either one less row or one less column than the original.
Tried converting the original to HEIC using:
Preview
Command line…

Cigogne Eveillée
- 2,178
- 22
- 36
-1
votes
1 answer
imagemagick php HEIC
I have an ubuntu 2.0 with NGINX and imagemagick 7 running, I was able to get HEIC support in imagemagick and can convert an HEIC file at the prompt, but php still throws an error imagemagick can not support HEIC files. Any ideas?

mconnors
- 155
- 2
- 13