projects
/
imager.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added extra parameters to rubthrough so only a subimage of
[imager.git]
/
Imager.xs
diff --git
a/Imager.xs
b/Imager.xs
index a6fb51256cd7ede88680a866466fce1953ceff5e..5e79c193e67d147d8ec31d5d5bfeafa91f39327e 100644
(file)
--- a/
Imager.xs
+++ b/
Imager.xs
@@
-1478,11
+1478,16
@@
i_copy(im,src)
undef_int
-i_rubthru(im,src,tx,ty)
+i_rubthru(im,src,tx,ty
,src_minx,src_miny,src_maxx,src_maxy
)
Imager::ImgRaw im
Imager::ImgRaw src
int tx
int ty
+ int src_minx
+ int src_miny
+ int src_maxx
+ int src_maxy
+
undef_int
i_flipxy(im, direction)