mirror of
https://github.com/smogon/sprites.git
synced 2026-04-21 09:17:23 -05:00
compress missing padded cap dex/
This commit is contained in:
parent
05156c2e79
commit
e70bcfbeb0
|
|
@ -126,7 +126,8 @@ for folder in iter({"front", "front-shiny", "front-cosmetic", "front-shiny-cosme
|
|||
makecmd{
|
||||
display=rep{"missing dex cap {base} -> {folder}/{file}", folder=folder, base=tup.base(file), file=file},
|
||||
"convert %f'[0]' -trim %o",
|
||||
"mogrify -background transparent -gravity center -extent 120x120 %o"
|
||||
"mogrify -background transparent -gravity center -extent 120x120 %o",
|
||||
compresspng{config="DEX"}
|
||||
},
|
||||
rep{"build/padded-dex/cap/{folder}/{base}.png", folder=folder,base=tup.base(file)}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user