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

2018-05-01 Thread Christoph Feck
This revision was automatically updated to reflect the committed changes.
Closed by commit R287:19f33239e7a7: [XCF/GIMP loader] Raise maximimum allowed 
image size to 32767x32767 on 64 bit… (authored by cfeck).

REPOSITORY
  R287 KImageFormats

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D12557?vs=33184&id=33467

REVISION DETAIL
  https://phabricator.kde.org/D12557

AFFECTED FILES
  src/imageformats/xcf.cpp

To: cfeck, alexmerry, dfaure
Cc: #frameworks, michaelh, bruns


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

2018-04-27 Thread David Faure
dfaure accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R287 KImageFormats

REVISION DETAIL
  https://phabricator.kde.org/D12557

To: cfeck, alexmerry, dfaure
Cc: #frameworks, michaelh, bruns


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

2018-04-26 Thread Christoph Feck
cfeck created this revision.
cfeck added a reviewer: alexmerry.
cfeck added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.
cfeck requested review of this revision.

REVISION 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

REPOSITORY
  R287 KImageFormats

REVISION DETAIL
  https://phabricator.kde.org/D12557

AFFECTED FILES
  src/imageformats/xcf.cpp

To: cfeck, alexmerry
Cc: #frameworks, michaelh, bruns