~malept/pyexiv2/0.2-build-mt

« back to all changes in this revision

Viewing changes to src/exiv2wrapper.hpp

Read-only access to the dimensions and mime type of an image.
From an original patch by Matt Mossholder (mattcm@mourneblade.mossholder.com).

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
    void readMetadata();
157
157
    void writeMetadata();
158
158
 
 
159
    // Read-only access to the dimensions of the picture.
 
160
    unsigned int pixelWidth() const;
 
161
    unsigned int pixelHeight() const;
 
162
 
 
163
    // Read-only access to the MIME type of the image.
 
164
    std::string mimeType() const;
 
165
 
159
166
    // Read and write access to the EXIF tags.
160
167
    // For a complete list of the available EXIF tags, see
161
168
    // libexiv2's documentation (http://exiv2.org/tags.html).