jimp
jimp copied to clipboard
Support for HEIF / HEIC image format ?
Hi,
Is there any plan to support HEIC
/ HEIF
image formats (images generated from iPhones) ?
Not currently. Unless there is some JS library that can parse and encode that image type, there are no plans to add support
may be this? https://github.com/introvertautist/heic2jpg/tree/master/js
@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.
Any change on this subject?
Any changes on this subject?