https://bugs.kde.org/show_bug.cgi?id=391970
Christoph Feck <cf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kim | |ageformats/19f33239e7a76697 | |aa98af5428f0bbd9cfc7b740 Resolution|--- |FIXED --- Comment #4 from Christoph Feck <cf...@kde.org> --- Git commit 19f33239e7a76697aa98af5428f0bbd9cfc7b740 by Christoph Feck. Committed on 02/05/2018 at 00:10. Pushed by cfeck into branch 'master'. [XCF/GIMP loader] Raise maximimum allowed image size to 32767x32767 on 64 bit platforms The GIMP image loader had a limit to 16K x 16K pixels, because this would already exhaust the 2 GByte address space limit of 32 bit systems. Remove this limit on 64 bit systems to allow the full 32K x 32K size. Differential Revision: https://phabricator.kde.org/D12557 M +2 -1 src/imageformats/xcf.cpp https://commits.kde.org/kimageformats/19f33239e7a76697aa98af5428f0bbd9cfc7b740 -- You are receiving this mail because: You are watching all bug changes.