This commit is contained in:
John Cupitt 2015-02-27 11:54:18 +00:00
parent 9e0bf03c64
commit a49e6772fd
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- sRGB2scRGB and scRGB2sRGB scale 16-bit alpha to and from 8-bit
- added vips_region_shrink(), fast x2 shrinker
- add magicload_buffer() [mcuelenaere]
- add vips_foreign_is_a_buffer() [mcuelenaere]
- added test_foreign.py, plus more test images
- rewritten tiff writer is about 3 - 4x faster at making pyramids
- jpg, magick, png, tiff readers now use only 1 fd per input image

6
TODO
View File

@ -1,3 +1,9 @@
- need API for the stuff that's currently settable only by --whatever flags,
eg. --vips-profile
python people are not going to want to use the glib arg parser, for example
- support orientation tag in tiff images