Summary: | Support loading ico files | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | SALZKARTOFFEEEL <salzkartoffeeel> |
Component: | File formats | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | amy, halla |
Priority: | NOR | ||
Version First Reported In: | 3.1.4 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
SALZKARTOFFEEEL
2017-06-30 18:36:25 UTC
Krita can save to .ico, but cannot load it. That is what the manual says, too: "List of Formats that Krita can Save to". So the manual is correct. I checked and I could save an image as .ico, so that works, too. We have currently no plans to implement loading .ico files at all: someone who thinks this is an important file format would have to volunteer for working on that. Checked on our current master branch (commit 6a4ed9a5a9). Our QImageIO plugin covers all possible import cases (1, 4, 8, 24 and 32-bit). It is able to export 32-bit icons. Due to Qt limitations, it only reads one icon at a time. |