Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elsamuko/gimp-elsamuko
Some GIMP scripts
https://github.com/elsamuko/gimp-elsamuko
gimp imaging photography scheme script
Last synced: 3 days ago
JSON representation
Some GIMP scripts
- Host: GitHub
- URL: https://github.com/elsamuko/gimp-elsamuko
- Owner: elsamuko
- License: gpl-3.0
- Created: 2014-01-10T17:18:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T12:46:11.000Z (about 1 year ago)
- Last Synced: 2024-08-03T23:16:44.759Z (3 months ago)
- Topics: gimp, imaging, photography, scheme, script
- Language: Scheme
- Homepage: https://elsamuko.github.io/gimp-elsamuko/scripts.html
- Size: 16 MB
- Stars: 45
- Watchers: 6
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gimp-elsamuko
## Scripts
Put the *.scm files in the GIMP scripts folder (~/.config/GIMP/2.10/scripts/) and refresh scripts (/Filters/Script-Fu/Refresh Scripts) or restart GIMP.
You can view an overview of the scripts here:
https://elsamuko.github.io/gimp-elsamuko/scripts.htmlYou will find the scripts then at these places in the GIMP image menu:
* elsamuko-antique-border.scm :/Filters/Decor
* elsamuko-che-guevara.scm :/Filters/Artistic
* elsamuko-color-tint.scm :/Colors
* elsamuko-cyanotype.scm :/Filters/Artistic
* elsamuko-difference-layers.scm :/Layer
* elsamuko-erosion-sharpen.scm :/Filters/Enhance
* elsamuko-error-level-analysis.scm :/Image
* elsamuko-escape-lines.scm :/Filters/Render
* elsamuko-glass-displacement.scm :/Filters/Distorts
* elsamuko-grain.scm :/Filters/Generic
* elsamuko-lomo.scm :/Filters/Light and Shadow
* elsamuko-movie-300.scm :/Filters/Artistic
* elsamuko-national-geographic.scm :/Filters/Generic
* elsamuko-obama-hope.scm :/Filters/Artistic
* elsamuko-photo-border.scm :/Filters/Generic
* elsamuko-photochrom.scm :/Filters/Artistic
* elsamuko-rainy-landscape.scm :/Filters/Light and Shadow
* elsamuko-slide-with-sprockets.scm :/Filters/Decor
* elsamuko-sunny-landscape.scm :/Filters/Light and Shadow
* elsamuko-technicolor-2-color.scm :/Colors
* elsamuko-technicolor-3-color.scm :/Colors
* elsamuko-wb-puzzle.scm :/Filters/Light and Shadow
* mm1-vintage-look.scm :/Filters/Artistic
* tuxcomputers-split-tone.scm :/Script-Fu/Color(This list was generated with)
```bash
for SCM in *.scm; do echo -n "* $SCM :"; tail -n1 "$SCM" | grep -Po '(?<=\)[^"]*'; done
```## Plugins
Some of my plugins in an incomplete state with qmake project files and source:* elsamuko-depthmap-cv
* elsamuko-get-curves
* elsamuko-saturationHappy GIMPing!
elsamuko