[XCF/GIMP loader] Raise maximimum allowed image size to 32767x32767 on 64 bit platforms
ClosedPublic

Authored by cfeck on Apr 26 2018, 10:06 PM.

Details

Summary

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.

BUG: 391970

Diff Detail

Repository
R287 KImageFormats
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
cfeck created this revision.Apr 26 2018, 10:06 PM
Restricted Application added a subscriber: Frameworks. · View Herald TranscriptApr 26 2018, 10:06 PM
cfeck requested review of this revision.Apr 26 2018, 10:06 PM
dfaure accepted this revision.Apr 27 2018, 7:47 AM
This revision is now accepted and ready to land.Apr 27 2018, 7:47 AM
This revision was automatically updated to reflect the committed changes.