Bug report #7926
blending modes layer are not exported well if resolution is high
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | Vincent Mora | ||
Category: | - | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | fixed |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 16797 |
Description
High,
when exporting a composer in raster mode (A0 or A1), when asking for higher dpi, layers with blending mode are not rendered.
I have a A1 composition , export is ok in up to 220 dpi. When asking 250 or higher, I loose those layers
With A0 same composition, the threshold is lower 50 dpi is KO.
See attached screenshot.
History
#1 Updated by Mathieu Pellerin - nIRV over 11 years ago
Regis, this might be "fixed" by this bed65cb1f4dbc582d0b3be0d3b1d9e9083e8086e
The above introduces a warning message when running out of memory while exporting to image. Could you check and confirm?
#2 Updated by Paolo Cavallini over 11 years ago
- Category set to 33
#3 Updated by Jürgen Fischer over 11 years ago
- Status changed from Open to Feedback
#4 Updated by Nathan Woodrow over 11 years ago
Regis can we get a update on this if you are still having the same issue.
#5 Updated by Giovanni Manghi over 11 years ago
Nathan Woodrow wrote:
Regis can we get a update on this if you are still having the same issue.
isn't this another side of the printing memory issue on Windows? See for example #4821-24
#6 Updated by Hugo Mercier over 11 years ago
- Assignee set to Hugo Mercier
- Status changed from Feedback to In Progress
Reproduced on a Windows 32 bits. Can't reproduce on a Linux 64 bits.
Not sure yet if it is related to #4821
Seems related to a memory issue.
Working on it
#7 Updated by Vincent Mora over 11 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Hugo Mercier to Vincent Mora
- Resolution set to fixed
- Pull Request or Patch supplied changed from No to Yes
We found the problem with Hugo in QgsMapRenderer::render where an image could not be allocated (too big). The fix is here:
#8 Updated by Nathan Woodrow over 11 years ago
- Status changed from Resolved to Closed
Fixed in changeset 812d1ed1d8fe4f9b38d54160beed034bd57e0ae9.
#9 Updated by Vincent Mora over 11 years ago
Bug fixed thanks to fundings from Agence de l'Eau Adour-Garonne.