pub fn converter(
    (width, height): (u32, u32),
    input: Pixel,
    output: Pixel
) -> Result<Context, Error>