Feature #491
probe exiv2 for the extensions it supports
Start date:
Due date:
% Done:
0%
Estimated time:
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 almost 15 years 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.