[][src]Function libvips::ops::getpoint

pub fn getpoint(inp: &VipsImage, x: i32, y: i32) -> Result<Vec<f64>>

VipsGetpoint (getpoint), read a point from an image inp: &VipsImage -> Input image x: i32 -> Point to read min: 0, max: 10000000, default: 0 y: i32 -> Point to read min: 0, max: 10000000, default: 0 returns Vec<f64> - Array of output values