im_stretch3(3) im_stretch3(3)
NAME
im_stretch3 - stretch horizontally by 3%, displace sub-pixel mask
SYNOPSIS
#include <vips/vips.h> int im_stretch3( in, out, xdisp, ydisp ) IMAGE *in, *out; double xdisp, ydisp;
DESCRIPTION
im_stretch3() stretches the input image by 3% horizontally, and dis- places it by xdisp/ydisp. It uses bi-cubic interpolation, but runs quickly. It works only for unsigned short images. This function is part of the MARC acquisition software, but is gener- ally useful for squaring up the pixels in images from the Kontron Pro- gRes camera range.
RETURN VALUE
The function returns 0 on success and -1 on error.
SEE ALSO
im_conv(3), im_shrink(3).
COPYRIGHT
The National Gallery, 1997 Sep 18 1997 im_stretch3(3)
im_stretch3 7.14.5 - Generated Tue Sep 9 08:23:26 CDT 2008