Feature #491

probe exiv2 for the extensions it supports

Added by Will Stokes 1247 days ago. Updated 449 days ago.

Status:Closed Start:
Priority:Normal Due date:
Assigned to:Andreas Huggel % Done:

0%

Category:miscellaneous
Target version:0.13

Description

Exiv2 supports reading from a handlful of file formats, although depending on how you compile it (aka with or without zlib support) some are not supposed (e.g. png). I'd like to be able to programically request a list of file formats exiv2 will currently supprot reading from or writing to. Aka I'd like two functions, one that returns a list of file formats we can read and another that returns a list of file formats we can write to.

History

Updated by Andreas Huggel 1135 days ago

Added ImageFactory::checkMode and Image::checkMode to query the supported metadata functions of images. These methods replace Image::supportsMetadata, which is now deprecated and will be removed in a future version.

Updated by Andreas Huggel 1135 days ago

Also available in: Atom PDF