Skip to content

Commit fe1d89d

Browse files
authored
Merge pull request #337 from datacarpentry/325-add-exiftool-in-list-of-software-that-can-help-handle-metadata
Mention ExifTool for reading and writing metadata
2 parents 064e6ea + 255e202 commit fe1d89d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

episodes/02-image-basics.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,12 @@ metadata
10851085
'resolution': (1.0, 1.0, 'NONE')}
10861086
```
10871087

1088+
Many popular image editing programs have built-in metadata viewing
1089+
capabilities. A platform-independent open-source tool that allows
1090+
users to read, write, and edit metadata is
1091+
[ExifTool](https://exiftool.org/). It can handle a wide range of file
1092+
types and metadata formats but requires some technical knowledge to be
1093+
used effectively.
10881094
Other software exists that can help you handle metadata,
10891095
e.g., [Fiji](https://imagej.net/Fiji)
10901096
and [ImageMagick](https://imagemagick.org/index.php).

0 commit comments

Comments
 (0)