[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 'dev'. Changed from 055da127926745d23c435698c1617297f9758d42 to 6bdb2b89c5710b9f408be0bab0612e5e6f1bcf0a 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 6bdb2b89c5710b9f408be0bab0612e5e6f1bcf0a by Liu Zhangjian on 13/08/2026 at 11:30.. QTgaFile: support TGA 1.0 format images without footer signature Remove the mandatory TRUEVISION-XFILE footer signature check in the QTgaFile constructor. The footer is a TGA 2.0 extension and is not needed for image decoding — readImage() only uses the header and pixel data. This fixes TGA 1.0 (original TGA) files being incorrectly rejected by canRead(), which also prevented QImageReader from falling back to alternative TGA plugins such as KDE's kimg_tga.so. Change-Id: Ibd3ad5db22fb13ae098c387bf903897946430164 Reviewed-by: Eirik Aavitsland <[email protected]> Reviewed-by: Allan Sandfeld Jensen <[email protected]> https://invent.kde.org/qt/qt/qtimageformats/-/commit/6bdb2b89c5710b9f408be0bab0612e5e6f1bcf0a