PintaProject / Pinta

Simple GTK# Paint Program
http://www.pinta-project.com/
MIT License
1.75k stars 267 forks source link

Settings for `AsyncEffectRenderer` were made immutable #907

Closed Lehonti closed 2 days ago

Lehonti commented 3 days ago

This is a first step towards handling parallelism inside the effect itself instead of doing it in the LivePreviewManager, as discussed in #808, as identifying the moving parts could be useful in abstracting them away and ultimately achieving our goal (not re-calculating all of the settings for every tile).