@@ -1037,14 +1037,7 @@ 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
- 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,
1048
1041
but we can view it independently if we wish to
1049
1042
(see [ * Accessing Metadata* ] ( #accessing-metadata ) , below).
1050
1043
The important thing to be aware of at this stage is that
@@ -1092,6 +1085,12 @@ metadata
1092
1085
'resolution': (1.0, 1.0, 'NONE')}
1093
1086
```
1094
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.
1095
1094
Other software exists that can help you handle metadata,
1096
1095
e.g., [ Fiji] ( https://imagej.net/Fiji )
1097
1096
and [ ImageMagick] ( https://imagemagick.org/index.php ) .
0 commit comments