Get-ChildItem -Path $dir -Filter *.png | ForEach-Object {
magick.exe convert $_.FullName -background none -gravity center -extent 40x30 $_.FullName
}