Skip to content

Releases: 0xC0000054/pdn-avif

Avif FileType v1.1.12

07 May 18:54
v1.1.12
Compare
Choose a tag to compare
  • Updated to AOM version 3.1.0.
  • Default to using lossless compression for the alpha channel.
    • This matches the behavior of libavif.
    • It can be disabled by unchecking the "Lossless Alpha Compression" check box.
  • Reduce memory usage when reading the XMP data.

Avif FileType v1.1.11

29 Mar 23:09
v1.1.11
Compare
Choose a tag to compare
  • Improved the algorithm that detects single color tiles before compression.
  • Ignore all single color tiles when checking for duplicate tiles after compression.

Avif FileType v1.1.10

28 Mar 00:06
v1.1.10
Compare
Choose a tag to compare
  • Fixed a crash when checking for duplicate tiles.
  • Improved performance when compressing tiled images that have large areas of a single color.

Avif FileType v1.1.9

25 Mar 15:19
v1.1.9
Compare
Choose a tag to compare
  • Upgraded to AOM version 3.0.0.
    • This brings improvements in compression speed and reductions in memory usage.
  • The Chroma Subsampling setting is now read-only for lossless encoding.
  • Reduced the file size of tiled images with identical tiles.
  • Fixed a few standards compliance issues when writing files.

Avif FileType v1.1.8

15 Mar 00:44
v1.1.8
Compare
Choose a tag to compare
  • Add support for loading and saving files with premultiplied alpha.
    • This can significantly reduce the file size when saving images with lossy compression.
    • It is not used for lossless compression because the conversion can change the image colors.
  • Reduce memory usage when loading EXIF data.
  • Support reading files that use an image grid for cropping.
  • Updated to AOM version 2.0.2.

Avif FileType v1.1.7

07 Feb 01:04
v1.1.7
Compare
Choose a tag to compare
  • Fix a crash when reading XMP metadata.
  • Updated the plugin to use the Paint.NET IArrayPoolService.

Avif FileType v1.1.6

11 Jan 13:39
v1.1.6
Compare
Choose a tag to compare
  • Fixed a crash in the 64-bit version.
  • Support reading and writing up to one of each type of color information box, as as allowed in HEIF Amendment 3 section 6.5.5.1 (also supported by libavif and libheif).
  • Changed the order that some data is written to better support streaming image decodes.

Avif FileType v1.1.5

06 Dec 04:25
v1.1.5
Compare
Choose a tag to compare
  • Updated to AOM version 2.0.1
  • Reduce memory usage when loading and saving

Avif FileType v1.1.4

05 Oct 19:42
v1.1.4
Compare
Choose a tag to compare

Fix an incorrect AV1 sequence profile when saving as lossless RGB.

Avif FileType v1.1.3

03 Oct 07:07
v1.1.3
Compare
Choose a tag to compare
  • Reduce memory usage when saving.
  • Fix a crash when loading non-tiled images with alpha.
  • Fix a bug in the error handling code.
  • Fix an encoder parameter error when saving images with alpha.