ror6ax

Results 50 comments of ror6ax

https://github.com/RussCoder/djvujs seems to be alive and providing necessary functionality.

You guys rock! RT is an amazing piece of software!

Hi @rahulmutt I would like to try contributing to this project, and have some IRL Haskell experience. If this is still relevant I'll pick it up.

Hi, confused client here. I want to write out configurable compression JPEGs and PNGs in my program. Currently, I use save method on imagebuffer that does not take any arguments(see...

@fintelia I'm getting the `trait std::io::Write is not implemented for ImageBuffer` error. I can't figure out what is supposed to be used with what on nth attempt. Probably biting off...

Still getting ```method not found in `ImageBuffer``` for encode. ``` let mut newimg = image::ImageBuffer::new(new_wi, max_hi); newimg.encode(&*newimg, newimg.width(), newimg.height(), ColorType::Rgba8); ```

Hi, I'd like to take this one up as fist Haskell OSS involvement. Would you be willing to answer some stupid questions if I'll need some help? ;)

Thanks for sharing, that should be enough for me. +1 for better documentation. I'm just a rust beginner so there's skill issue at play but I found the API very...