Details
| ID | ExifRead |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/py3-tools:1.0.0.11597437 |
| Tags | Utility |
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