Hi, alextazi. Welcome in!
What you want shouldn't be too difficult to do in JavaScript. Probably almost impossible to do as an action, seeing as actions don't have loops and counters to make it easier.
Quote:
|
Originally Posted by alexstazi I'm trying to write an action that takes one big image (lets say 1000x1000 pixels) and cuts it into small pictures (10x10 pixels) in size. |
That makes for about
10.000 files

. Is that what you
really want?
Roland