Gimp.Metadata.is_tag_supported
function is_tag_supported(tag: String, mime_type: String): Boolean {
// Gjs 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
true if the tag supported with mime_type, false otherwise.