This website requires JavaScript.
Explore
Help
Sign in
dot
/
scripts
Watch
1
Star
0
Fork
You've already forked scripts
0
Code
Issues
Pull requests
Releases
Wiki
Activity
59d8a75135
scripts
/
local
/
bin
/
luma-to-png
3 lines
87 B
Text
Raw
Normal View
History
Unescape
Escape
Add simple ImageMagick wrapper scripts for quickly munging Luma3DS screenshots into shareable form
2018-02-08 20:55:50 -05:00
#!/bin/zsh
Whoops, fix luma-to-png so it actually works
2018-02-11 19:29:24 -05:00
magick $1 -alpha set -fill 'rgba(0,0,0,0)' -draw 'color 0,0 point' $1:r.png
Reference in a new issue
Copy permalink