|
Exiv2
|
Copy ISO settings from any of the Nikon makernotes to the regular Exif tag, Exif.Photo.ISOSpeedRatings. More...
#include <actions.hpp>
Inheritance diagram for Action::FixIso:
Collaboration diagram for Action::FixIso:Public Types | |
| typedef std::auto_ptr< FixIso > | AutoPtr |
Public Types inherited from Action::Task | |
| typedef std::auto_ptr< Task > | AutoPtr |
| Shortcut for an auto pointer. | |
Public Member Functions | |
| virtual int | run (const std::string &path) |
| Application interface to perform a task. More... | |
| AutoPtr | clone () const |
Public Member Functions inherited from Action::Task | |
| virtual | ~Task () |
| Virtual destructor. | |
| AutoPtr | clone () const |
| Virtual copy construction. | |
Copy ISO settings from any of the Nikon makernotes to the regular Exif tag, Exif.Photo.ISOSpeedRatings.
|
virtual |
Application interface to perform a task.
| path | Path of the file to process. |
Implements Action::Task.
References Exiv2::ExifData::empty(), Exiv2::ExifData::end(), Exiv2::fileExists(), Params::instance(), Exiv2::isoSpeed(), Exiv2::ImageFactory::open(), and Params::verbose_.
1.8.5