lp:~osomon/pyexiv2/metadata-not-read

Created by Olivier Tilloy and last modified
Get this branch:
bzr branch lp:~osomon/pyexiv2/metadata-not-read
Only Olivier Tilloy can upload to this branch. If you are Olivier Tilloy please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Olivier Tilloy
Project:
pyexiv2
Status:
Merged

Recent revisions

338. By Olivier Tilloy

Unit test for the exception raised when trying to access the metadata of an image that has not been read() yet.

337. By Olivier Tilloy

Raise an IOError with a relevant error message when trying to access the metadata of an image that has not been read() yet.
Previously, a misleading AttributeError would be raised (this was a regression from the 0.1.x series).

336. By Olivier Tilloy

Fix build against libexiv2 0.21.
This latest release (2010-12-01) changed some public APIs, hence the need for conditional code.

335. By Olivier Tilloy

Accept fractions.Fraction objects as tag values wherever Rational objects are accepted.

334. By Olivier Tilloy

Added a unit test to check that the EXIF thumbnail corresponds to a preview.

333. By Olivier Tilloy

Read/write access to the EXIF thumbnail.

332. By Olivier Tilloy

Rename the .raw_values and .values properties of IPTC tags to .raw_value and .value,
for consistency with the API of EXIF and XMP tags.

The .raw_values and .values properties remain for backward compatibility,
but they are marked as deprecated.

331. By Olivier Tilloy

Cosmetics: replaced non-breakable spaces by normal white spaces in comments.

330. By Olivier Tilloy

Use the typename from the XMP datum when available
instead of relying on the static type information, that may be incomplete.

329. By Olivier Tilloy

Add a unit test to check that an exception is raised when trying to set multiple values to a non-repeatable IPTC tag.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:pyexiv2
This branch contains Public information 
Everyone can see this information.

Subscribers