Must be mutable. let mut dst = vec![RGB::new(0,0,0); w2*h2]; // Create reusable instance. let mut resizer = resize::new(w1, h1, w2, h2, ...
確定! 回上一頁