qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.42k stars 2.98k forks source link

Print composer - allow tiled raster image exports for large resolution exports #19198

Open qgib opened 10 years ago

qgib commented 10 years ago

Author Name: baditaflorin - (baditaflorin -) Original Redmine Issue: 10822

Redmine category:map_composer/printing


Please try a lower resolution papersize

I need to print 40000x35000 pixels images, i have 8 GB of RAM, and the image will need only 1.54 GB of Ram

How can i circumvent this warnign/error ?


qgib commented 10 years ago

Author Name: Nyall Dawson (@nyalldawson)


You'll need to use a 64 bit build of QGIS to export an image that large.


qgib commented 10 years ago

Author Name: baditaflorin - (baditaflorin -)


That is the thing, that i have a 64 bits version



qgib commented 10 years ago

Author Name: Jürgen Fischer (@jef-n)


qgib commented 10 years ago

Author Name: Nyall Dawson (@nyalldawson)


Actually looks like there's a hard limit of 32767 for either the width or height. Neither dimension can exceed this size regardless of the RAM available. We'd need to implement some form of "tiled" image exports to get around this.


qgib commented 10 years ago

Author Name: Giovanni Manghi (@gioman)


Nyall Dawson wrote:

Actually looks like there's a hard limit of 32767 for either the width or height. Neither dimension can exceed this size regardless of the RAM available. We'd need to implement some form of "tiled" image exports to get around this.

it this limited implemented for all platforms? I remember that while Windows had always problems in exporting large maps objects/layouts Linux had always performed well.

qgib commented 9 years ago

Author Name: Arthur Bogard (Arthur Bogard)


Giovanni Manghi wrote:

it this limited implemented for all platforms? I remember that while Windows had always problems in exporting large maps objects/layouts Linux had always performed well.

I have Ubuntu 15.04 with QGIS 2.4 and also receive this error when attempting to export a file of dimensions: 213390 x 106696

My workaround is to export 32 separate tiles and then combine the tiles using GDAL. Would be much easier if I could just export this from QGIS directly.

qgib commented 7 years ago

Author Name: Giovanni Manghi (@gioman)


kannes commented 4 years ago

This should not be an issue anymore in modern QGIS 3, right?

github-actions[bot] commented 3 years ago

The QGIS project highly values your report and would love to see it addressed. However, this issue has been left in feedback mode for the last 14 days and is being automatically marked as "stale". If you would like to continue with this issue, please provide any missing information or answer any open questions. If you could resolve the issue yourself meanwhile, please leave a note for future readers with the same problem and close the issue. In case you should have any uncertainty, please leave a comment and we will be happy to help you proceed with this issue. If there is no further activity on this issue, it will be closed in a week.

kannes commented 3 years ago

16G RAM for exporting a layout as TIF at ~80000x60000 pixels which ends up a broken file with just 32768x32768 rendered: Screenshot_2021-07-14_20-32-39

The UI tried to limit me to 3000 DPI but I could still increase the pixel dimensions to those ~80000x60000.

I'd say this is still an issue :(