Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions episodes/02-image-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,12 @@ metadata
'resolution': (1.0, 1.0, 'NONE')}
```

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