mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-27 01:06:09 +00:00
3 lines
150 B
PowerShell
3 lines
150 B
PowerShell
Get-ChildItem -Path $dir -Filter *.png | ForEach-Object {
|
|
magick.exe convert $_.FullName -background none -gravity center -extent 40x30 $_.FullName
|
|
} |