Photoshop :: Batch Combine Multiple Image Sequences
Apr 21, 2009
After assembling the render output of my 3d app in photoshop (32bit) and changing the appearance via several CC layers in different layer modes (e.g. Hue/saturation in Overlay mode) I ended up with my composing for print purposes. The comp is complex, with several masked folders, single masked CC layers and many image layers (some with masks). Now the client wanted me to animate part of the image. No problem I thought. But the trap is of how to assemble the different image sequences (diffuse, specular, reflection, masks, etc, etc). I came up with a PS action which loaded the single images and arranged them in the same fashion as the master file. But now PS doesn't load the incremental images for the batch processing. Images are named in a Diffuse_00001, Specular_00001, ... fashion. Loading the first set works, but from Diffuse_00002 everything goes wrong and PS load the 00001 files (except from one file which loads in the proper incremental way). I can't transfer this stuff to AE as it is much too complex and I do no AE only very little. I guess PS should be capable to solve this batch task, but a simple action via batch seems to fail.
View 1 Replies
ADVERTISEMENT
Sep 17, 2013
So what I need to do is to take the following
Â
filename (1) from Folder (A)
filename (1) from Folder (B)
Â
Open in Photoshop and run an applescript to combine the two images and save the result to a location.
Â
Then
Â
filename (2) from Folder (A)
filename (2) from Folder (B)
Â
Run the batch again and again until all images in the sequence are processed in both folders.
Â
Was looking into an Applescript that may do the job but can't seem to find anything. Happy to look at purchasing a solution if it is available.
View 1 Replies
View Related
May 15, 2009
I want to create a file with image sequences; not a video file, a long png file. Example: I have 10 jpeg or bmp images, each image needs to sit at the side of the last image in a line, so instead of stacking the images one on top of the other as the Scripts > Load into a stack would do, I would have 10 images side by side, abit like the three images below but butted up to each other on the right-hand side. Is it possible to automate this task?Is there a script already made for this?
View 3 Replies
View Related
Oct 19, 2012
I've downloaded the trial of Photoshop CS6, and imported image sequences and video files. But whenever I use a filter or make another edit, it only affects the frame currently being displayed. Is there any way to apply a change to all frames of the sequence or video at once?
View 3 Replies
View Related
May 8, 2012
I have created a macro to change the Country of Origin text in a cd label file and I also have created a macro to remove some guide rings in the same label file but I am unable to combine the 2 macros into one macro I can run on the cd label file. The code for each macro is as below.
Sub Rings()   ' Recorded 27/04/2012   ActivePage.GuidesLayer.Visible = True   ActivePage.GuidesLayer.Visible = False   ActivePage.Layers("Guidelines_2").Visible = True   ActivePage.Layers("Guidelines_2").Visible = False   ActivePage.Layers("Guidelines").Visible = False   ActivePage.Layers("Guidelines").Visible = True   ActiveLayer.Visible = False   ActiveLayer.Visible = True   ActivePage.Layers("Graphic Elements").Visible = False   ActivePage.Layers("Graphic Elements").Visible = True   ActivePage.Layers("Guidelines").Visible = FalseEnd Sub
'TextReplacePublic Function FindReplace(ByVal str As String, ByVal toFind As String, ByVal toReplace As String) As String   Dim i As Integer   For i = 1 To Len(str)       If Mid(str, i, Len(toFind)) = toFind Then  ' does the string match?           FindReplace = FindReplace & toReplace              ' add the new replacement to the final result           i = i + (Len(toFind) - 1)              ' move to the character after the toFind       Else           FindReplace = FindReplace & Mid(str, i, 1)       ' add a character       End If   Next iEnd Function
Public Sub TextTranslate()   Dim s As Shape   ActiveDocument.BeginCommandGroup "Text Translate"   For Each s In ActiveDocument.ActivePage.Shapes       If s.Type = cdrTextShape Then           s.Text.Story = FindReplace(s.Text.Story, "Recorded in Ireland", "Recorded in China")           s.Text.Story = FindReplace(s.Text.Story, "Printed in Ireland", "Printed in China")       End If   Next s   ActiveDocument.EndCommandGroupEnd Sub
how I could (1) join the 2 macros above or (2) create a batch macro for each macro above I could run to update all coreldraw cd label files in a folder.
View 7 Replies
View Related
Mar 30, 2012
Export video files or image sequences?
View 4 Replies
View Related
Oct 9, 2013
I am trying to relink still images in Smoke. I have .tif files and were taken by a still photographer. As I'm relinking to the original sources, Smoke is identifying sequential file names as image sequences and it's not available in the Potential Matches as a link option. For other stills in the same folder where there is a break in a numeric filename sequence, Smoke identifies and relinks just fine.
Â
Is there an option to ignore image sequence identification?
Â
I also run into this for other elements where are numbered by designers like credits_01, credits_02, etc.
Â
Using Extension for Smoke for Mac 2013.
View 2 Replies
View Related
Nov 13, 2012
I'm trying to combine a monotone image onto a grayscale image to use in my Indesign file. The whole job has to print two colors.
Â
How can I easily make the diaper a PMS color and add it to the grayscale baby and still maintain two colors (PMS + K)
Â
Right now, I'm cheating and combining the PMS diaper onto the grayscale baby in Indesign..... but I really need to have this in Photoshop so I can add shadows to make it more convincing. I tried converting the grayscale to CMYK and deleting all channels but black, didn't work as it took away all the information from the image.Â
Â
See image below.
Â
(using CS5)
Â
View 1 Replies
View Related
Apr 17, 2013
I need to open about 50 folders and extract the image sequences within the folders from my library. A flame demo artist showed me how to do it at NAB and I can't remember how to do it now.
View 2 Replies
View Related
Jun 4, 2012
I am trying to batch plot to PDF's from a drawing file that has multiple tabs in it. I would like each tab to be a separate PDF file. We are utilizing Acrobat X to write the PDF's. AutoCAD places all of the tabs into one file whether I tell a Multi-sheet file or a Single-sheet file.Â
View 6 Replies
View Related
Feb 1, 2012
Have installed 3 Autodesk Exchange add-ins and they each create their own ribbon tab named "Add-Ins". Is there an easy way to combine them into the same ribbon tab?
[URL]
View 7 Replies
View Related
Jun 12, 2007
What is the fastest way to take a directory of individual corel files
page1.cdr
page2.cdr
page3.cdr
...
page 50.cdr
page 51.cdr
page52.cdr
Â
and combine them into one single 52 page coreldraw file for printing/imposition.Â
Color Printing Forum : Print Directory
View 11 Replies
View Related
Jan 29, 2012
Can the Plot command be used to combine multiple drawing views into a single DWF file?
View 1 Replies
View Related
Jul 21, 2013
I produce large photographic art prints by combining my own edited 16-bit RAW photo images with 8-bit stock photo images and 8-bit photoshop artwork. I used to just reduce my 16-bit photos to 8-bit and then edit my composite image as 8-bit, but I ran into banding and other problems in the color gradients I created later in my composite image.
Â
I want my composite image to be 16-bit to get more accurate colors and better gradients. What is the best way to bring 8-bit image files into my composition and maintain best quality? Is it good to convert 8-bit images to 16-bit in PS before importing? I also heard about bringing 8-bit images in as Smart Objects?
View 11 Replies
View Related
Jun 26, 2012
i have an jpeg image, & also aminated gif image, how do i place the animated gif image over (in the center of the image) a jpeg image & save it as gif file ??
View 6 Replies
View Related
Sep 1, 2012
I want to resize dozens of jpeg photos so they are all the same size. Rather than doing them one at a time, is it possible to do them as a batch in PS CS5?
View 2 Replies
View Related
Apr 13, 2014
easy way to import 2 sets of image sequences into AE and have them side by side, so both sets will be inside 1 frame.Example of what I'm doing is having a phone conversation, instead of switching back and forth between the actors (image sequences) I want to see them both at the same time next to each other.
View 3 Replies
View Related
Sep 3, 2013
I'm an architect and would like to automate a process we do all the time: shadow studies.
Here's a typical scenario: we render a view of a building, same camera angle, just changing the time of day for each rendering. Then we take those renderings and overlay them in Photoshop setting each layer to "Multiply", add a Brightness/Contast or Levels adjustment layer, and save said image. We do this for three times a year (one equinox and each solstice), often a few views of the building for each.
So a typical shadow study might be 4-5 views, three times a years, so that's 12-15 composite images. This process gets repeated multiple times for each project as we change the design, so there is a lot of repetition.
Â
I know how to create simple Actions. I know how to run a batch. What I don't know how to do and would like is a way to run a batch where I select some files and it creates the composite. The hurdle is making the Action and Batch be "generic" so that when I run the batch, I can select the images I want and the place to save it. That's the part I don't know how to do.
Â
The Action I created is limited by (a) files open and (b) therefore only applicable to a certain number of open files (if I create the Action with 4 open files, it will only work on 4 files, not 3, not 5).
Â
If required, I could probably script something. I know some programming/scripting, but have never done it for Photoshop.
View 3 Replies
View Related
Mar 22, 2007
I'm using Photoshop to create my web images and need to make an "Action" to use the "Save for Web" function where it'll save 3 different image sizes (Small, Medium and Large) with a suffix at the end of the file name ("_s", "_m" and "_l" respectively), but I can't seem to find any way of getting the software to add to the filename without rewritting it completely (which I have to do manually anyway).
I have found the "Output Settings" dialog window and this looks to do everything I want, but I have tried everything I can think of and can't seem to get it working.
View 1 Replies
View Related
Apr 17, 2009
I want to change 10 or more photos to a specific size.
changing the image size.
I go Image...Image Size but when I reduce the size,
the image seems to small.
View 1 Replies
View Related
Nov 22, 2013
I have PSE 12. I need to batch process jpg files to a lower quality for the web. This was easy in PSE 9. The choice is under FILE but it is faint and will not activate.
View 2 Replies
View Related
Sep 29, 2010
I'm brand spanking new to paint.net and I have a question. I have 2 photos that I want to place side-by-side, combined into one image. One will need to be resized to be the same size as the other so the edges will match up. I don't need to do anything else to them, just stick them together and print it as one image.
View 4 Replies
View Related
Aug 28, 2012
I have over 500 layers of different texts over a simple background image. I need to move through each one of these layers, making only one and the background visible, then doing the same for the next, and saving each out as a separate .jpeg. I know how to batch process the jpegs giving each a different filename, but how do I move through the layers?
View 6 Replies
View Related
Jul 27, 2012
We run Actions on a group of images using CS4 with the File->Automate->Batch function. We use this to take, for example, 200 images from a set folder, run an action to change them into a different colour and save in a different folder, we need to do this 20 times on the same images running a different script each time to change them into a different colour and save them in the same folder (with different file extensions)
Â
Is there a way we can instruct Photoshop to run all of these 20 scripts (one after the other in a queue as it where) without having to "Babysit" it and ask it to run each one off ourselves?
View 1 Replies
View Related
Jun 12, 2013
I am trying to figure out how to batch process multiple files with Elements 11. I have installed Imagenomic Plug Ins with Elements 11. I have also installed the supplied ATN action files created by Imagenomic for Photoshop. These actions work fine with Elements 11. I need to figure out how to utilize, or select, the Noiseware Plug In option within Elements Batch Process configuration window. It appears I can only apply the default mods provided by Elements and can't see any of the Imagenomic Plug Ins as Batch Process options.Â
View 3 Replies
View Related
Nov 22, 2013
I am somewhat new to graphic design and have a coreldraw design that needs to go to print. The company's Pre-Press Mgr sent me this message:
the background is made up of a million separate layers that each contain a clipping mask and an image. The file size is huge due to the sheer number of these layers and may have trouble trapping and imaging. The bulk of these layers and images could all be combined in to one composite background image to reduce the file size, trapping issues and imaging issues. You do not want to include vector elements that you want to remain sharp, but for the soft background effects it should be one composite image.
Does this mean to take the layers that make up the background and "Group" them and/or convert to curves?
View 3 Replies
View Related
Apr 18, 2013
I have Photoshop CS6 and I'd like to know how to create an action to save multiple photos in a batch command. I've been searching the Web, but I haven't been able to locate anything useful on this (except one article for CS5). Seems a bit odd. Anyway, I already know how to create an action, but what I'm stuck on is having the action pause and open a dialogue box so I can do things like name a photo, choose the size I want in the Save for Web dialogue, etc.
View 5 Replies
View Related
Mar 9, 2013
I have a whole bunch of photos I need to batch process, but, when creating an action for this, I stumbled upon the problem that the paths I selected with the pen tool, and saved under the "Paths" tab need to be in every image for to be used in the action.
View 1 Replies
View Related
Sep 6, 2013
I want to prepare mutliple images for press release, that include a small border wtih copyright information.  Simply every photo i work on must be submitted with a small border and the same text indicating copyright on all of them.
I import from light room and use a batch action to create the border.  Thats simple enough, is it possilbe to create an action or script so that can i drop in a text layer into each of the images without a manually copying the layer text and pasting it into each file ... one at a time .Â
View 2 Replies
View Related
Aug 17, 2011
what I'm doing right now is trying to erase the background of many different photos and combine them (as different layers) into one image. I finished two layers and just as I was about get going on my third layer, I made a mistake and did something to the threshold. I didn't remember what I had it on (well, it was on the default setting) so i put it back to 141 and decided to continue with my work. but then I realized that I couldn't select anything.
View 1 Replies
View Related
Apr 16, 2009
Tool to combine multiple pieces of Mtext into a single Mtext with paragraphs?
View 9 Replies
View Related