Skip to content

Commit

Permalink
differences for PR #337
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 30, 2024
1 parent 33c4753 commit 2306aab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 02-image-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,12 @@ metadata
'resolution': (1.0, 1.0, 'NONE')}
```

Many popular image editing programs have built-in metadata viewing
capabilities. A platform-independent open-source tool that allows
users to read, write, and edit metadata is
[ExifTool](https://exiftool.org/). It can handle a wide range of file
types and metadata formats but requires some technical knowledge to be
used effectively.
Other software exists that can help you handle metadata,
e.g., [Fiji](https://imagej.net/Fiji)
and [ImageMagick](https://imagemagick.org/index.php).
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config.yaml" "101b3ac4b679126bb1f437306eb1b836" "site/built/config.yaml" "2023-04-25"
"index.md" "6e80c662708984307918adfad711e15f" "site/built/index.md" "2023-07-26"
"episodes/01-introduction.md" "4fe9db38f75f93b3ffbdb3115d36b802" "site/built/01-introduction.md" "2024-11-28"
"episodes/02-image-basics.md" "f1c4a800b8213f11b6e2efbe40f501ab" "site/built/02-image-basics.md" "2024-11-13"
"episodes/02-image-basics.md" "e96045fe38777bd24cf11b76464f2eca" "site/built/02-image-basics.md" "2024-11-30"
"episodes/03-skimage-images.md" "d7890de460222e8cdf461c76cba37692" "site/built/03-skimage-images.md" "2024-06-07"
"episodes/04-drawing.md" "48b42ee384b5b907d9f9b93ad0e98ce8" "site/built/04-drawing.md" "2024-06-07"
"episodes/05-creating-histograms.md" "4abbd123ba97d63c795398be6f6b7621" "site/built/05-creating-histograms.md" "2024-03-14"
Expand Down

0 comments on commit 2306aab

Please sign in to comment.