Skip to content

Commit 0181b74

Browse files
committed
markdown source builds
Auto-generated via {sandpaper} Source : b610884 Branch : main Author : Toby Hodges <tbyhdgs@gmail.com> Time : 2023-10-30 11:35:39 +0000 Message : Merge pull request #304 from K-Meech/fix-table-formatting Improve layout of table in image basics
1 parent 45feb55 commit 0181b74

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

02-image-basics.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,15 +1050,12 @@ the metadata of your images.
10501050
The following table summarises the characteristics of the BMP, JPEG, and TIFF
10511051
image formats:
10521052

1053-
| Format | Compression | Metadata | Advantages | Disadvantages |
1054-
| :-------------------------------------- | :------------ | :--------- | :--------------------- | :----------------------------------------- |
1055-
| BMP | None | None | Universally viewable, | Large file sizes |
1056-
| | | | high quality | |
1057-
| JPEG | Lossy | Yes | Universally viewable, | Detail may be lost |
1058-
| | | | smaller file size | |
1059-
| PNG | Lossless | [Yes](https://www.w3.org/TR/PNG/#11keywords) | Universally viewable, [open standard](https://www.w3.org/TR/PNG/), smaller file size | Metadata less flexible than TIFF, RGB only |
1060-
| TIFF | None, lossy, | Yes | High quality or | Not universally viewable |
1061-
| | or lossless | | smaller file size | |
1053+
| Format | Compression | Metadata | Advantages | Disadvantages |
1054+
| :--------------- | :------------ | :--------- | :--------------------- | :--------------------- |
1055+
| BMP | None | None | Universally viewable, high quality | Large file sizes |
1056+
| JPEG | Lossy | Yes | Universally viewable, smaller file size | Detail may be lost |
1057+
| PNG | Lossless | [Yes](https://www.w3.org/TR/PNG/#11keywords) | Universally viewable, [open standard](https://www.w3.org/TR/PNG/), smaller file size | Metadata less flexible than TIFF, RGB only |
1058+
| TIFF | None, lossy, or lossless | Yes | High quality or smaller file size | Not universally viewable |
10621059

10631060
:::::::::::::::::::::::::::::::::::::::: keypoints
10641061

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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" "fa1f63d7fbb5aef106ccc5f1e2309974" "site/built/02-image-basics.md" "2023-10-13"
7+
"episodes/02-image-basics.md" "182febb8af73f7bd7a5815f296c4dfec" "site/built/02-image-basics.md" "2023-10-30"
88
"episodes/03-skimage-images.md" "eb0da8ebdea3bf84510b22581b790e67" "site/built/03-skimage-images.md" "2023-10-13"
99
"episodes/04-drawing.md" "9d78a765f5e9747ffc2aa43a4a5a414d" "site/built/04-drawing.md" "2023-09-05"
1010
"episodes/05-creating-histograms.md" "bdcf983127c242eb995605038598d09f" "site/built/05-creating-histograms.md" "2023-09-18"

0 commit comments

Comments
 (0)