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

https://github.com/zoonman/gimp-plugins

Gimp Plug-ins: BrushDownloader - downloads brushes from ProGimp.RU & PixelCounter - calculates area taken by pixels of specific color
https://github.com/zoonman/gimp-plugins

Last synced: about 1 year ago
JSON representation

Gimp Plug-ins: BrushDownloader - downloads brushes from ProGimp.RU & PixelCounter - calculates area taken by pixels of specific color

Awesome Lists containing this project

README

          

BrushDownloader
===============
GIMP plugin to download brushes from ProGimp.RU

![Screenshot](https://www.zoonman.com/files/images/gimpcloud-plugin.png)

PixelCounter
============
Calculates area, taken by specified color.

![Screenshot](https://www.zoonman.com/files/images/pixels-counter.png)

Installation
============
Copy content of [archive](https://github.com/zoonman/gimp-plugins/archive/master.zip) to the Gimp plugins folder.

On MAC you should copy achive content

~/Library/Application Support/GIMP/2.8/plug-ins

And make all files unrunnable (`chmod a-x *`) except .py (`chmod a+x *.py`).