Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 633 Bytes

known_issues.md

File metadata and controls

23 lines (13 loc) · 633 Bytes

AVIF (HEIC, HEIF)

  • images where metadata is encoded after image data are not supported (should not happen in real world, because such data layout not recommended by standard)
  • cropping transformation (clap box) is ignored (anyway, no supported by browsers yet)

JPEG

  • exif (with orientation) is ignored, if placed after image data (should not happen in real world, because such data layout not recommended by standard)

PNG

  • exif (with orientation) is ignored (not supported by browsers anyway)

WEBP

  • Full download required, because exif data is frequently located at the end of file.