I have a big image that needs to be sliced into about 50 smaller images. I know there is a way to do it using 'guides' in photoshop and 'save for web and devices' options. I just can't seem to find any documentation on it

link|improve this question
1  
Reminds me of ImageMagick "If the x and y offsets are omitted, a set of tiles of the specified geometry, covering the entire input image, is generated. The rightmost tiles and the bottom tiles are smaller if the specified geometry extends beyond the dimensions of the input image" – RedGrittyBrick Aug 7 '11 at 15:54
feedback

4 Answers

Use ImageMagic. See crop_tile section.

link|improve this answer
feedback

I don't know if it's available in photoshop, but fireworks has the ability to slice images and export them - this is how a lot of css effects are created.

Use the green slice tool on the bottom of the tool bar to create them. You can click on the slices and give them specific names or fireworks will give them their own.

Then just export all slices.

link|improve this answer
Photoshop can export and slice like Fireworks – Lynda Aug 12 '11 at 17:44
feedback

You can use PosteRazor (http://posterazor.sourceforge.net): it's not photoshop but it will do the trick.

link|improve this answer
That's pretty cool. – skub Aug 7 '11 at 17:44
feedback

Use the slice tool; I think the hotkey is K...? You just draw boxes around regions you want to split, and you can disable or label each box. Then you'll see options in the Save for Web dialog that let you specify how the filenames of the results are built.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.