From 39ea6ce49247fcc43245aa97025b8c647feaec62 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 29 Apr 2017 10:07:41 +0100 Subject: [PATCH] all done --- ChangeLog | 1 + TODO | 12 ++---------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 93daddf8..9ca27c60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ - add vips_image_new_from_image() and vips_image_new_from_image1() ... make a constant image - add new_from_image() to Python as well +- slight change to cpp new_from_image() to match py/C behaviour 23/4/17 started 8.5.5 - doc polishing diff --git a/TODO b/TODO index 4e02743b..95698e30 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,5 @@ -- Add new_from_image() to C++ - - needs docs - - also check php, ruby - -- does cpp image.bandjoin(12) work? how about - bandjoin(std::vector({1, 2})) - - check bandjoin_const use in Python too +- cpp bandjoin should use bandjoin_const() where possibel ... currently + uses new_from_image - not sure about utf8 error messages on win