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

add support for the AVIF, HEIC and HEIF formats #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 9, 2024

  1. add support for the AVIF, HEIC and HEIF formats

    These 3 formats have in common that they use the HEIF container format specified in ISO/IEC 23008-12.
    
    The MIME types and variant types (file extension) for HEIC and HEIF are based on sections C.2 and D.2 of the specification.
    
    A HEIF container can contain multiple images, so the logic is kept as in `:ico` (take the size of the largest image).
    
    The size of an image is found in the `ispe` box.
    bu6n committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    22bf034 View commit details
    Browse the repository at this point in the history