Comment 5 for bug 256875

Revision history for this message
Olivier Tilloy (osomon) wrote :

Fixed in the 0.2 branch. The expected syntax for the original example would now look like this:

    import pyexiv2
    metadata = pyexiv2.ImageMetadata("brokenbig.jpg")
    metadata.read()
    metadata['Exif.CanonCs.Lens'].value = (55, 18, 1)