delete_tags

class actions.delete_tags.Action(**options)

Bases: core.models.Action

Delete Exif or Iptc tags

apply(photo, setting, cache)
get_relevant_field_labels()

If this method is present, Phatch will only show relevant fields.

Returns:list of the field labels which are relevant
Return type:list of strings

Note

It is very important that the list of labels has EXACTLY the same order as defined in the interface method.

interface(fields)

Previous topic

crop

Next topic

desaturate