Assemble an image browser side with JavaScript or Flash?
- by Kris Walker
Would it be possible to assemble an image on the browser by 'concatenating' other downloaded images together?
The use case is this.
The page will display 36 different tiles (small images). The user should be able to arrange those tiles into a 6 x 6 grid and save the resulting grid to disk as an image.
The best solution would be to do it all in…