Releases: akb825/Cuttlefish
Releases · akb825/Cuttlefish
Version 2.0.1
- Improved finding of PVRTexLib on Windows 64-bit.
- Fixed help text for "x" swizzle value.
Version 2.0.0
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
andTexture
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
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
Improvements for error and help output and improved interaction with find_package().
Version 1.0.1
Minor fixes:
- Default type for BC6H format is now ufloat.
- Non-flag command line options are now case-insensitive.
Version 1.0.0
Initial release