jimp-dev / jimp

An image processing library written entirely in JavaScript for Node, with zero external or native dependencies.
http://jimp-dev.github.io/jimp/
MIT License
13.97k stars 761 forks source link

Support for HEIF / HEIC image format ? #771

Open ausshadu opened 5 years ago

ausshadu commented 5 years ago

Hi,

Is there any plan to support HEIC / HEIF image formats (images generated from iPhones) ?

hipstersmoothie commented 5 years ago

Not currently. Unless there is some JS library that can parse and encode that image type, there are no plans to add support

vanerleo commented 4 years ago

may be this? https://github.com/introvertautist/heic2jpg/tree/master/js

OlivierCuyp commented 3 years ago

@hipstersmoothie I'm using heic-convert to make the convertion to jpeg then using Jimp to work with the image. But if I'm not wrong, Jimp could intergrate heic-decode directly. This would be more convenient.

eMeRiKa13 commented 2 years ago

Any change on this subject?

tseringn commented 2 years ago

Any changes on this subject?