#include <actions.hpp>
Inheritance diagram for Action::Extract:


Public Types | |
| typedef std::auto_ptr< Extract > | AutoPtr |
| Shortcut for an auto pointer. | |
Public Member Functions | |
| virtual int | run (const std::string &path) |
| Application interface to perform a task. | |
| AutoPtr | clone () const |
| Virtual copy construction. | |
| int | writeThumbnail (const Exiv2::ExifData &exifData) const |
| Write the thumbnail image to a file. The filename is composed by removing the suffix from the image filename and appending "-thumb" and the appropriate suffix (".jpg" or ".tif"), depending on the format of the Exif thumbnail image. | |
| int | writeExifData (Exiv2::ExifData &exifData) const |
| Write the Exif data to a file. The filename is composed by replacing the suffix of the image filename with ".exf". | |
|
|
Application interface to perform a task.
Implements Action::Task.
|
1.3.8