https://github.com/duesee/gimp-scripts
https://github.com/duesee/gimp-scripts
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/duesee/gimp-scripts
- Owner: duesee
- License: agpl-3.0
- Created: 2017-04-17T16:18:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T16:47:57.000Z (about 9 years ago)
- Last Synced: 2025-04-05T09:31:00.550Z (about 1 year ago)
- Language: Scheme
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Batch processing scripts for gimp
*Do **not** use this without a backup. Each file in the working directory may be destroyed.*
*Usage*
```
$ gimp -i -b '(crop-and-make-transparent "*.png")' -b '(gimp-quit 0)'
```
**Example: crop-and-make-transparent**
 vs. 