stuff
This commit is contained in:
parent
6bcf09c1d4
commit
50a360b738
@ -386,7 +386,7 @@ static im_function draw_point_desc = {
|
|||||||
/* Args for im_read_point.
|
/* Args for im_read_point.
|
||||||
*/
|
*/
|
||||||
static im_arg_desc read_point_args[] = {
|
static im_arg_desc read_point_args[] = {
|
||||||
IM_RW_IMAGE( "image" ),
|
IM_INPUT_IMAGE( "image" ),
|
||||||
IM_INPUT_INT( "x" ),
|
IM_INPUT_INT( "x" ),
|
||||||
IM_INPUT_INT( "y" ),
|
IM_INPUT_INT( "y" ),
|
||||||
IM_OUTPUT_DOUBLEVEC( "ink" )
|
IM_OUTPUT_DOUBLEVEC( "ink" )
|
||||||
|
Loading…
Reference in New Issue
Block a user