This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
pokerogue
mirror of
https://github.com/pagefaultgames/pokerogue.git
Watch
1
Star
0
Fork
You've already forked pokerogue
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
307c84914e
pokerogue
/
public
/
images
/
ui
/
windows
/
trim.ps1
3 lines
98 B
PowerShell
Raw
Blame
History
Get-ChildItem
-Path
"
*.png
"
|
ForEach-Object
{
magick
.
exe
convert
-trim
$_
.
FullName
$_
.
FullName
}
Reference in New Issue
View Git Blame
Copy Permalink