@@ -1037,14 +1037,7 @@ 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- 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-
1047- We normally don't see the metadata when we view an image using Python and imageio,
1040+ We normally don't see this metadata when we view an image,
10481041but we can view it independently if we wish to
10491042(see [ * Accessing Metadata* ] ( #accessing-metadata ) , below).
10501043The important thing to be aware of at this stage is that
@@ -1092,6 +1085,12 @@ metadata
10921085 'resolution': (1.0, 1.0, 'NONE')}
10931086```
10941087
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.
10951094Other software exists that can help you handle metadata,
10961095e.g., [ Fiji] ( https://imagej.net/Fiji )
10971096and [ ImageMagick] ( https://imagemagick.org/index.php ) .
0 commit comments