I have a 1024x1024 png I want to split it into 64x64 (256 equal parts)?

ImageMagick could do that for you with a simple one-liner.

ImageMagick could do that for you with a simple one-liner: convert -crop 64x64 source. Png tile%d.png.

Thanks will try it later – Shereef Jan 23 at 8:49 this works great but I can't vote you up yet -. - – Shereef Feb 15 at 20:02 Just FYI, if you want to break it up into a certain number of tiles and not need to calculate the exact pixels required you can do the following: "convert -crop 3x3@ source. Png tile_%d.

Png" This would break up the source image into 9 equal tiles – Tim Jul 20 at 14:34.

1 Seconded. 10 minutes with a shell script and the 'convert' utility will sort you out. – ijw Jan 21 at 16:53 +1 This is the answer to almost all questions about manipulating images!

– David Heffernan Feb 19 at 22:33.

They should work for you :) arje.net/rasterbator posterazor.sourceforge.net.

Thanks for trying doesn't work at all – Shereef Jan 23 at 8:56.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions