Hi! These libraries may be interesting for you: * https://github.com/servo/rust-png * https://github.com/PistonDevelopers/rust-image
It is also very simple to run external tools like ImageMagick from Rust. You will need Command [1] API for that. [1]: http://doc.rust-lang.org/std/io/process/struct.Command.html On 08 сент. 2014 г., at 17:44, Oldřich Vetešník <[email protected]> wrote: > Hello, > > I’m curious - is there a PNG processing lib for Rust? I’d like to write a > tiny client tool for processing a directory of images into HTML and I’ll need > to resize those big images. > I tried searching but wasn’t very successful. :-) > > Thank you, > Ollie > > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
