Function sines_with_opts

Source
pub fn sines_with_opts(
    width: i32,
    height: i32,
    sines_options: &SineOptions,
) -> Result<VipsImage>
Expand description

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 sines_options: &SineOptions -> optional arguments returns VipsImage - Output image