An open API service indexing awesome lists of open source software.

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.

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
~~~