feat(RES-43): Fix du warning magick convert (#16)
All checks were successful
gitea-openium/resgen.swift/pipeline/head This commit looks good

Reviewed-on: #16
This commit is contained in:
2025-05-05 10:36:51 +02:00
parent ccda606af5
commit 166026a766
50 changed files with 334 additions and 166 deletions

View File

@ -1,23 +1,23 @@
{
"images" : [
{
"filename" : "welcome_background.png",
"idiom" : "universal",
"scale" : "1x",
"filename" : "welcome_background.png"
"scale" : "1x"
},
{
"filename" : "welcome_background@2x.png",
"idiom" : "universal",
"scale" : "2x",
"filename" : "welcome_background@2x.png"
"scale" : "2x"
},
{
"filename" : "welcome_background@3x.png",
"idiom" : "universal",
"scale" : "3x",
"filename" : "welcome_background@3x.png"
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "ResgenSwift-Imagium"
"author" : "ResgenSwift-Imagium",
"version" : 1
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 KiB

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 813 KiB

After

Width:  |  Height:  |  Size: 813 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB