~ubuntu-branches/ubuntu/vivid/luminance-hdr/vivid-proposed

« back to all changes in this revision

Viewing changes to src/Exif/ExifOperations.h

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2012-11-03 09:09:25 UTC
  • mfrom: (3.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20121103090925-6b12x4a4cpqd3u4q
Tags: 2.3.0-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
namespace ExifOperations
30
30
{
31
 
        void writeExifData(const std::string& filename, const std::string& comment);
 
31
        void writeExifData(const std::string& filename, const std::string& comment, float expotime = 100.0f);
32
32
        void copyExifData(const std::string& from, const std::string& to, bool dont_overwrite);
33
33
        float obtain_avg_lum(const std::string& filename);
34
34
        int obtain_rotation(const std::string& filename);