Example. #[macro_use] extern crate bmp; use bmp::{Image, Pixel}; fn main() { let mut img = Image::new(256, 256); for (x, y) in img.coordinates() ...
確定! 回上一頁