The examples of piston at PistonDevelopers/piston-examples
are great.
I'd really appreciate it if someone could show me how to do one thing:
1- Do in-memory image modification using Piston crates; where I read in two image files; put image A in a buffer X; then draw Image B in buffer X on top of image A; then display to window.
SamQ