Skip to content

Commit 5397fe5

Browse files
committed
note tiff change in changelog
1 parent be0b0d1 commit 5397fe5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- add vips_image_get_format_max()
1010
- flatten handles out of range alpha and max_alpha correctly
1111
- don't use atexit for cleanup, it's too unreliable
12+
- tiff writer loops for the whole image rather than per page [LionelArn2]
1213

1314
16/8/21 started 8.11.4
1415
- fix off-by-one error in new rank fast path

libvips/foreign/vips2tiff.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@
197197
* - add support for subifd pyramid layers
198198
* 6/6/20 MathemanFlo
199199
* - add bitdepth support for 2 and 4 bit greyscale images
200+
* 29/9/21 LionelArn2
201+
* - loop for the whole output image, rather than per page
200202
*/
201203

202204
/*

0 commit comments

Comments
 (0)