projects
/
booh
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use libexif for getting the EXIF orientation tag, it is so much faster than identify...
[booh]
/
bin
/
booh-gamma-correction
diff --git
a/bin/booh-gamma-correction
b/bin/booh-gamma-correction
index 531d2479d336992c9a7cf6cb26cdbc82d3bf5e6a..d9428a46c652113f4c0e90788024df62b815d759 100755
(executable)
--- a/
bin/booh-gamma-correction
+++ b/
bin/booh-gamma-correction
@@
-20,7
+20,7
@@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
require 'gtk2'
-require 'booh/
gtk
adds'
+require 'booh/
lib
adds'
if ARGV.size != 3
puts "Usage: %s orig_file dest_file_jpeg level" % File.basename($0)