X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/92bda6321b472bb18726d950da8833b950abf4ee..c631b2d57fceb0c61d566f7489d2c8e56f078425:/trans2.c diff --git a/trans2.c b/trans2.c index 37198930..b1656f94 100644 --- a/trans2.c +++ b/trans2.c @@ -29,14 +29,14 @@ over the image - most of the work is done in L =cut */ -i_img* i_transform2(int width, int height, int channels, +i_img* i_transform2(i_img_dim width, i_img_dim height, int channels, struct rm_op *ops, int ops_count, double *n_regs, int n_regs_count, i_color *c_regs, int c_regs_count, i_img **in_imgs, int in_imgs_count) { i_img *new_img; - int x, y; + i_img_dim x, y; i_color val; int i; int need_images;