Skip to content

Commit eb52431

Browse files
Apply suggestions from code review
Co-authored-by: bobturneruk <34244196+bobturneruk@users.noreply.github.com>
1 parent c2e5c52 commit eb52431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-image-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ you may wish to use a compressed image format to speed up file transfer time.
934934
## PNG
935935
936936
PNG images are well suited for storing diagrams. It uses a lossless compression and is hence often used
937-
in web applications for non-photographic images. The format is able to store RGB and plain luminance data, among others. Image data is stored row-wise and then, per row, a simple filter, like taking the difference of adjacent pixels, can be applied to
937+
in web applications for non-photographic images. The format is able to store RGB and plain luminance (single channel, without an associated color) data, among others. Image data is stored row-wise and then, per row, a simple filter, like taking the difference of adjacent pixels, can be applied to
938938
increase the compressability of the data. The filtered data is then compressed in the next step and written out to the disk.
939939
940940
## TIFF

0 commit comments

Comments
 (0)