fix corrupt test image

This commit is contained in:
John Cupitt 2015-06-22 06:52:02 +01:00
parent 24611b9ec5
commit 17bace3483
3 changed files with 8 additions and 5 deletions

View File

@ -11,6 +11,7 @@
- add vips_byteswap(), remove byteswap option from vips_copy()
- add vips_bandfold()/vips_bandunfold()
- dzsave supports zip output > 4gb, thanks benjamin
- add support for HSV colourspace [Jonas Øgaard]
7/5/15 started 8.0.3
- dzsave and tif pyr write could fail for some image dimensions, thanks Jonas

2
TODO
View File

@ -1,3 +1,5 @@
- fix up docs for HSV
- how about something like vips_grid() which turns a tall thin one-band
image into a much smaller many-band image?