Spade-Editor / Spade

Cross-platform raster graphics editor inspired by Paint.NET
GNU General Public License v3.0
41 stars 10 forks source link

Use Composites to blend #24

Closed HeroesGrave closed 10 years ago

HeroesGrave commented 10 years ago

Current blending system requires too much CPU time, and so causes lag when you have more than a certain amount of layers.

Going to change it to use Java2D's Compositing.