summaryrefslogtreecommitdiffstats
path: root/software/gimp
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@snark.mit.edu>2009-06-01 19:25:19 -0400
committerbryan newbold <bnewbold@snark.mit.edu>2009-06-01 19:25:19 -0400
commit4d4b8c5ee17d5744b7c7f9de58c32c992c5adabd (patch)
tree27fa0911e5a2926bc2fc2847537de19703848e60 /software/gimp
parent48b8165eb262a538d240841c8ddb0b48761804a5 (diff)
parent1af14ac4c7de808262093c8fe0b93646ef44a34c (diff)
downloadknowledge-4d4b8c5ee17d5744b7c7f9de58c32c992c5adabd.tar.gz
knowledge-4d4b8c5ee17d5744b7c7f9de58c32c992c5adabd.zip
Merge branch 'master' of ssh://animus.robocracy.org/srv/git/knowledge
Diffstat (limited to 'software/gimp')
-rw-r--r--software/gimp19
1 files changed, 19 insertions, 0 deletions
diff --git a/software/gimp b/software/gimp
new file mode 100644
index 0000000..97d7393
--- /dev/null
+++ b/software/gimp
@@ -0,0 +1,19 @@
+======================
+The Gimp
+======================
+
+How to Sharpen Photos
+----------------------------
+First decompose the image into HSV: Colors/Compose.../Decompose. Select
+"HSV" from the list and "Decompose to Layers". This will make a new image
+(close the original).
+
+Select the "Value" layer for editing (so that colors aren't affected). The
+"Unsharped Mask" filter is under Filters/Enhance.
+
+Radius is how many pixels to select, amount is the strength of the filter,
+and threshold allows parts of the image to be ignored.
+
+After applying the filter go back to Colors/Compose.../Compose and select
+HSV again to regenerate the color image.
+