https://bugs.kde.org/show_bug.cgi?id=414903

--- Comment #6 from Boudewijn Rempt <b...@valdyas.org> ---
It would probably be better to write a system that automatically harvests
completely empty tiles regularly. The way krita works is NOT that all pixels
between two points take space. We do not use scanlines or a single area
allocated to the boundingrect of a layer, we use a tile system where tiles are
only created if there are pixels written to the tile. There are ways that empty
tiles can be created and have memory located, and that's a waste of memory.
This is really hard-core Krita coding right inside the scariest part of Krita:
the tile manager. See https://bugs.kde.org/show_bug.cgi?id=412560

Trim to image size does not grow layers to the image size, allocating tiles, it
only cuts off pixel data outside the image bounderies.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to