aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* IptcTag doesn't inherit from libexiv2python._IptcTag anymore, it keeps a refe...Olivier Tilloy2009-11-183-37/+103
* Make Image::getIptcTag return an IptcTag.Olivier Tilloy2009-11-182-39/+22
* Throw an exception when trying to set multiple values on non repeatable IPTC ...Olivier Tilloy2009-11-181-4/+14
* Do not cache the raw values.Olivier Tilloy2009-11-182-26/+11
* 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-282-6/+10
* Do not allow setting the values of an IPTC tag to something else than a list ...Olivier Tilloy2009-10-262-0/+8
* Fixed the signature of the setIptcTagValues method.Olivier Tilloy2009-10-232-2/+2
* Code split into various python modules.Olivier Tilloy2009-10-2016-1582/+3288
|\
| * Updated unit tests' imports.Olivier Tilloy2009-10-206-2/+1488
| * 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-082-9/+10
* 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-082-56/+67
* Make IptcTag._convert_to_python an instance method.Olivier Tilloy2009-10-072-18/+255
* Fixed EXIF unit tests.Olivier Tilloy2009-10-071-0/+319
* 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
* Added an MD5SUMS file to verify test data integrity.Olivier Tilloy2009-10-051-0/+1
* Renamed the unittest directory to test.Olivier Tilloy2009-10-050-0/+0
* 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-072-6/+31
* Correctly handle decoding/encoding Exif.GPSInfo.GPSDateStamp.Olivier Tilloy2009-08-042-3/+32
* Make ExifTag._convert_to_string an instance method.Olivier Tilloy2009-08-042-72/+97
* Make ExifTag._convert_to_python an instance method.Olivier Tilloy2009-07-312-79/+111
* Renamed xtype attributes to type.Olivier Tilloy2009-07-301-40/+40
* Rational.to_float().Olivier Tilloy2009-07-302-0/+13
* 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-222-24/+1
* Removed a useless TODO.Olivier Tilloy2009-07-221-1/+0
* Removed deprecated code.Olivier Tilloy2009-07-221-366/+1