We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0b0d1 commit 5397fe5Copy full SHA for 5397fe5
ChangeLog
@@ -9,6 +9,7 @@
9
- add vips_image_get_format_max()
10
- flatten handles out of range alpha and max_alpha correctly
11
- don't use atexit for cleanup, it's too unreliable
12
+- tiff writer loops for the whole image rather than per page [LionelArn2]
13
14
16/8/21 started 8.11.4
15
- fix off-by-one error in new rank fast path
libvips/foreign/vips2tiff.c
@@ -197,6 +197,8 @@
197
* - add support for subifd pyramid layers
198
* 6/6/20 MathemanFlo
199
* - 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
202
*/
203
204
/*
0 commit comments