Îõ³h$‡Í$      !"#(c) Martin Hoppenheit 2021MITmartin@hoppenheit.infoNone 8:Ñ“exiftool2An ExifTool tag value, enclosed in a type wrapper.exiftool5An ExifTool tag name, consisting of three components: 0The family 0 tag group (information type) e.g., EXIF or XMP.1The family 1 tag group (specific location) e.g., IFD0 or XMP-dc.The actual tag name e.g.,  XResolution or  Description. Example: Tag "EXIF" "IFD0" "XResolution"' corresponds to the ExifTool tag name EXIF:IFD0:XResolution.ËDuring development, there are several ways to find the exact name of a tag:See  https://exiftool.org/#groups for a list of tag groups.Run something like exiftool -s -a -G:0:1.Use the  operator in ghci.exiftoolfamily 0 tag group exiftoolfamily 1 tag group exiftoolactual tag name exiftool"A set of ExifTool tag/value pairs. exiftool'An ExifTool instance, initialized with   and terminated with . exiftool Start an ExifTool instance. Use  when done, or  to combine both steps.exiftool!Stop a running ExifTool instance.exiftool?Start an ExifTool instance, do something with it, then stop it.exiftoolÕRead all metadata from a file, with ExifTool errors leading to runtime errors. (Use - instead if you would rather intercept them.)exiftoolÍRead all metadata from a file, with ExifTool errors returned as Left values.exiftoolÐWrite metadata to a file, with ExifTool errors leading to runtime errors. (Use ÷ instead if you would rather intercept them.) The file is modified in place. Make sure you have the necessary backups!exiftool‘Write metadata to a file, with ExifTool errors returned as Left values. The file is modified in place. Make sure you have the necessary backups!exiftoolÓDelete metadata from a file, with ExifTool errors leading to runtime errors. (Use ÷ instead if you would rather intercept them.) The file is modified in place. Make sure you have the necessary backups!exiftool”Delete metadata from a file, with ExifTool errors returned as Left values. The file is modified in place. Make sure you have the necessary backups!exiftoolFilter metadata by tag name.exiftool¡Filter metadata by fuzzy tag name matching. Tag names are matched ignoring case, and empty components of the given tag name are considered wildcards. Examples:$m ~~ Tag "EXIF" "IFD0" "XResolution"6 matches exactly the given tag name (ignoring case) m ~~ Tag "exif" "" "xresolution"Ë matches all EXIF tags with name xresolution (ignoring case), including EXIF:IFD0:XResolution and EXIF:IFD1:XResolutionm ~~ Tag "XMP" "" "" matches all XMP tags Note that ~~ has higher precedence than $, so +m ~~ t <> m ~~ t' == (m ~~ t) <> (m ~~ t')$ which makes combining filters easy.>Hint: This operator is useful to find exact tag names in ghci.exiftoolExifTool instanceexiftool file nameexiftool tag/value MapexiftoolExifTool instanceexiftool file nameexiftool tag/value MapexiftoolExifTool instanceexiftool tag/value Mapexiftool file nameexiftoolExifTool instanceexiftool tag/value Mapexiftool file nameexiftoolExifTool instanceexiftooltags to be deletedexiftool file nameexiftoolExifTool instanceexiftooltags to be deletedexiftool file name    8%      !"#$%&''exiftool-0.1.1.0-Av1VQQnxU7rDJ3iCQVkvb7ExifToolValueStringBinaryNumberBoolListTag tagFamily0 tagFamily1tagNameMetadata startExifTool stopExifTool withExifToolgetMeta getMetaEithersetMeta setMetaEither deleteMetadeleteMetaEither filterByTag~~$fToJSONKeyTag $fToJSONTag$fFromJSONKeyTag $fFromJSONTag $fToJSONValue$fFromJSONValue $fShowValue $fEqValue $fShowTag$fEqTag $fGenericTag $fHashableTagbaseGHC.Base<>