We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mimetype
def register_heif_opener(): ... Image.register_mime(HeifImageFile.format, "image/heic") Image.register_mime(HeifImageFile.format, "image/heic-sequence") Image.register_mime(HeifImageFile.format, "image/heif") Image.register_mime(HeifImageFile.format, "image/heif-sequence") ...
In the end format HEIF has registered mimetype to image/heif-sequence
HEIF
image/heif-sequence
The main question, what mimetype choose for HEIF format: image/heic or image/heif ? We can choose only one...
image/heic
image/heif
The text was updated successfully, but these errors were encountered:
Resolves #43
2baa358
513d48e
No branches or pull requests
In the end format
HEIF
has registeredmimetype
toimage/heif-sequence
The main question, what
mimetype
choose forHEIF
format:image/heic
orimage/heif
?We can choose only one...
The text was updated successfully, but these errors were encountered: