ExifRead

Read image files metadata and provide Exif tags.

python · Common Scripts

Details

IDExifRead
Languagepython
From Version6.5.0
Docker Imagedemisto/py3-tools:1.0.0.11597437
TagsUtility

README

Reads an image file’s metadata and provides Exif tags.

Script Data


Name Description
Script Type python
Tags Utility

Inputs


Argument Name Description
EntryID The entry ID of the image file.

Outputs


Path Description Type
Exif.tag The Exif tag name. string
Exif.value The Exif tag value. string
commonfields:
  id: ExifRead
  version: -1
name: ExifRead
script: ''
type: python
subtype: python3
tags:
- Utility
comment: Read image files metadata and provide Exif tags.
enabled: true
args:
- name: EntryID
  required: true
  default: true
  description: Entry ID of image file.
outputs:
- contextPath: Exif.tag
  description: Exif tag name.
  type: string
- contextPath: Exif.value
  description: Exif tag value.
  type: string
scripttarget: 0
dockerimage: demisto/py3-tools:1.0.0.11597437
fromversion: 6.5.0
tests:
- ExifReadTest