Function image::codecs::jpeg::encoder::copy_blocks_gray

source ยท
fn copy_blocks_gray<I: GenericImageView>(
    source: &I,
    x0: u32,
    y0: u32,
    gb: &mut [u8; 64],
)