Skip to content

Releases: akb825/Cuttlefish

Version 2.0.1

22 Feb 10:07
Compare
Choose a tag to compare
  • Improved finding of PVRTexLib on Windows 64-bit.
  • Fixed help text for "x" swizzle value.

Version 2.0.0

15 Feb 07:59
Compare
Choose a tag to compare

Improved sRGB support.

  • Resizing, pre-multiplying alpha, and grayscale conversion on images are now done in linear space. This will give more correct results compared to performing them in sRGB space.
  • Image and Texture are now provided the color space in the constructor/initialize() (defaults to linear)
    • Texture::convert() is no longer provided the color space since it is given at initialization.
  • Images are now converted to the texture's color space when set on the texture.

This is a breaking interface change from previous versions.

Version 1.0.3

14 Feb 09:03
Compare
Choose a tag to compare

Build option fixes.

  • Improved how build options are set in CMake.
  • Fixed typo that prevented some flags from being set on GCC.
  • Fixes for GCC compiler warnings.
  • Build fix for the latest version of Apple Clang.

Version 1.0.2

21 Jan 22:46
Compare
Choose a tag to compare

Improvements for error and help output and improved interaction with find_package().

Version 1.0.1

17 Sep 23:36
Compare
Choose a tag to compare

Minor fixes:

  • Default type for BC6H format is now ufloat.
  • Non-flag command line options are now case-insensitive.

Version 1.0.0

16 Sep 08:30
Compare
Choose a tag to compare

Initial release