Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a unit test so that the test suite can be run from anywhere. | Olivier Tilloy | 2011-08-22 | 1 | -4/+5 |
|\ | |||||
| * | Fix the new unit test so that the test suite can be run from anywhere. | Olivier Tilloy | 2011-08-22 | 1 | -4/+5 |
| | | |||||
* | | Correctly extract the type of an EXIF tag when read from an image. | Olivier Tilloy | 2011-08-22 | 1 | -0/+28 |
|\| | |||||
| * | Check the integrity of the image before performing the actual test. | Olivier Tilloy | 2011-08-20 | 1 | -0/+5 |
| | | |||||
| * | Added a unit test to verify that the type of an EXIF makernote tag is ↵ | Olivier Tilloy | 2011-08-20 | 1 | -1/+24 |
| | | | | | | | | | | correctly set when extracted from an image. Currently failing (see https://bugs.launchpad.net/pyexiv2/+bug/781464). | ||||
* | | Use getattr, setattr and delattr where possible, instead of calling the ↵ | Olivier Tilloy | 2011-08-20 | 1 | -2/+2 |
|/ | | | | underlying (and supposedly hidden) methods. | ||||
* | Fixed a unit test. | Olivier Tilloy | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | Added some (failing) unit tests for date conversion for dates prior to year ↵ | Olivier Tilloy | 2011-08-04 | 1 | -0/+6 |
| | | | | 1900. | ||||
* | Handle fractions in a transparent manner, | Olivier Tilloy | 2010-12-26 | 1 | -13/+8 |
| | | | using the convenience functions defined in module pyexiv2.utils. | ||||
* | Starting from 0.20, exiv2 converts unicode comments to UTF-8. | Olivier Tilloy | 2010-12-16 | 1 | -3/+3 |
| | | | Handle correctly all versions (≥ 0.19). | ||||
* | Additional unit tests for generic conversion of Comments. | Olivier Tilloy | 2010-12-14 | 1 | -0/+10 |
| | |||||
* | Conditional unit test for Fraction objects in EXIF tags. | Olivier Tilloy | 2010-11-30 | 1 | -1/+6 |
| | |||||
* | Throw an exception instead of silently failing when unable to parse the raw ↵ | Olivier Tilloy | 2010-11-17 | 1 | -0/+5 |
| | | | | | | value for EXIF and IPTC tags. Note that parsing never fails for XMP tags. Added corresponding unit tests. | ||||
* | Strip trailing white spaces in string_to_undefined(…). | Olivier Tilloy | 2010-11-15 | 1 | -4/+4 |
| | | | New unit tests for string ⟷ undefined conversions. | ||||
* | Attach the image's ExifData to a tag when it is assigned to an image. | Olivier Tilloy | 2010-05-19 | 1 | -17/+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. | ||||
* | Support the EXIF Comment type. | Olivier Tilloy | 2010-01-19 | 1 | -0/+16 |
| | |||||
* | Do not convert automatically Undefined values to their human representation, | Olivier Tilloy | 2010-01-17 | 1 | -3/+3 |
| | | | it's a lossy conversion. | ||||
* | Support the EXIF SShort type (handled similarly as Short). | Olivier Tilloy | 2010-01-17 | 1 | -0/+25 |
| | | | This doesn't seem to be standard EXIF but it is mentioned in the TIFF specification. | ||||
* | Support the EXIF SByte type (handled exactly the same way as Byte). | Olivier Tilloy | 2010-01-15 | 1 | -0/+16 |
| | | | This doesn't seem to be standard EXIF but it is mentioned in the TIFF specification. | ||||
* | Updated copyright headers for 2010. | Olivier Tilloy | 2010-01-05 | 1 | -1/+1 |
| | | | Happy new year! | ||||
* | Fixed EXIF unit tests. | Olivier Tilloy | 2009-12-15 | 1 | -99/+51 |
| | |||||
* | Updated unit tests' imports. | Olivier Tilloy | 2009-10-20 | 1 | -1/+4 |
| | |||||
* | Fixed EXIF unit tests. | Olivier Tilloy | 2009-10-07 | 1 | -0/+319 |