Homebrew tap
============
Here's the formula file:
https://gist.githubusercontent.com/anonymous/9afa5f317d3db9f1473f5cfe106eb55e/raw/afc707cf9c7f774ba2387646390b6a78a8329db7/imgp.rb
As usual, create a repository `jarun/homebrew-imgp`, place `imgp.rb` in there, and tada. The installation command is
```
brew install jarun/imgp/imgp
```
Of course you can use a central repository `jarun/homebrew-blah` to host multiple formulae if you'd like to. In that case, `brew install jarun/blah/imgp`.
Note that I'm assuming an upstream wheel of Pillow here, which means it probably won't work with Linuxbrew.
Packaging Pillow for Homebrew is (IIRC) a HUGE pain in the arse due to some policies, so I'm really reluctant to take responsibility for anything that has a Pillow dependency...
Maybe I can help you set up a tap that forgo some of our policies, which could be easier for me. How does that sound.