note tiff change in changelog

This commit is contained in:
John Cupitt 2021-09-29 17:49:26 +01:00
parent be0b0d17b8
commit 5397fe5a4f
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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
*/
/*