From c0d0fe86d8a560e0f3b68722cc09565d064eb32a Mon Sep 17 00:00:00 2001 From: DRC Date: Wed, 14 Aug 2019 22:08:44 -0500 Subject: [PATCH] ChangeLog.md: Wordsmithing --- ChangeLog.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 317726c..0033f27 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -16,10 +16,10 @@ setting.) 3. The 4:4:0 (h1v2) fancy (smooth) chroma upsampling algorithm in the decompressor now uses a similar bias pattern to that of the 4:2:2 (h2v1) fancy chroma upsampling algorithm, rounding up or down the upsampled result for -alternate pixels rather than always rounding down. This ensures that the final -result will be similar regardless of whether a 4:2:2 JPEG image is rotated or -transposed prior to decompression (in the frequency domain) or after -decompression (in the spatial domain.) +alternate pixels rather than always rounding down. This ensures that, +regardless of whether a 4:2:2 JPEG image is rotated or transposed prior to +decompression (in the frequency domain) or after decompression (in the spatial +domain), the final image will be similar. 4. Fixed an integer overflow and subsequent segfault that occurred when attempting to compress or decompress images with more than 1 billion pixels -- 2.40.0