Skip to content

Commit 255e202

Browse files
committed
Move mention of ExifTool to callout in 02-image-basics.md
1 parent 5420fe6 commit 255e202

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

episodes/02-image-basics.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,14 +1037,7 @@ Metadata holds information about the image itself,
10371037
such as when the image was captured,
10381038
where it was captured,
10391039
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,
10481041
but we can view it independently if we wish to
10491042
(see [*Accessing Metadata*](#accessing-metadata), below).
10501043
The 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.
10951094
Other software exists that can help you handle metadata,
10961095
e.g., [Fiji](https://imagej.net/Fiji)
10971096
and [ImageMagick](https://imagemagick.org/index.php).

0 commit comments

Comments
 (0)