stuff
This commit is contained in:
parent
8b453f0128
commit
1a359b0bf8
5
TODO
5
TODO
@ -1,3 +1,8 @@
|
||||
- docs for im_guess_eprefix(), IM_EPREFIX
|
||||
|
||||
- merge loadable format stuff, postpone new object parameter API to next
|
||||
version
|
||||
|
||||
- note new VMask constructor in docs
|
||||
|
||||
test new VMask constructor from python
|
||||
|
@ -72,7 +72,7 @@ static im_function circle_desc = {
|
||||
"plot circle on image",
|
||||
0, /* Flags */
|
||||
circle_vec, /* Dispatch function */
|
||||
IM_NUMBER( circle_args ), /* Size of arg list */
|
||||
IM_NUMBER( circle_args ), /* Size of arg list */
|
||||
circle_args /* Arg list */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user