in reply to Re^4: Display partial image
in thread Display partial image

If the image were small, I could slice it up by hand (using Photoshop or similar) and display, say, piece One and piece Two out of 20 pieces to show the stage (of the game). But I wanted to do it programmatically because the image is quite big and time-consuming to slice.

I'm already using Perl for my site, so I thought I could use it for this slicing job.

Replies are listed 'Best First'.
Re^6: Display partial image
by ikegami (Patriarch) on May 16, 2010 at 17:04 UTC
    Note that you could also split the image using tools on your own machine.