write_image_bytes

Function write_image_bytes 

Source
pub fn write_image_bytes(
    name: &str,
    rgb: &[Float],
    output_bounds: &Bounds2i,
    _total_resolution: &Point2i,
) -> Result<(), PbrtError>