From a49e6772fd1f7bbfe41a3f545888860e1bf777b8 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 27 Feb 2015 11:54:18 +0000 Subject: [PATCH] notes --- ChangeLog | 1 + TODO | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 03cb7d1d..c2261452 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/TODO b/TODO index 64dcc15c..7fdd515f 100644 --- a/TODO +++ b/TODO @@ -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