X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/bf94b65313d827fd08097d7fd73e45ceeb1b10a5..2f2a6e5461d4c2264343bb76c9f666c1cbaf65c6:/trans2.c diff --git a/trans2.c b/trans2.c index 810c436b..37198930 100644 --- a/trans2.c +++ b/trans2.c @@ -1,4 +1,4 @@ -#include "image.h" +#include "imager.h" #include "regmach.h" /* @@ -69,7 +69,7 @@ i_img* i_transform2(int width, int height, int channels, for (y = 0; y < height; ++y) { n_regs[0] = x; n_regs[1] = y; - val = rm_run(ops, ops_count, n_regs, n_regs_count, c_regs, c_regs_count, + val = i_rm_run(ops, ops_count, n_regs, n_regs_count, c_regs, c_regs_count, in_imgs, in_imgs_count); i_ppix(new_img, x, y, &val); }