File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1037,7 +1037,13 @@ Metadata holds information about the image itself,
1037
1037
such as when the image was captured,
1038
1038
where it was captured,
1039
1039
what type of camera was used and with what settings, etc.
1040
- We normally don't see this metadata when we view an image,
1040
+ Many popular image editing programs have built-in metadata viewing
1041
+ capabilities. A platform-independent open-source tool that allows
1042
+ users to read, write, and edit metadata is
1043
+ [ ExifTool] ( https://exiftool.org/ ) . It can handle a wide range of file
1044
+ types and metadata formats but requires some technical knowledge to be
1045
+ used effectively.
1046
+ We normally don't see the metadata when we view an image using Python and imageio,
1041
1047
but we can view it independently if we wish to
1042
1048
(see [ * Accessing Metadata* ] ( #accessing-metadata ) , below).
1043
1049
The important thing to be aware of at this stage is that
You can’t perform that action at this time.
0 commit comments