-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
19 lines (15 loc) · 731 Bytes
/
Copy pathREADME
File metadata and controls
19 lines (15 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This is a repo for my personal GIMP-related stuff, mostly scripts.
You may find it useful or not. :)
Scripts:
adsr-highpass-sharpen.scm
High-pass sharpening algorithm based on multiple tutorials. Creates
a sharpening overlay that can be adjusted, moved around and otherwise
modified for user preference.
adsr-split-toning.scm
Split-toning algorithm based on a tutorial. I like the colors better
than other similar scripts and there are some extra options.
adsr-bw-films.scm
Simulates light response of various black-and-white films. Based on an
article on the web. There is another implementation in GIMP Registry
but I decided to keep this one because it shows a more elegant, I hope,
way of coding this. :)