File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -1037,7 +1037,14 @@ 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+
1047+ We normally don't see the metadata when we view an image using Python and imageio,
10411048but we can view it independently if we wish to
10421049(see [ * Accessing Metadata* ] ( #accessing-metadata ) , below).
10431050The important thing to be aware of at this stage is that
Original file line number Diff line number Diff line change 44"config.yaml" "101b3ac4b679126bb1f437306eb1b836" "site/built/config.yaml" "2023-04-25"
55"index.md" "6e80c662708984307918adfad711e15f" "site/built/index.md" "2023-07-26"
66"episodes/01-introduction.md" "9755639c515fdbf752422e2e59128f63" "site/built/01-introduction.md" "2023-07-26"
7- "episodes/02-image-basics.md" "f1c4a800b8213f11b6e2efbe40f501ab " "site/built/02-image-basics.md" "2024-11-13 "
7+ "episodes/02-image-basics.md" "f7f7bd7fe0e0e81f91f04e05360a6729 " "site/built/02-image-basics.md" "2024-11-28 "
88"episodes/03-skimage-images.md" "d7890de460222e8cdf461c76cba37692" "site/built/03-skimage-images.md" "2024-06-07"
99"episodes/04-drawing.md" "48b42ee384b5b907d9f9b93ad0e98ce8" "site/built/04-drawing.md" "2024-06-07"
1010"episodes/05-creating-histograms.md" "4abbd123ba97d63c795398be6f6b7621" "site/built/05-creating-histograms.md" "2024-03-14"
You can’t perform that action at this time.
0 commit comments