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,
10371037such as when the image was captured,
10381038where it was captured,
10391039what 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,
10411047but we can view it independently if we wish to
10421048(see [ * Accessing Metadata* ] ( #accessing-metadata ) , below).
10431049The important thing to be aware of at this stage is that
You can’t perform that action at this time.
0 commit comments