|
New!!! December 2007
Twister: Executable or Text version
This program is a bit of trivia I've written today which cuts up any chosen picture into N by N pieces, where N is any multiple of two between 8 and 256. Using the mouse wheel, or the arrow keys, the pieces can be rotated non-linearly. Each of the pieces is a bitmap, in fact, all stored contiguously in a reserved memory space. The chopping-up is carried out in ASM.
The aspect ratio of the original picture is preserved throughout
To save the picture you'll need to use Alt-PrintScrn, since I haven't bothered to include a save facility in the program yet.
|
|