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
- Host: GitHub
- URL: https://github.com/zoonman/gimp-plugins
- Owner: zoonman
- License: other
- Created: 2013-10-20T05:01:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-31T00:15:37.000Z (over 11 years ago)
- Last Synced: 2024-04-15T09:17:05.139Z (about 2 years ago)
- Language: Python
- Homepage: http://www.zoonman.com/projects/gimp-plugins/
- Size: 227 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BrushDownloader
===============
GIMP plugin to download brushes from ProGimp.RU

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

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`).