raster
raster copied to clipboard
An image processing library for Rust
I am having a lot of fun with raster. It is super nice to use. However there is this small annoying thing that happens when i try to load a...
What's the status of this repo? Is this abandoned? This repo offers great features. It's so sad to see inactive status of this repo.
I need to process fix-sized images using rounded corners like the image below. How can I implement this using raster? Thank you. 
Hi, I'm enjoying this library quite a lot. The interface is simple and consistent and it's more than fast enough for my purposes. I am wondering how I would go...
I am looking for some simpler way to create and manipulate image buffer pixels. Your crate seems perfect for the job. However, I would like to display said image buffer...
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...
Hi, I would like to use the `include_bytes!(...)` macro but as far as I can see there is no way to load a new image from bytes using `raster`. If...
This is an interesting project, as it covers image operations not found in any other Rust crate at the moment. Unfortunately, it appears that there is only support for RGBA...
clockwise and counter-clockwise  
fixes #25