This commit is contained in:
John Cupitt 2017-04-29 10:07:41 +01:00
parent 04353f8915
commit 39ea6ce492
2 changed files with 3 additions and 10 deletions

View File

@ -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

12
TODO
View File

@ -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<double>({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