Gimp.Metadata.is_tag_supported
@accepts(unicode, unicode)
@returns(bool)
def is_tag_supported(tag, mime_type):
# Python wrapper for gimp_metadata_is_tag_supported()
Returns whether tag is supported in a file of type mime_type.
Since 2.10
- tag
A metadata tag name
- mime_type
A mime type
- Returns