Ok. I need help or just a tip so let's see how fast can 4channers solve it.
I have one big image which is a grid of symbols. Each symbol is exactly 20x20px. They are ordered and I need to shuffle them randomly.
I'm not gonna do that manualy because the image is really big and I am fucking lazy. There must be some app or plugin, but I don't know how to ask Mr.Google. Or I should write a script but I am too lazy to rediscover the America.
Any suggestions?
Name:
Anonymous2006-01-21 7:19
/prog/
Name:
Anonymous2006-01-21 9:13 (sage)
Instead of one big image, you want lots of 20x20 images that you can programmatically place in random locations.
If you're not doing this in a program, then you're a moron for asking on /prog/.
Name:
Anonymous2006-01-21 10:11
>>3
I don't have lots of images. I have one big image with 2000 photos of my bosses arses. And he wants me to randomize it. I just hoped, someone should recommend me some app which will cut it into pieces.
Name:
Anonymous2006-01-21 17:04
>>1
you are a fucking idiot. Just for begging like this NOBODY will help you do your stupid homework assignment. GTFO AND TRY LEARNING THINGS FOR YOURSELF. STOP POSTING STUPID SHIT LIKE THIS.
Name:
Anonymous2006-01-21 18:26 (sage)
>>3&5
You don't have to be furious just because you don't know how to help him.
Use imagemagick. It should be a relatively straightforward bash script to take the image and crop it repeatedly, and output the image into said 20x20 images. One (excessively large) command line later, you'll have them in random order and composited onto another white background.