Skip to content

Avif Format v1.0.7

Latest
Compare
Choose a tag to compare
@0xC0000054 0xC0000054 released this 10 Dec 20:56
· 8 commits to main since this release
v1.0.7
  • Added support for loading and saving monochrome images as grayscale documents.
  • Added support for loading and saving some of the AVIF HDR formats.
    • The supported HDR transfer characteristics when loading images are Rec. 2100 PQ, Rec. 2100 HLG and SMPTE 428-1.
    • The supported HDR transfer characteristics when saving RGB images are Rec. 2100 PQ and SMPTE 428-1.
    • See the README for more details.
  • Removed the bit-depth restrictions on lossless compression.
    • 10-bit and 12-bit images can now be saved using lossless compression.
  • Generate an ICC profile from supported NCLX profiles when loading images without an embedded ICC profile.
  • Automatically convert the saved image to the Rec. 2020 or sRGB color space if necessary
    • Rec. 2020 is required for HDR images saved as Rec. 2100 PQ or SMPTE 428-1.
    • SDR images without an embedded color profile will be converted to sRGB and tagged as such in the CICP metadata.
  • Fixed a few issues with the plug-in scripting support.