public
Description: Automatic approximation of typical Photoshop actions
Homepage: http://rcrowley.org/2007/11/08/introducing-curvr/
Clone URL: git://github.com/rcrowley/curvr.git
curvr / README
100644 59 lines (48 sloc) 1.769 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
NAME
curvr -- Automatic approximation of typical Photoshop actions
 
SYNOPSIS
curvr <input> [<process> [<param>...]] <output>
curvall <directory> [<process>]
curvrmail
 
DESCRIPTION
Editing images is a painful and repetitive process. The good hacker
automates things like this. Aaron's filtr script doesn't quite do
what I want and neither does the GraphicsMagick command line tool.
This tool does automatic and acceptable approximations of the curves
tool I use most often in Photoshop.
 
The supporting scripts and config files enable the phone -> server
-> Flickr workflow.
 
ACTIONS
curve (default)
First normalizes the image by tucking white and black points,
then applies a color map keeping whites and blacks consistent
while darkening the mid-range. Approximates a slightly
downward curve in the Photoshop Curves palette.
bigcurve
Bigger. 60% bigger even.
anticurve
Opposite of curve, boosting mid-range instead of darkening it.
 
DEPENDENCIES
GraphicsMagick
Developed using GraphicsMagick 1.1.10 on Linux. Will likely
work with 1.1.x and on other platforms, but I don't care to try.
Flickr::Upload::FireEagle
For uploading and automatic geotagging. See the small patch that
prevents the FireEagle staleness check for localities.
XML::Simple
Digest::MD5
Mime::Base64
 
VERSION
0.2.1
 
DATE
2008-05-24
 
AUTHOR
Richard Crowley <r@rcrowley.org>
 
SEE ALSO
<http://rcrowley.org/2007/11/08/introducing-curvr/>
<http://www.aaronland.info/weblog/2006/07/31/baconmelon/#filtr>
<http://rcrowley.org/2008/02/05/stop-doing-it-yourself-and-use-cpan-curvr-02/>
 
LICENSE
This work is licensed under a Creative Commons
Attribution-Noncommercial-Share Alike 3.0 Unported License
<http://creativecommons.org/licenses/by-nc-sa/3.0/>