From 066acb9273111c84693c0954e2ea99e3a4e0b727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 19 Jan 2020 16:46:53 +0100 Subject: [PATCH] Link issue #12 from README https://github.com/danielgtaylor/jpeg-archive/issues/12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adcd7e5..b3b302b 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ SmallFry | `-m smallfry` | Linear-weighted BBCQ-like ([original project](https:/ **Note**: The SmallFry algorithm may be [patented](http://www.jpegmini.com/main/technology) so use with caution. #### Subsampling -The JPEG format allows for subsampling of the color channels to save space. For each 2x2 block of pixels per color channel (four pixels total) it can store four pixels (all of them), two pixels or a single pixel. By default, the JPEG encoder subsamples the non-luma channels to two pixels (often referred to as 4:2:0 subsampling). Most digital cameras do the same because of limitations in the human eye. This may lead to unintended behavior for specific use cases (see #12 for an example), so you can use `--subsample disable` to disable this subsampling. +The JPEG format allows for subsampling of the color channels to save space. For each 2x2 block of pixels per color channel (four pixels total) it can store four pixels (all of them), two pixels or a single pixel. By default, the JPEG encoder subsamples the non-luma channels to two pixels (often referred to as 4:2:0 subsampling). Most digital cameras do the same because of limitations in the human eye. This may lead to unintended behavior for specific use cases (see [#12](https://github.com/danielgtaylor/jpeg-archive/issues/12) for an example), so you can use `--subsample disable` to disable this subsampling. #### Example Commands