Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

is heif format supported? #32

Open
chenzhibo opened this issue Feb 19, 2019 · 1 comment
Open

is heif format supported? #32

chenzhibo opened this issue Feb 19, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request question The issue is about a particular application (e.g. question that would fit well on StackOverflow)

Comments

@chenzhibo
Copy link

on iOS 11,the picture is heir format. is spectrum support heif?

@lambdapioneer lambdapioneer added question The issue is about a particular application (e.g. question that would fit well on StackOverflow) enhancement New feature or request labels Feb 19, 2019
@lambdapioneer
Copy link
Contributor

Hi @chenzhibo,

Currently, Spectrum does not have an own plugin for reading or writing HEIF/HEIC images. This also applies on Android where recent versions added HEIF support. The current list of supported file formats is in our documentation: https://libspectrum.io/docs/supported_image_formats

In these cases it's still possible to decode those files on your own and then pass the decoded files to Spectrum to make use of MozJpeg for upload.

We think that having a plugin that fallbacks on the system decoder (e.g. for HEIF and other formats) would be a great idea. However, we currently don't have the bandwidth for implementing this. Nevertheless, I'd always be happy to support pull-requests for this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request question The issue is about a particular application (e.g. question that would fit well on StackOverflow)
Projects
None yet
Development

No branches or pull requests

2 participants