all done
This commit is contained in:
parent
04353f8915
commit
39ea6ce492
@ -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
12
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<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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user