mirror of
https://github.com/igorski/bitmappery.git
synced 2026-06-17 03:34:56 +02:00
### Motivation It'd be great if we could see a small thumbnail preview in the layers panel to more easily distinguish between layers visually. In this changeset we introduce the thumbnail cache. When enabled, each layer is represented by a thumbnail which can be requested from multiple subscribed consumers (currently only the layer panel). Thumbnail updates are deferred to keep CPU usage low and performance high.