Skip to content

Releases: 0xC0000054/pdn-avif

Avif FileType v1.1.2

28 Sep 00:11
v1.1.2
Compare
Choose a tag to compare

Fixed a compatibility issue with libavif.

Avif FileType v1.1.1

26 Sep 18:43
v1.1.1
Compare
Choose a tag to compare

Fixed a crash when saving YUV 4:4:4 tiles.

Avif FileType v1.1.0

25 Sep 21:37
v1.1.0
Compare
Choose a tag to compare
  • Try to split large images into tiles before encoding.
    • This can significantly reduce memory usage, at the expense of file size.
    • If the image has an existing tile size, it will be reused when Preserve Existing Tile Size is checked.
    • If Preserve Existing Tile Size is unchecked or the image does not have an existing tile size, the plugin will pick a tile size based on the compression speed.
  • Added a Very Slow compression speed that does not use tiles.

Avif FileType v1.0.9

23 Sep 00:57
v1.0.9
Compare
Choose a tag to compare
  • Try to preserve existing image grids when saving
    • This will be done as long as the user does not change the image size
    • It can significantly reduce memory usage when saving
  • Add a few more sanity checks when loading image grid tiles
  • Improved the error reporting when loading files
  • Changed the defaults used when converting a YUV image that does not have color conversion information

Avif FileType v1.0.8

11 Sep 23:57
v1.0.8
Compare
Choose a tag to compare
  • Added support for loading images that use interleaved color and alpha data
  • Reduced memory usage when loading

Avif FileType v1.0.7

03 Sep 23:39
v1.0.7
Compare
Choose a tag to compare

Work around a crash in the AOM encoder when saving some images.

Avif FileType v1.0.6

01 Sep 00:21
v1.0.6
Compare
Choose a tag to compare
  • Support loading images that do not have an image size property for the alpha channel
  • Fixed the position of the Quality slider label
  • Reject files that have certain invalid layouts

Avif FileType v1.0.5

26 Aug 07:50
v1.0.5
Compare
Choose a tag to compare
  • Changed the Compression Mode header to Compression Speed.
  • Changed the default compression speed to Fast.
  • Renamed the Normal compression speed to Medium.
  • Fixed a bug when reading empty AVIF strings.

Avif FileType v1.0.4

20 Aug 02:45
v1.0.4
Compare
Choose a tag to compare
  • Remove the EXIF orientation tag when loading
  • Ignore any ICC profile in the EXIF data
  • Do not read beyond the stated size of any HEIF box
  • Add integer overflow checks to a few calculations

Avif FileType v1.0.3

16 Aug 01:32
v1.0.3
Compare
Choose a tag to compare
  • Fix the property association box size for images with alpha
  • Add forum and GitHub links to the UI