[qt/qt/qtimageformats]: Summary of bulk changes made
KDE Git Services - Bulk Change <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git repository change summary for qt/qt/qtimageformats Pushed by mirror-service into branch '6.12'. Changed from 8ad2b3812cfb0ea8ee28173964b6ab1757b7ccdd to 29accac317f8f9409f5c7c3b1a259259d17cb2ff Acknowledgement was received that this change introduces only existing code that has been pushed to another public open source repository. This change contains the following new commits: Git commit 29accac317f8f9409f5c7c3b1a259259d17cb2ff by Qt Cherry-pick Bot (on behalf of Marc Mutz) on 21/07/2026 at 20:29.. QTiffHandler: de-duplicate the compression field writing Every single format-specific branch wrote this the same way, so we can drag it before said format-specific branches, like e.g. orientation and color space fields already are. The order in which these fields are written is not significant. Tags in TIFF files are sorted by numerical value, anyway, cf. TIFFv6, p.16, Section "Sort Order": https://web.archive.org/web/20210108174645/https://www.adobe.io/content/dam/udp/en/open/standards/tiff/TIFF6.pdf (yes, spec only avilable via Wayback Machine; both wikipedia.org and loc.gov link to it that way; scary...) As a drive-by, inline the 'compression' variable into its now-only user. Amends the move of the TIFF plugin from qtbase into this module (f68a3dc48d8fb8c04fe49dd9e5d07d7cdd221ad1, 5.0). Pick-to: 6.11 6.8 Change-Id: I822a2d2698692c58d9f2ab71b1ebb14bc546923c Reviewed-by: Allan Sandfeld Jensen <[email protected]> (cherry picked from commit 44bd2b05cca9ad0b9db97875e9ca327b860161e3) Reviewed-by: Qt Cherry-pick Bot <[email protected]> https://invent.kde.org/qt/qt/qtimageformats/-/commit/29accac317f8f9409f5c7c3b1a259259d17cb2ff