* Wed Apr 12 2023 Christophe Marin <christophe@krop.fr>
- Add support for RAW image formats
* Thu Jan 12 2023 Christophe Marin <christophe@krop.fr>
- Update to 5.102.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.102.0
- Changes since 5.101.0:
* raw: tweak seek implementation
* heif: fix error handling
* heif: rewrite plugin to use only libheif C API
* Tue Dec 06 2022 Christophe Marin <christophe@krop.fr>
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix missing DCI-P3 color space set
* minor tweaks in HEIF and AVIF plugins
* raw: LibRaw_QIODevice::read: fixed possible partial reading of an item
* PSD multichannel testcases
* Support to MCH with 4+ channels (treat as CMYK)
* avif: Check if encoder/decoder is available in capabilities()
* Fix condition for installing desktop files
* Tue Nov 08 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.100.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.100.0
- Changes since 5.99.0:
* Don't install desktop files for image formats when building against Qt6
* raw: Don't seek back if we were asked to read too much
* jxl: indicate when all frames have been read
* avif: minor fixes
* avif: indicate when all frames have been read
* avif: always indicate endless loop
* avif: return `false` in `canRead()` when `imageIndex >= imageCount` (kde#460085)
* Add JXL test files corresponding to 8 EXIF orientation values
* Add AVIF test files with rotation and mirror operations
* Auto-rotate input images in readtest
* jxl: remove C-style casts
* avif: Use reinterpret_cast instead C cast
* avif: revert 9ac923a commit
* heif: replace C cast with static_cast
* heif: use heif_init/heif_deinit with libheif 1.13.0+
* FindLibRaw: fix include dir, should not contain prefix libraw/ (kde#460105)
* Fix duplicated tests
* ANI partial test and PIC test added
* PSD: impreved support to sequential access device
* Fix messages
* CMakeLists: enable EXR test
* Added EXR test image
* Fixes for sequential devices
- Drop patches, merged upstream:
* 0001-avif-return-false-in-canRead-when-imageIndex-imageCo.patch
* 0001-avif-always-indicate-endless-loop.patch
* 0001-avif-revert-9ac923ad09316dcca0fc11e0be6b3dfc6cce6ca0.patch
* Wed Oct 19 2022 Christophe Giboudeaux <christophe@krop.fr>
- Add upstream changes:
* 0001-avif-return-false-in-canRead-when-imageIndex-imageCo.patch (kde#460085)
* 0001-avif-always-indicate-endless-loop.patch
* 0001-avif-revert-9ac923ad09316dcca0fc11e0be6b3dfc6cce6ca0.patch
* Sun Oct 09 2022 Enrico Belleri <idesmi@protonmail.com>
- Enable JPEG-XL plugin
* Sat Oct 01 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.99.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.99.0
- Changes since 5.98.0:
* Add Qt6 windows CI support
* pcx: Do not support sequential devices (kde#459541)
* Fix maximum number of channels (testcase added)
* LibRaw_QIODevice::seek() avoid seek on a sequential device
* LibRaw_QIODevice::seek() bounding checks
* Camera RAW images plugin
* .gitlab-ci.yml: enable static builds
* Enables opening of XCF files with Width and/or Height greater than 32K
* Replace C cast with reinterpret_cast
* avif: adjust for libavif breaking change in YUV<->RGB conversion
* Fix image allocation with Qt 6
* Tue Sep 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.98.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.98.0
- Changes since 5.97.0:
* Add FreeBSD Qt6 CI support
* Protect against too big resize for a QByteArray
* Sun Aug 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.97.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.97.0
- Changes since 5.96.0:
* Use right type on enums
* PSD: Improve alpha detection (kde#182496)
* PSD: LAB support
* Sun Jul 03 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.96.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.96.0
- Changes since 5.95.0:
* PSD header checks according to specifications
* Improved detection of alpha channel on CMYK images
* Minor code optimization
* Minor code improvements (tested on all my MCYK PSD/PSB files)
* Fix Alpha + testcase images
* Fix regression
* Basic support to CMYK 8/16 bits (not fully tested)
* Require passing tests for the CI to pass
* jxl: support both old 0.6.1 and new 0.7.0 libjxl API
* Remove extra ';'
* avif: read performance improvements
* Mon Jun 13 2022 Wolfgang Bauer <wbauer@tmo.at>
- Enable AVIF plugin also on Leap 15.4
* Fri Jun 10 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.95.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.95.0
- Changes since 5.94.0:
* psd: Fix segfault on architectures where char is unsigned (like ARM)
* Tue May 10 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.94.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.94.0
- Changes since 5.93.0:
* avif: prepare for breaking change in libavif
* XCF: Support to QImageIOHandler::Size option
* Support to QImageIOHandler::Size option
* QByteArray resize removal
* psd: Fix crash on broken files
* psd: duotone read
* psd: Don't crash with broken images
* psd: Header depth has to be 8 for CM_INDEXED color_mode
* psd: Protect against broken images
* psd: Don't abort on broken images
* avif: lossless support
* psd: Don't assert on broken files
* Add windows CI
* PSD: Performance improvements and support to missing common formats
* Sun Apr 03 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.93.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.93.0
- Changes since 5.92.0:
* Fix XCF parasites metadata in QImage and support to ICC profile
* avif: encoder speed 7->6
* avif: fix jumpToImage
* avif: warn about non-recommended libavif configuration
* Mon Mar 07 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.92.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.92.0
- Changes since 5.91.0:
* Add Qt6 Android CI
* Add write tests for heif/avif/jxl
* jxl: encoding improvements
* avif: adjust dimension and memory limits
* Sun Feb 06 2022 Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.91.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.91.0
- Changes since 5.90.0:
* Check executables exist in PATH before passing them to QProcess
* Fix handling of null terminated ANI metadata with Qt6
* Add CI qt6 support