Fix cropping of subsampled images.
authorCarl Hetherington <cth@carlh.net>
Mon, 16 Nov 2020 23:00:50 +0000 (00:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2020 08:59:30 +0000 (09:59 +0100)
commit27c0e43d75218b926068fff3d6d1364b476e56ff
tree47328853ebd6dae4859d67fd0eac0051dd1f5f4e
parent451e5465bbd10827dafe76b35704102e589c0980
Fix cropping of subsampled images.

The calculations for how to crop subsampled components of YUV images
were wrong, causing strange effects like misregistration of colour
components in cropped images.  Should fix #1872.
src/lib/image.cc
test/data
test/image_test.cc