Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support HEIC images #278

Closed
catdad opened this issue Nov 24, 2019 · 2 comments
Closed

support HEIC images #278

catdad opened this issue Nov 24, 2019 · 2 comments
Labels
enhancement New feature or request
Projects

Comments

@catdad
Copy link
Owner

catdad commented Nov 24, 2019

lovell/sharp#1105

@catdad catdad created this issue from a note in workboard (Backlog) Nov 24, 2019
@catdad
Copy link
Owner Author

catdad commented Nov 24, 2019

ffmpeg can support heic/heif images: https://www.reddit.com/r/editors/comments/778t43/heic_got_you_down_i_got_the_cure/

ffmpeg -i (file).heic -c:v tiff -pix_fmt rgb48 (output).tiff
ffmpeg -i (file).heic -c:v png -pix_fmt rgb48 (output).png
ffmpeg -i (file).heic -c:v mjpeg -pix_fmt rgb48 (output).jpg

@catdad
Copy link
Owner Author

catdad commented Nov 24, 2019

you can also emscripten libheif: https://github.com/strukturag/libheif

@catdad catdad added the enhancement New feature or request label Nov 24, 2019
@catdad catdad moved this from Backlog to Milestone in workboard Nov 28, 2019
catdad added a commit that referenced this issue Nov 29, 2019
adding support for HEIC images
@catdad catdad closed this as completed Nov 29, 2019
workboard automation moved this from Milestone to Done Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
workboard
  
Done
Development

No branches or pull requests

1 participant