-
Batch Shift layers x amount of pixels based on image number.
Okay so my problem is this. I have hundreds of files that I am trying to vertical align to do this:
https://moviebarcode.tumblr.com/
My problem comes when I’m trying to automate the task. I have the image slivers which I did by exporting out every x amount of frames in After Effects.
What I need to do is basically load in a file and shift it x amount of pixels. For example, I have let’s say 100 files that are 16 pixels wide. The first file needs to load in all the way to the left, and each following file needs to be shifted on the x position + 16 based on where the previous file was placed.
I know nothing of photoshop scripting but I can’t find an answer anywhere. I could do it manually but it would subsequently take hours.
Any help is much appreciated 🙂 Thanks!
Oh, also. I just figure out the width of the file by multiplying my frames by the width of the images.
Thanks!