diff --git a/ChangeLog b/ChangeLog index b749c1b4..e51b0aea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ - add vips_image_get_format_max() - flatten handles out of range alpha and max_alpha correctly - don't use atexit for cleanup, it's too unreliable +- tiff writer loops for the whole image rather than per page [LionelArn2] 16/8/21 started 8.11.4 - fix off-by-one error in new rank fast path diff --git a/libvips/foreign/vips2tiff.c b/libvips/foreign/vips2tiff.c index 329d6aab..3efb5997 100644 --- a/libvips/foreign/vips2tiff.c +++ b/libvips/foreign/vips2tiff.c @@ -197,6 +197,8 @@ * - add support for subifd pyramid layers * 6/6/20 MathemanFlo * - add bitdepth support for 2 and 4 bit greyscale images + * 29/9/21 LionelArn2 + * - loop for the whole output image, rather than per page */ /*