Skip to content

0.10.0 - February 8th 2021

Compare
Choose a tag to compare
@nickbabcock nickbabcock released this 08 Jul 02:33
· 68 commits to master since this release
  • Add support for decoding DXT1 with alpha channel. This required changing the
    image format of DXT1 images to 32 bit rgba instead of 24 bit rgb, so this is
    technically is a breaking change as code that assumed 24 bit data for DXT1
    images will need to change.
  • Add a floor of 1 to dimensions of mipmap calculations