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