Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-17 | compose: add plato to default layers | Vito Caputo | |
now: "drizzle:stars:spiro:plato" | |||
2020-09-26 | modules/compose: set default layers | Vito Caputo | |
In case some code path creates module contexts and renders without applying settings, it's important to ensure there are defaults. As-is this would have crashed compose because compose_layers would have been NULL, and compose_create_context() assumed compose_layers always contained something useful. Montage would have been an example of this, though for other reasons montage has had compose disabled so I don't think anything currently would have triggered this. | |||
2020-09-25 | modules/compose: add a rudimentary compositing module | Vito Caputo | |
--module=compose,layers=first:second:third:... this draws the named modules in the order listed, overdrawing the output of the previous layers in a cumulative fashion. |