diff options
author | David Spencer <baildon.research@googlemail.com> | 2010-07-03 06:16:26 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-07-03 06:16:26 -0500 |
commit | 40fde19eef473f68b875d4b591a297844f446c91 (patch) | |
tree | e49c14883c1d7f3c6462c64eeb322156bfff3be3 /graphics/jhead/README | |
parent | c099ac6477677777c864b7138a5bd37550b4d4c2 (diff) | |
download | slackbuilds-40fde19eef473f68b875d4b591a297844f446c91.tar.gz |
graphics/jhead: Added (JPEG Exif header manipulation tool)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'graphics/jhead/README')
-rw-r--r-- | graphics/jhead/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/jhead/README b/graphics/jhead/README new file mode 100644 index 0000000000..f66ddff784 --- /dev/null +++ b/graphics/jhead/README @@ -0,0 +1,13 @@ +Jhead is a command line program for manipulating the non-image +parts of Exif JPEG files that most digital cameras produce. + +By default, jhead displays the more useful camera settings from the +file, but it can also be used to perform operations such as changing +timestamps or removing a thumbnail. + +Though there are many programs out there now that can manipulate +Exif headers today, for many tasks, jhead remains the simplest and +most effective tool for the job, especially if used for automated +or scripted tasks. + +Homepage: http://www.sentex.net/~mwandel/jhead/ |