Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethercrow/gimp-extract-cgrect
Gimp helper script for extracting CGRect literals from iOS designs (including @2x ones).
https://github.com/ethercrow/gimp-extract-cgrect
Last synced: 24 days ago
JSON representation
Gimp helper script for extracting CGRect literals from iOS designs (including @2x ones).
- Host: GitHub
- URL: https://github.com/ethercrow/gimp-extract-cgrect
- Owner: ethercrow
- Created: 2013-08-22T04:51:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-22T11:07:47.000Z (over 11 years ago)
- Last Synced: 2024-10-14T10:13:25.501Z (2 months ago)
- Language: Python
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Installation
============1. Get pyperclip (http://coffeeghost.net/src/pyperclip.py)
2. Put pyperclip.py and cgrect.py into /your/gimp/config/directory/plug-ins
($HOME/.gimp-2.8/plug-ins/ on Linux at the moment of writing).
3. Now your gimp has "Tools -> Copy CGRect to clipboard" and for @2x designs
"Tools -> Copy CGRect to clipboard (halfsize)".