Skip to content

Commit

Permalink
added --dump-thumbnail to exifr commandline tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco van 't Veer committed Apr 25, 2010
1 parent e44b89d commit e90b363
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/exifr
Expand Up @@ -42,6 +42,10 @@ elsif ARGV[0] == "--dump-exif"
ARGV[1..-1].each do |fname|
STDOUT.write JPEG.new(fname).exif_data
end
elsif ARGV[0] == "--dump-thumbnail"
ARGV[1..-1].each do |fname|
STDOUT.write JPEG.new(fname).thumbnail
end
else
ARGV.each do |fname|
case fname
Expand Down

0 comments on commit e90b363

Please sign in to comment.