- i_copyto(
dest,src,x1,y1,x2,y2,tx,ty) -
Copies image data from the area (
x1,y1)-[x2,y2] in the source image to a rectangle the same size with it's top-left corner at (tx,ty) in the destination image.If
x1>x2ory1>y2then the corresponding co-ordinates are swapped. - i_gsamp_bg(im, l, r, y, samples, out_channels, background)
-
Like
i_gsampf()but applies the source image color over a supplied background color.This is intended for output to image formats that don't support alpha channels.
- i_gsampf_bg(im, l, r, y, samples, out_channels, background)
-
Like
i_gsampf()but applies the source image color over a supplied background color.This is intended for output to image formats that don't support alpha channels.
4 POD Errors
The following errors were encountered while parsing the POD:
- Around line 5:
'=item' outside of any '=over'
=over without closing =back
- Around line 7:
Unknown directive: =category
- Around line 333:
Unknown directive: =category
- Around line 345:
Unknown directive: =category