dtkgui/tools
ck aeaccd30ce feat: dci-icon-theme support multiple icon size
- add error log(callback)
- support multiple size
- update version to 0.0.5

e.g.
```
ls /usr/share/icons/vintage/apps
128  16  24  32  48  64  96

dci-icon-theme /usr/share/icons/vintage/apps -o /tmp/dcis/vintage -O 3=98

dci --tree /tmp/vintage/onboard.dci
/
├── 16
│   ├── normal.dark
│   │   └── 3
│   │       └── 1.webp -> /16/normal.light/3/1.webp
│   └── normal.light
│       └── 3
│           └── 1.webp
└── 24
    ├── normal.dark
    │   └── 3
    │       └── 1.webp -> /24/normal.light/3/1.webp
    └── normal.light
        └── 3
            └── 1.webp
...

```
2024-04-28 13:22:44 +08:00
..
dci-icon-theme feat: dci-icon-theme support multiple icon size 2024-04-28 13:22:44 +08:00
dci-image-converter chore: Adapt Qt6 && Dtk6 compilation 2023-06-19 13:13:09 +08:00
dde-kwin-debug chore: Adapt Qt6 && Dtk6 compilation 2023-06-19 13:13:09 +08:00
deepin-gui-settings chore: Adapt Qt6 && Dtk6 compilation 2023-06-19 13:13:09 +08:00
image-handler chore: Adapt Qt6 && Dtk6 compilation 2023-06-19 13:13:09 +08:00
CMakeLists.txt feat: Support RAW image formats. 2023-02-02 02:33:30 +00:00