We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 064e6ea + 255e202 commit fe1d89dCopy full SHA for fe1d89d
episodes/02-image-basics.md
@@ -1085,6 +1085,12 @@ metadata
1085
'resolution': (1.0, 1.0, 'NONE')}
1086
```
1087
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.
1094
Other software exists that can help you handle metadata,
1095
e.g., [Fiji](https://imagej.net/Fiji)
1096
and [ImageMagick](https://imagemagick.org/index.php).
0 commit comments