This will ask for a input folder with image folders, scan for images and combine random images from each folder to one wide image. function main() { var sourceFolder = Folder.selectDialog('choose folder to combine'); if (!sourceFolder) { alert('no source folder'); return } var sFolders = []; var imgFolders = []; var…
@Hyp3rCub3 this is untested, but if you change that script from @kritskiy to have vertical movement and vertical canvas resizing, it should be this: Edit: in case it's not clear how to use it: you copy and paste this into a notepad app, save as a .JSX file, then on Photoshop go to File > Scripts > Browse and look for that…
So Basically I need help in making a Photoshop action or a script that would allow me to place 3 random images each from different folders side by side then save the output as a single file, sort off like a slot machine if that makes sense. I tried doing it but with my limited knowledge I have only made an action that…
Wow I kinda gave up on it and brute forced my way by having 3 vertical strips with the images from each folder on each and scrubbing it up and down via a script,much like a slot machine.But this, this is just perfect Thanks a ton for the script..