Exif: Difference between revisions
Created page with "See wp:Exchangeable image file format Exif is a pain. It's just as much of a pain as ID3 tags in audio files. This article will try to document the current wp:Exchang..." |
This changes nothing |
||
| (3 intermediate revisions by one other user not shown) | |||
| Line 12: | Line 12: | ||
<ol> | <ol> | ||
<li> exiftran - transform digital camera jpeg images (cli) For example, you can autorotate all jpeg files in the current directory with <code>exiftran -ai *.jpg</code> | <li> exiftran - transform digital camera jpeg images (cli) For example, you can autorotate all jpeg files in the current directory with <code>exiftran -ai *.jpg</code> | ||
<li> phatch-cli - cli interface to phatch Phatch handles all popular image formats and can duplicate (sub)folder hierarchies. It can batch resize, rotate, apply perspective, shadows, rounded corners, ... and more in minutes instead of hours or days if you do it manually. Phatch allows you to use EXIF and IPTC tags for renaming and data | <li> phatch-cli - cli interface to phatch [http://photobatch.wikidot.com/ Phatch] (stands for PHoto bATCH) handles all popular image formats and can duplicate (sub)folder hierarchies. It can batch resize, rotate, apply perspective, shadows, rounded corners, ... and more in minutes instead of hours or days if you do it manually. Phatch allows you to use EXIF and IPTC tags for renaming and data stamping. Kind of a lite version of ImageMagick with a GUI | ||
stamping. | <li> Use [ | ||
<li>[http://www.exiv2.org/sample.html Exiv2] is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats | <li>[http://www.exiv2.org/sample.html Exiv2] is a C++ library and a command line utility to manage image metadata. It provides fast and easy read and write access to the Exif, IPTC and XMP metadata of images in various formats | ||
| Line 31: | Line 31: | ||
[[Category:Photography]] | [[Category:Photography]] | ||
[[Category:Filesystems]] | |||