pokerogue/public/images/ui/legacy/windows/trim.ps1

3 lines
98 B
PowerShell
Raw Normal View History

2024-03-31 13:49:53 -07:00
Get-ChildItem -Path "*.png" | ForEach-Object {
magick.exe convert -trim $_.FullName $_.FullName
}