pub fn profile(inp: &VipsImage) -> Result<(VipsImage, VipsImage)>
Expand description
VipsProfile (profile), find image profiles
inp: &VipsImage
-> Input image
Tuple (
VipsImage - First non-zero pixel in column
VipsImage - First non-zero pixel in row
)