aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implemented IptcTag::setRawValues.Olivier Tilloy2009-11-181-3/+18
* Instantiate an _IptcTag from an Exiv2::IptcMetadata (vector of Iptcdatum).Olivier Tilloy2009-11-173-17/+34
* Added an example script that manipulates EXIF metadata in an image.Olivier Tilloy2009-11-171-0/+30
* Cosmetics.Olivier Tilloy2009-11-161-11/+11
* Fix setting the value of an EXIF tag.Olivier Tilloy2009-11-163-19/+8
* Updated documentation.Olivier Tilloy2009-11-161-10/+1
* ExifTag doesn't inherit from libexiv2python._ExifTag anymore, it keeps a refe...Olivier Tilloy2009-11-153-16/+28
* Make Image::getExifTag return an ExifTag.Olivier Tilloy2009-11-123-131/+129
* Also expose the EXIF tags' human readable value.Olivier Tilloy2009-11-114-0/+21
* Moved exif2 to exif.Olivier Tilloy2009-11-052-397/+80
* Implementation of the ListenerInterface in the the ExifTag.Olivier Tilloy2009-11-051-1/+6
* Renamed ExifTag's _value to _raw_value.Olivier Tilloy2009-11-054-25/+63
* Preliminary investigation to implement the *Tag classes in C++.Olivier Tilloy2009-11-044-0/+546
* Pass IPTC Dates to exiv2 in the correct format (%Y-%m-%d).Olivier Tilloy2009-10-281-2/+6
* Do not allow setting the values of an IPTC tag to something else than a list ...Olivier Tilloy2009-10-261-0/+2
* Fixed the signature of the setIptcTagValues method.Olivier Tilloy2009-10-232-2/+2
* Use platform-specific include and lib dirs.Olivier Tilloy2009-10-201-2/+2
* Use distutils.sysconfig to determine to python include and lib paths.Olivier Tilloy2009-10-191-4/+3
* Install all the python modules.Olivier Tilloy2009-10-191-2/+4
* Experimental code split into various python modules.Olivier Tilloy2009-10-189-1574/+1793
* Do not do any charset conversions for IPTC tags.Olivier Tilloy2009-10-081-5/+9
* Fixed representations of IPTC tags (__repr__, __str__ and to_string).Olivier Tilloy2009-10-081-9/+11
* Make IptcTag._convert_to_string an instance method.Olivier Tilloy2009-10-081-23/+19
* Make IptcTag._convert_to_python an instance method.Olivier Tilloy2009-10-071-18/+20
* Do not do any charset conversions for EXIF tags.Olivier Tilloy2009-10-061-10/+10
* Added a quick main that kind of mimics the output of exiv2 for an image.Olivier Tilloy2009-10-051-0/+18
* Fixed representations of EXIF tags (__repr__ and __str__).Olivier Tilloy2009-10-051-6/+15
* One-liner __str__ for MetadataTag and ExifTag.Olivier Tilloy2009-08-181-15/+7
* EXIF tag with a list of values notify the metadata container upon any change ...Olivier Tilloy2009-08-071-4/+37
* Rational's numerator and denominator are read-only properties.Olivier Tilloy2009-08-071-6/+16
* Correctly handle decoding/encoding Exif.GPSInfo.GPSDateStamp.Olivier Tilloy2009-08-041-3/+17
* Make ExifTag._convert_to_string an instance method.Olivier Tilloy2009-08-041-30/+27
* Make ExifTag._convert_to_python an instance method.Olivier Tilloy2009-07-311-27/+26
* Renamed xtype attributes to type.Olivier Tilloy2009-07-301-40/+40
* Rational.to_float().Olivier Tilloy2009-07-301-0/+7
* Missing parameter.Olivier Tilloy2009-07-301-1/+1
* Updated module docstring.Olivier Tilloy2009-07-221-20/+21
* Fixed docstring syntax errors.Olivier Tilloy2009-07-221-7/+7
* Removed deprecated code.Olivier Tilloy2009-07-221-24/+0
* Removed a useless TODO.Olivier Tilloy2009-07-221-1/+0
* Removed deprecated code.Olivier Tilloy2009-07-221-366/+1
* Improved documentation.Olivier Tilloy2009-07-221-4/+22
* Improved documentation.Olivier Tilloy2009-07-211-0/+4
* Improved documentation.Olivier Tilloy2009-07-211-4/+33
* Improved documentation.Olivier Tilloy2009-07-211-10/+21
* Make an IPTC tag's values a notifying list.Olivier Tilloy2009-07-141-4/+9
* Improved documentation.Olivier Tilloy2009-07-141-17/+34
* Improved documentation.Olivier Tilloy2009-07-101-15/+33
* Improved documentation.Olivier Tilloy2009-07-101-1/+17
* Improved documentation.Olivier Tilloy2009-07-101-46/+66