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
|
- add vips_image_new_from_image() and vips_image_new_from_image1() ... make a
|
||||||
constant image
|
constant image
|
||||||
- add new_from_image() to Python as well
|
- 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
|
23/4/17 started 8.5.5
|
||||||
- doc polishing
|
- doc polishing
|
||||||
|
12
TODO
12
TODO
@ -1,13 +1,5 @@
|
|||||||
- Add new_from_image() to C++
|
- cpp bandjoin should use bandjoin_const() where possibel ... currently
|
||||||
|
uses new_from_image
|
||||||
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
|
|
||||||
|
|
||||||
- not sure about utf8 error messages on win
|
- not sure about utf8 error messages on win
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user