https://github.com/groob/pngalpha
https://github.com/groob/pngalpha
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/groob/pngalpha
- Owner: groob
- Created: 2017-01-06T20:45:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T21:10:20.000Z (over 8 years ago)
- Last Synced: 2025-03-27T11:38:02.260Z (2 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
convert a JPEG or PNG into a PNG which always has the Alpha Channel
Removes the need for software like Photoshop to do [this](http://blog.eriknicolasgomez.com/2016/12/28/managing-sierras-loginwindow-redux/)
```
Usage of ./pngalpha:
-in string
path to input image (jpeg or png)
-out string
path to output png (default "/Library/Caches/com.apple.desktop.admin.png")
```