prevent 0-length buffers reaching imagemagick

im6 seems to have added an assert for this

see https://github.com/libvips/libvips/pull/1785
This commit is contained in:
John Cupitt 2020-08-17 14:18:59 +01:00
parent b73bc3a855
commit 182e88957e
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
- fix markdown -> xml conversion in doc generation
- remove typedef redefinitions to please old gccs
- fix regression in tiff pyramid thumbnailing [tand826]
- stop 0-length buffer being passed to imagemagick [lovell]
24/1/20 started 8.10.0
- more conformat IIIF output from dzsave [regisrob]