Koray E.
Results
2
issues of
Koray E.
I've written an helper function to flip the image around the Y axis as in below: `// Flips the image around the Y axis.` `func invertY(gc draw2d.GraphicContext, height int) {`...
bug
Hi. I'm trying to use **raster::filter::Orientation** in main but when i try to build this code (taken from **filter_tests.rs**): ``` extern crate raster; use raster::{filter, Orientation}; fn sobel_test() { let...