Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Do not cache the raw values. | Olivier Tilloy | 2009-11-18 | 1 | -23/+11 | |
| | ||||||
* | Implemented IptcTag::setRawValues. | Olivier Tilloy | 2009-11-18 | 1 | -3/+18 | |
| | ||||||
* | Instantiate an _IptcTag from an Exiv2::IptcMetadata (vector of Iptcdatum). | Olivier Tilloy | 2009-11-17 | 1 | -9/+26 | |
| | ||||||
* | Cosmetics. | Olivier Tilloy | 2009-11-16 | 1 | -11/+11 | |
| | ||||||
* | Fix setting the value of an EXIF tag. | Olivier Tilloy | 2009-11-16 | 1 | -14/+4 | |
| | ||||||
* | Make Image::getExifTag return an ExifTag. | Olivier Tilloy | 2009-11-12 | 1 | -31/+28 | |
| | ||||||
* | Also expose the EXIF tags' human readable value. | Olivier Tilloy | 2009-11-11 | 1 | -0/+14 | |
| | ||||||
* | Renamed ExifTag's _value to _raw_value. | Olivier Tilloy | 2009-11-05 | 1 | -5/+5 | |
| | | | Value and raw value setters. | |||||
* | Preliminary investigation to implement the *Tag classes in C++. | Olivier Tilloy | 2009-11-04 | 1 | -0/+141 | |
| | ||||||
* | Fixed the signature of the setIptcTagValues method. | Olivier Tilloy | 2009-10-23 | 1 | -1/+1 | |
| | ||||||
* | Delete an XMP tag. | Olivier Tilloy | 2009-04-22 | 1 | -0/+17 | |
| | ||||||
* | Private value setter for XMP tags. | Olivier Tilloy | 2009-04-21 | 1 | -37/+3 | |
| | ||||||
* | Unlike IPTC tags, XMP tags are not repeatable. | Olivier Tilloy | 2009-04-21 | 1 | -24/+55 | |
| | ||||||
* | Really delete all repetitions of an IPTC tag. | Olivier Tilloy | 2009-04-14 | 1 | -21/+20 | |
| | ||||||
* | Private value setter for IPTC tags. | Olivier Tilloy | 2009-04-06 | 1 | -35/+47 | |
| | ||||||
* | Delete an EXIF tag. | Olivier Tilloy | 2009-03-26 | 1 | -6/+2 | |
| | ||||||
* | Private setters for EXIF tags. | Olivier Tilloy | 2009-03-24 | 1 | -15/+6 | |
| | ||||||
* | Expose writeMetadata in the C++ wrapper. | Olivier Tilloy | 2009-03-19 | 1 | -2/+2 | |
| | ||||||
* | Generic getter for all tags. | Olivier Tilloy | 2009-03-19 | 1 | -0/+1 | |
| | ||||||
* | Removed unused code. | Olivier Tilloy | 2009-03-19 | 1 | -22/+4 | |
| | | | Updated the todo list. | |||||
* | Retrieve the real type of xmp tags. | Olivier Tilloy | 2009-01-14 | 1 | -2/+1 | |
| | ||||||
* | Retrieve XMP tag values (without python type conversion atm). | Olivier Tilloy | 2009-01-12 | 1 | -0/+37 | |
| | ||||||
* | Updated headers' dates. | Olivier Tilloy | 2009-01-09 | 1 | -1/+1 | |
| | ||||||
* | First basic support for XMP metadata: listing XMP keys. | Olivier Tilloy | 2008-06-14 | 1 | -1/+22 | |
| | ||||||
* | Retrieve more data for an IPTC tag (low-level). | Olivier Tilloy | 2008-06-11 | 1 | -30/+54 | |
| | ||||||
* | Replace all tabs by spaces in the code. | Olivier Tilloy | 2008-04-19 | 1 | -1/+1 | |
| | | | | Add a MetadataTag class to the python module. | |||||
* | Refactor the structure of the exiv2 wrapper, retrieve more data for an EXIF tag. | Olivier Tilloy | 2008-04-19 | 1 | -0/+483 | |