note tiff change in changelog
This commit is contained in:
parent
be0b0d17b8
commit
5397fe5a4f
@ -9,6 +9,7 @@
|
|||||||
- add vips_image_get_format_max()
|
- add vips_image_get_format_max()
|
||||||
- flatten handles out of range alpha and max_alpha correctly
|
- flatten handles out of range alpha and max_alpha correctly
|
||||||
- don't use atexit for cleanup, it's too unreliable
|
- 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
|
16/8/21 started 8.11.4
|
||||||
- fix off-by-one error in new rank fast path
|
- fix off-by-one error in new rank fast path
|
||||||
|
@ -197,6 +197,8 @@
|
|||||||
* - add support for subifd pyramid layers
|
* - add support for subifd pyramid layers
|
||||||
* 6/6/20 MathemanFlo
|
* 6/6/20 MathemanFlo
|
||||||
* - add bitdepth support for 2 and 4 bit greyscale images
|
* - add bitdepth support for 2 and 4 bit greyscale images
|
||||||
|
* 29/9/21 LionelArn2
|
||||||
|
* - loop for the whole output image, rather than per page
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user