toto update
This commit is contained in:
parent
f7f061d265
commit
30e6c27fd5
9
TODO
9
TODO
@ -1,3 +1,10 @@
|
||||
- get rid of vips_image_copy_fields(out, in) ... very confusing
|
||||
|
||||
just have
|
||||
|
||||
vips_image_copy_fieldsv( out, in1, in2, .. NULL )
|
||||
|
||||
makes arg order clearer
|
||||
|
||||
- do conv and morph quickly as simple wrappers over the vips7 operations
|
||||
|
||||
@ -15,6 +22,8 @@
|
||||
could we add something to check that the two calls agree on the image lists?
|
||||
I think they should
|
||||
|
||||
combine the two into one call?
|
||||
|
||||
- support multiscan jpeg write? see
|
||||
|
||||
https://github.com/jcupitt/ruby-vips/issues/41
|
||||
|
Loading…
Reference in New Issue
Block a user