//edit: didnt mention that, but the sprite sheet is for animations, so the images have to go from left to right - top-down Hey all, iam just wondering how a good spritesheet workflow would be. My curently workflow is 1. Render Animation 2. Put all in one Css file on top of each other and Crop 3. Save them out via script 4.…
Maybe you can skip photoshop altogether and use a tool like Shoebox? http://renderhjs.net/shoebox/ But in case you can't I modified your script. Select a layer group, then run the script. It will create a new document, and modify that one. I find this better than modifying the original. You should keep the original version…
ShoeBox is definitely the way to go, though if for some reason you'd still prefer a Photoshop script: #target photoshopapp.bringToFront();if(app.documents.length > 0){ var sourceDoc = app.activeDocument; var oldUnits = app.preferences.rulerUnits; app.preferences.rulerUnits = Units.PIXELS; if(sourceDoc.layerSets.length >…
Ah thanks renderhjs, i still have some issues with the row thing, is it possible to put more then 4 uncropped image in a line ? (multi row ) ? @ LoTekK: Yes - the script is what iam looking for.. thank you so much, dude! You didnt know how much this improves my workflow ! ;) But iam still inerested in a ShoeBox solution ;)…
Thanks monster, you helped me alot. Shoebox is a nice tool, ill try it out. - maybe the solution for me, but i have to do a few tests - thanks ;) The code is nice - can you do a few changes for me ? 0. do the changes in the same document, with all groups selected ? ;) 1. Move all layers in the group horizontal 2. the next…