mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-09-17 10:54:29 -04:00
For example, the PCX plugin converts all RGB images to RGB(A)32. So if you try to save a 1 GiB RGB888 image, it will be converted to RGB32 image so, you need additional 1.25GiB of ram. The conversion now occurs line by line, significantly saving memory.