summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-04-15 21:18:17 +0200
committerClément Bœsch <ubitux@gmail.com>2013-04-15 21:18:17 +0200
commit34186832de2485599b6b2fae58bc9038d8626deb (patch)
tree474fcf018809b92fa381e150f119967044597eb5
parent6e29f39252b925344c5947f1f0000e7d3eb2117f (diff)
doc/filters: add a curves example with psfile.
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 868f2aef13..5ea129aacf 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -2422,6 +2422,12 @@ Or simply:
@example
curves=vintage
@end example
+
+@item
+Use a Photoshop preset and redefine the points of the green component:
+@example
+curves=psfile='MyCurvesPresets/purple.asv':green='0.45/0.53'
+@end example
@end itemize
@anchor{decimate}