Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[0.0.3] - 2024-03-18
Added
- Thumbnailer file to support displaying JPEG2000 thumbnails in file managers
- Implemented image_save and added tests for saving
- MSVC support
Fixed
- Fix installing to a different prefix
- Fix SYCC444 bug
- Fix image object not being destroyed on successful load into pixbuf
- Fix building as shared module instead of shared library
- Remove linking tests
Changed
- Find libopenjp2 via CMake in meson.build if pkg-config fails
[0.0.2] - 2020-09-25
Added
- Support for CMYK colorspace
Fixed
- Fix SIGSEGV happening when cleaning up after a failed load.
[0.0.1] - 2020-04-01
Added
- Support for .j2c, .j2k, .jp2, .jpc, .jpf, .jpm, .jpx file extensions
- Support for RGB, GRAY, GRAY12, sYCC420, sYCC422, sYCC444 colorspaces
- Multiple tests