https://github.com/afaur/app2png-rs
Extract a Mac App's icon to a png file to be used.
https://github.com/afaur/app2png-rs
Last synced: over 1 year ago
JSON representation
Extract a Mac App's icon to a png file to be used.
- Host: GitHub
- URL: https://github.com/afaur/app2png-rs
- Owner: afaur
- Created: 2017-02-14T01:19:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T04:35:16.000Z (over 9 years ago)
- Last Synced: 2025-02-12T13:57:02.930Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Mac App to png
Extract a Mac App's icon to a png file to be used.
### Getting Started
Install [rust](https://www.rust-lang.org/en-US/install.html), then you can build
and run it.
~~~
cargo build
~~~
### Usage
Point it to the path of the `.app` you wish to extract the icon from, and give
it the path you want the icon saved.
~~~
cargo run /Applications/Zazu.app ~/Desktop/Zazu.png
~~~