← Back to team overview

phatch-dev team mailing list archive

[Bug 419563] [NEW] exif management is not optimized

 

Public bug reported:

Use the function _pyexiv2.is_readable to know if exif & iptc data should
be read.

For example with png files this triggers warnings.
XMP Toolkit error 203: Top level typedNode not allowed
Warning: Failed to decode XMP metadata.

Also maybe reduce the amount Exif readers for performance. (EXIF.py ?)

Better would be a lazy system or analyzing if metadata is needed anyway
in the action list and which one.

** Affects: phatch
     Importance: Medium
         Status: Confirmed

** Changed in: phatch
       Status: New => Confirmed

** Changed in: phatch
   Importance: Undecided => Medium

-- 
exif management is not optimized
https://bugs.launchpad.net/bugs/419563
You received this bug notification because you are a member of Phatch
Developers, which is subscribed to Phatch.

Status in Phatch = Photo & Batch!: Confirmed

Bug description:
Use the function _pyexiv2.is_readable to know if exif & iptc data should be read.

For example with png files this triggers warnings.
XMP Toolkit error 203: Top level typedNode not allowed
Warning: Failed to decode XMP metadata.

Also maybe reduce the amount Exif readers for performance. (EXIF.py ?)

Better would be a lazy system or analyzing if metadata is needed anyway in the action list and which one.



Follow ups

References