Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added an iptc_charset property to the ImageMetadata class, | Olivier Tilloy | 2010-12-20 | 1 | -0/+2 |
| | | | to get, set and delete the (optional) IPTC charset. | ||||
* | Merged latest changes from trunk. | Olivier Tilloy | 2010-12-17 | 1 | -0/+1 |
|\ | |||||
| * | Try and decode Exif.Photo.UserComment according to its charset if specified. | Olivier Tilloy | 2010-12-12 | 1 | -0/+1 |
| | | |||||
* | | Functions in the xmp module to register and unregister custom namespaces. | Olivier Tilloy | 2010-11-29 | 1 | -0/+4 |
|/ | |||||
* | Complete implementation of the EXIF thumbnail, including write accessors. | Olivier Tilloy | 2010-11-22 | 1 | -0/+3 |
| | |||||
* | Access to the read-only properties of the EXIF thumbnail optionally embedded ↵ | Olivier Tilloy | 2010-11-21 | 1 | -0/+5 |
| | | | | in an image. | ||||
* | Swallow all warnings and error messages written by libexiv2 to stderr. | Olivier Tilloy | 2010-08-27 | 1 | -0/+5 |
| | |||||
* | Get, set and delete the image comment. | Olivier Tilloy | 2010-05-21 | 1 | -0/+4 |
| | |||||
* | Thin wrapper on top of libexiv2python.Preview, for a better encapsulation. | Olivier Tilloy | 2010-05-20 | 1 | -22/+9 |
| | |||||
* | Attach the image's XmpData to a tag when it is assigned to an image. | Olivier Tilloy | 2010-05-20 | 1 | -3/+1 |
| | | | | Remove redundant code that would set the value of a tag twice (in the tag itself, and in the image). Remove the now useless metadata attribute. | ||||
* | Attach the image's IptcData to a tag when it is assigned to an image. | Olivier Tilloy | 2010-05-19 | 1 | -1/+1 |
| | | | | Remove redundant code that would set the values of a tag twice (in the tag itself, and in the image). Remove the now useless metadata attribute. | ||||
* | Attach the image's ExifData to a tag when it is assigned to an image. | Olivier Tilloy | 2010-05-19 | 1 | -1/+1 |
| | | | | Remove redundant code that would set the value of a tag twice (in the tag itself, and in the image). Remove the now useless metadata attribute. | ||||
* | New data_buffer() method to get the image buffer. | Olivier Tilloy | 2010-03-17 | 1 | -0/+2 |
| | |||||
* | Instantiate an image from a data buffer. | Olivier Tilloy | 2010-03-16 | 1 | -0/+1 |
| | |||||
* | Documentation of the Preview class. | Olivier Tilloy | 2010-01-26 | 1 | -9/+22 |
| | |||||
* | Made the low level Image wrapper and all the methods it exposes protected. | Olivier Tilloy | 2010-01-26 | 1 | -19/+19 |
| | | | It should never be used directly. | ||||
* | Copy metadata to another image. | Olivier Tilloy | 2010-01-22 | 1 | -0/+2 |
| | | | From an original patch by Ilpo Nyyssönen (http://iny.iki.fi/). | ||||
* | Read-only access to the mime type of an image. | Olivier Tilloy | 2010-01-22 | 1 | -0/+2 |
| | | | From an original patch by Matt Mossholder (mattcm@mourneblade.mossholder.com). | ||||
* | Read-only access to the dimensions of an image. | Olivier Tilloy | 2010-01-22 | 1 | -0/+3 |
| | | | From an original patch by Matt Mossholder (mattcm@mourneblade.mossholder.com). | ||||
* | Standard version_info and __version__ attributes | Olivier Tilloy | 2010-01-21 | 1 | -1/+1 |
| | | | | + exiv2_version_info and __exiv2_version__. Set version_info to (0, 2, 0), ready for the next release. | ||||
* | Removed some unused legacy code. | Olivier Tilloy | 2010-01-21 | 1 | -10/+0 |
| | |||||
* | Preview::writeToFile dumps the preview data to a file. | Olivier Tilloy | 2010-01-08 | 1 | -0/+2 |
| | |||||
* | Preview (thumbnail) extraction. | Olivier Tilloy | 2010-01-08 | 1 | -0/+11 |
| | | | Read-only at the moment. | ||||
* | Updated copyright headers for 2010. | Olivier Tilloy | 2010-01-05 | 1 | -1/+1 |
| | | | Happy new year! | ||||
* | Complete documentation of the ExifTag class. | Olivier Tilloy | 2009-12-18 | 1 | -1/+0 |
| | |||||
* | Write the XMP value back to the image. | Olivier Tilloy | 2009-12-10 | 1 | -1/+3 |
| | |||||
* | Separate _XmpTag value setters for text, array and lang alt. | Olivier Tilloy | 2009-11-30 | 1 | -1/+3 |
| | |||||
* | Use the (much more reliable) exiv2 type of the XMP tag to get its correct value. | Olivier Tilloy | 2009-11-26 | 1 | -0/+1 |
| | |||||
* | Separate _XmpTag value getters for text, array and lang alt. | Olivier Tilloy | 2009-11-24 | 1 | -2/+4 |
| | |||||
* | Added the _XmpTag class in the low-level wrapper. | Olivier Tilloy | 2009-11-20 | 1 | -0/+12 |
| | |||||
* | Instantiate an _IptcTag from an Exiv2::IptcMetadata (vector of Iptcdatum). | Olivier Tilloy | 2009-11-17 | 1 | -3/+3 |
| | |||||
* | ExifTag doesn't inherit from libexiv2python._ExifTag anymore, it keeps a ↵ | Olivier Tilloy | 2009-11-15 | 1 | -1/+1 |
| | | | | reference to it as a protected attribute. | ||||
* | Make Image::getExifTag return an ExifTag. | Olivier Tilloy | 2009-11-12 | 1 | -31/+31 |
| | |||||
* | Also expose the EXIF tags' human readable value. | Olivier Tilloy | 2009-11-11 | 1 | -0/+1 |
| | |||||
* | Renamed ExifTag's _value to _raw_value. | Olivier Tilloy | 2009-11-05 | 1 | -2/+2 |
| | | | Value and raw value setters. | ||||
* | Preliminary investigation to implement the *Tag classes in C++. | Olivier Tilloy | 2009-11-04 | 1 | -0/+31 |
| | |||||
* | Delete an XMP tag. | Olivier Tilloy | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | Private value setter for XMP tags. | Olivier Tilloy | 2009-04-21 | 1 | -0/+1 |
| | |||||
* | Really delete all repetitions of an IPTC tag. | Olivier Tilloy | 2009-04-14 | 1 | -3/+1 |
| | |||||
* | Private value setter for IPTC tags. | Olivier Tilloy | 2009-04-06 | 1 | -3/+3 |
| | |||||
* | Delete an EXIF tag. | Olivier Tilloy | 2009-03-26 | 1 | -1/+1 |
| | |||||
* | Private setters for EXIF tags. | Olivier Tilloy | 2009-03-24 | 1 | -1/+1 |
| | |||||
* | Expose writeMetadata in the C++ wrapper. | Olivier Tilloy | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | Removed unused code. | Olivier Tilloy | 2009-03-19 | 1 | -5/+1 |
| | | | Updated the todo list. | ||||
* | First version of an ImageMetadata class, meant to replace the Image class. | Olivier Tilloy | 2009-03-12 | 1 | -3/+3 |
| | |||||
* | Retrieve XMP tag values (without python type conversion atm). | Olivier Tilloy | 2009-01-12 | 1 | -0/+1 |
| | |||||
* | Updated headers' dates. | Olivier Tilloy | 2009-01-09 | 1 | -1/+1 |
| | |||||
* | Module attributes for the versions of exiv2 and pyexiv2. | Olivier Tilloy | 2009-01-09 | 1 | -0/+10 |
| | |||||
* | First basic support for XMP metadata: listing XMP keys. | Olivier Tilloy | 2008-06-14 | 1 | -0/+2 |
| | |||||
* | Retrieve more data for an IPTC tag (low-level). | Olivier Tilloy | 2008-06-11 | 1 | -2/+2 |
| |