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.49k stars 2.99k forks source link

Expose all CompositionModes in Blend Mode drop-down #19648

Open qgib opened 10 years ago

qgib commented 10 years ago

Author Name: Graham Horner (@graham8) Original Redmine Issue: 11357

Redmine category:unknown


Feature/Layer blending mode selection is a great addition, but why choose only 13 modes from those supported by Qt? In particular, I find the source mode essential when rendering polygons with coincident boundaries to make sure only one boundary line is displayed. (Line style is a dotted line on top of a transparent solid line.)

qgib commented 10 years ago

Author Name: Nyall Dawson (@nyalldawson)


This has been discussed before, but is dependent on per layer group blend modes.

qgib commented 10 years ago

Author Name: Graham Horner (@graham8)


Thanks. I'm interested to learn more. Is the "discussion" on-line, and could you point me to any further information on "group blend modes", please.

qgib commented 10 years ago

Author Name: Nyall Dawson (@nyalldawson)


Here you go: http://lists.osgeo.org/pipermail/qgis-developer/2014-March/031884.html

qgib commented 10 years ago

Author Name: Graham Horner (@graham8)


Crystal clear, now. I can't see anything stopping the more 'exotic' modes being enabled in feature blend modes, as things like destinationout do not punch through other layers or the background. And why not turn them on in layer blend modes, perhaps with a health warning?

The job I have is to produce pyramid tiles for overlaying onto raster maps provided by others from a WMS. As such, I have no background and am using feature blend source and then layer blend destinationout to erase parts of layers before writing other layers over the holes. For example, I get can clean (UK) County boundaries plotted over the boundaries at the edges of Districts and Parishes using this technique. I couldn't figure another way of doing it. These are all closed polygons drawn as dotted lines (OSM mapnik style) which would otherwise merge into a mush.

If I had any voting power I would definately vote up blend modes for layer groups, especially if it was the only way outside the pygis console to get these blend modes. It would let people do what I'm doing for my overlays and then lay the result onto a map in the same project. I can't think I am alone with this problem.

Thanks for the quick responses and all your hard work.

qgib commented 7 years ago

Author Name: Giovanni Manghi (@gioman)


qgib commented 7 years ago

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


kannes commented 1 year ago

This was covered by https://github.com/qgis/QGIS-Enhancement-Proposals/issues/235 I think? Or is there something still missing?

graham8 commented 1 year ago

It looks like that proposal covers it. TBH I can't remember all the details from 9 years ago ;)