Summary: | TGA files not saved correctly | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Alexandre Prokoudine <alexandre.prokoudine> |
Component: | File formats | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 5.1.5 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/f3e913d6aed527a493ad13855975c5064bdaca87 | Version Fixed In: | |
Sentry Crash Report: |
Description
Alexandre Prokoudine
2023-01-19 01:11:53 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/1728 Git commit f3e913d6aed527a493ad13855975c5064bdaca87 by Merge Service, on behalf of Freya Lupen. Committed on 01/02/2023 at 20:51. Pushed by merge-service into branch 'master'. Fix writing alpha bits flag in .tga We're writing 8-bit alpha (0x8). Krita assumes this value on reading, but it should still be written correctly, so that other programs can read it. Part-of: <https://invent.kde.org/graphics/krita/-/merge_requests/1728> M +4 -1 plugins/impex/tga/kis_tga_export.cpp https://invent.kde.org/graphics/krita/commit/f3e913d6aed527a493ad13855975c5064bdaca87 |