[][src]Function libvips::ops::sines

pub fn sines(width: i32, height: i32) -> Result<VipsImage>

VipsSines (sines), make a 2D sine wave width: i32 -> Image width in pixels min: 1, max: 10000000, default: 1 height: i32 -> Image height in pixels min: 1, max: 10000000, default: 1 returns VipsImage - Output image