Sequential output with Actions

I'm used to be able to do this in Photoshop CS3.

I have a file photoshop with 100 layers. I used to record an action to put a filter on each layer and then, in the action, making a record under... it would make a new file in the folder that I had specified in the record and he would in order, i.e. picture001, image002, picture003 and so on. He was going to automatically name a next file in the sequence.

Now, in 2014 CC Photoshop when I do the same record, replay of the action replaces the previous file, me leaving only one file in my folder with the original name...

Remember, I have only a single file. I don't have a lot of files in batch processing. What Miss me?

Well, I found a solution.  In the original PDF (Eureka!) found under TOOLS: export of graphics. So, I exported all the graphics and then run the script on those. Saved me hours of work.

Tags: Photoshop

Similar Questions

  • Synchronization of analog and digital output with the external sample clock

    Hello

    First of all sorry for my English, I will try to explain what I want to do.

    I want my PCIe-6321 to send two custom signals (modification sawtooths) on a mirror controller. I would also like to generate output with my card at the beginning of each tooth of saw. Everything must be synchronized with an external k-clock signal of 100 kHz. The idea is that whenever the PCI receives a trigger to external clock, it sends two analog output voltages and when he received 1024 clock ticks it will also send a pic of triggering TTL. What I do is first prepare the map and after that in a loop sending and modifing the output values of the two signals and at the same time send a digital signal Boolean in each arch, so when's done it 1024 iterations of the loop I send an event to the digital port. Attached you can see.

    The problem is that I don't know how to synchronize both. Can I use the sample clock just to the analog output? I can use sample for the two outputs clock, or do I need to use the output of the meter? If don't know how to use it here.

    If I do nothing else bad/wrong, I would be grateful for feedback.

    Thanks in advance,
    Pablo

    I don't know how but I find the solution. I'm generating more than a positive value (as I was triggered maybe very fast the oscilloscope has been absent there). If I put the sample clock of digital output to use the sampling/ao/Dev1 clock that it doesn't, but if I put to use the same source as the OD (terminal where my external clock is connected), but the trigger to start the DO to be Dev1/ao/StartTrigger this works. I don't really know why, but it does.

    Thank you for your patience and your help. I put here the final code.

  • Analog output with counter Falling Edge

    Hi all

    Here's the iamge which describes what wishes to accomplish. I would like to trigger that the AO output with the edge of the fall of the meter.

    I have set the clock for my AO as the counter.

    The analogue output should be raised whenever the Digital signal meter falls

    SAMPLE_SIZE = 80
    SAMPLING_RATE = 40 #Samples are written every 25 milliseconds
    TIME = float ((SAMPLE_SIZE) / (SAMPLING_RATE))

    CREATE TASKS
    CREATE CHANNELS OF AO
    CONFIGURE THE TIMING CHANNELS
    DAQmxCfgSampClkTiming (taskHandleAO, "PFI12", SAMPLING_RATE, DAQmx_Val_Falling, DAQmx_Val_FiniteSamps, SAMPLE_SIZE)

    CREATE TASKS
    CREATE A CHAIN COUNTER
    # Time high-low + time equals 25 milliseconds and is proportional to the frequency of sampling
    DAQmxCreateCOPulseChanTime(taskHandleD,"DAQ/ctr0","",DAQmx_Val_Seconds,DAQmx_Val_Low,0.00,0.005,0.020)

    # The values of voltage DAQmx writing
    DAQmxWriteAnalogF64(taskHandleAO,SAMPLE_SIZE,0,10.0,DAQmx_Val_GroupByChannel,Voltage,None,None)

    # DAQmx AO task start
    DAQmxStartTask (taskHandleAO)

    # Counter DAQmx Start task
    DAQmxStartTask (taskHandleD)

    #TIME is equal to the total time for the writing samples
    DAQmxWaitUntilTaskDone (taskHandleD, 2 * TIMES)

    I get an error every time that I run the task:

    DAQError: Over Acquisition or generation has been stopped until the required number of samples were acquired or generated.
    function DAQmxStopTask

    That's because my AO task is stopped for some reason any.

    Is there an obvious problem with the code. Can it be structured differently?

    best regards,

    Ravi

    I do all my programming in LabVIEW, so I'm pretty limited to help with programming syntax text.  That being said, here's what I * think * I see:

    Your AO task issues a call to DAQmxCfgSampClkTiming, but is not your task of counter.  This probably leaves you with a meter spot which creates only a single impulse, which causes only a single AO D/A conversion.  In LabVIEW when I need a pulse train, I would call a similar function of the synchronization with the clock mode is defined as 'implied '.

    Hope this helps you get started, I don't know enough to give you the specific syntax in the text.

    -Kevin P

  • Change the color of the text in several .psd with actions

    Is there a way to change the color of the text layers in several files in .psd (with a different text in each of them) with actions?

    All the files that I have to do that with are structured in the same way - background and above a layer of text.

    Here are the basics...

    #target photoshop;
    main();
    function main(){
    //select folder where PSDs are held
    var selectFolder = Folder.selectDialog( "Please select folder of PSDs");
    //if no folder selected quit.
    if(selectFolder == null) return;
    //get an array of all PSDs in the folder
    var fileList = selectFolder.getFiles("*.psd");
    //iterate through file list
    for(var a in fileList){
    var textColour = new SolidColor();
    textColour.rgb.hexValue = "00ff00"; //set colour to green
    open(fileList[a]);
    activeDocument.activeLayer = activeDocument.artLayers[0];  //Select top layer
    if(activeDocument.activeLayer.kind == LayerKind.TEXT){ //check if it is a text layer
    activeDocument.activeLayer.textItem.color = textColour; //set text to colour
    activeDocument.save(); //Save changes
    activeDocument.close(SaveOptions.DONOTSAVECHANGES); //Close document
    }else{//not a text layer so close document
     activeDocument.close(SaveOptions.DONOTSAVECHANGES); //Close document
     }
    }//end of filelist
    };
    
  • Duplicate a button with actions

    I'm new on board animate, but not for Adobe products.  I searched online for a response that would be relevant to my question, but so far without success.  Basically, I'm trying animate some hotspots on a map so that when you click on the button/rocker, he appears with a text box with some info in it.  I am reproducing this set upwards so that I can easily fill the card with my rocker and simply edit text in each box of different.

    The way I put it in place today is as described here:

    I have a "bearer of the image" with actions that tells it to PNG and open a text bubble.

    I have a "mouseover", "mouseout/mouseouthandler()" and an action of 'click '.

    I have the bubble of text and the text in a group, led to turn on and off when the button is clicked.

    I can provide more details if necessary.  I appreciate the help.

    Hello

    I searched and found 2 examples of old version. I've updated both. You can download the two examples by clicking on the links below.

    1) mobilebrowser_upgraded.zip - Box

    2) texasMap_upgraded.zip - Box

  • Problem of Windows with Action Scripts run from a Panel

    I created a panel that has shortcuts for Menu items and tools. I have also two buttons on my slab that run scripts that were created with Actions. I tested these two scripts with the ExtendScript Toolkit for both Mac and windows.

    Both scripts do not run on some computers in the window, but they do on others. It seems that the problem more with 7 of the window then in any other operating system, but it is not universal.

    I am at a loss on how to get hurt this problem. Machine window 7, I'm testing on runs the script without any problems, but some users of my panels have the problem above.

    Any ideas?

    Thanks in advance - Sam

    Action handler code looks like it's a step to play a shadow of action which lies in a defined action named SmileixPix.

    If you added that action shadow action value saved SmilePix the action defined and distributed the action defined in the package.

    If users have an action set SmilePix and you loaded the update action defined as a part of you install. Users can end up with two responsible actions named sets SmilePix one containing the action of the shadow and the other without the Sdade action.  I don't know what would happen if your panels has been used and there was a prior action set SmilePix which is not the action of the shadow.  Make sure that defective computers do not list Action Games named SmilePix twon

  • CS6 stamp tool does not work with action / record (record of the tool is activated) other tools works

    CS6 stamp tool does not work with action / record (record of the tool is activated) other tools works

    At the same time recording tool was not possible and if you install Adobe Scriptlistener plugin Adobe will disable the recording of the tool its never an option.

    I use and record the actions all the time and was looking forward to the registration tool when Adobe announced it.  But I found what they delivered was very limited because of the restrictions. I don't like that Adobe disables the registration on my machine tool.

    The amount of data that gets reorganized also seems to vary between machines.  I found that Action recorded on a fast machine are not usable on a slow machine.  Recorder fast machine too much data.

    You use this action on the documents must also have the same size and resolution as the document that you have saved the action on. Quite a restriction.

    You can also be foxed in 2014 CC sett here Photoshop CS6 - recording of the clone in an action tool works incorrect on replay.

  • output with quotes

    Hello

    I have a table as below.

    create the table members (member_id varchar2 (128), name varcahr2 (128))

    Insert members (member_id, name)
    Select '5591558906BA4A019FAB99EDAA26E62B', 'abc' from dual union all
    Select '0F1E7A1B363111D3BDF20008C707ACC6', 'eur' from dual union all
    Select '49C73ABC91404F8E825314FF6369E432', 'ure' from dual

    I want an output with quotes
    for example

    If I have
    Select member_id members
    give me

    5591558906BA4A019FAB99EDAA26E62B
    0F1E7A1B363111D3BDF20008C707ACC6
    49C73ABC91404F8E825314FF6369E432

    instead I need output like this

    '5591558906BA4A019FAB99EDAA26E62B '.
    '0F1E7A1B363111D3BDF20008C707ACC6 '.
    '49C73ABC91404F8E825314FF6369E432 '.

    any help on this is much appreciated

    Thank you

    >
    I want an output with quotes
    >
    Then put quotes in your query

    select '''' || member_id || '''' from members
    
  • Transparency with action script

    I have a swf file and I want to give a transparent background on the stage. I understand that it is possible to give it transparency through the HTML publish setting using the ' transparent windowless "property.
    However, I wanted to know if there is an actionscript property to give the same effect of transparency to the scene. like the opactiy or something (sorry, that I may be wrong)

    The thing is I have an external preloader that loads the swf content and when it is loaded, the stadium loses its transparency.
    any help please with action script on transparency?

    As mentioned, that there is no bottom in a loaded SWF file. Unless you EXPLICITLY put a layer in your document with a background on the subject, it is transparent. You can load SWF 500 inside another, you will never get a background of any of them.

    The sole purpose of context is if the original HTML wrapper was not established transparent windowless.

    Your problem is elsewhere, trust us. Look for something, a background of drawing in one of your movies, because something is without doubt.

  • Interpolation with action script + / from a fixed location

    I know the basics of the interpolation with action script, but I have a picture located in the center of the stage at x = 50.  With a click, I, move this photo - 10 x from this position if it will end the interpolation at 40.  A different button, I would make the oppositie, + 10 x to its current position and if it was at 40 you come back at the beginning and if it was at the beginning, it would be at age 60.

    Thank you

    You can use:

    prevTX.onRelease = function () {}

    this.useHandCursor = false;

    nextTX._visible = true;
    prevTX.enabled = false;
    nextTX.enabled = false;

    addition of the var: number = 100 + thTX._x;
    var myTween1:Tween = new Tween (thTX, "_x", Strong.easeOut, thTX._x, addition, 3, true);
    myTween1.onMotionFinished = function() {}

    prevTX.useHandCursor = true;
    prevTX.enabled = true;
    nextTX.enabled = true;

    }

    }

  • Fill the stage with Action Script

    Hello

    I'm new to flash and Action script. I would like to know how I could fill (instead of copy and paste) the scene with a small button e.g. 10 x 10 px. Let me explain what I'm trying to do here. It's a simple game that includes 4000 buttons, 50 lines of 80 buttons. Each button has States, not available, available and in the process. Visitors come to the page and start clicking, wins the one who has the most clicks.

    So instead of doing this with the painful copy and paste, to give the button a unique id, I was wondering if there is a way to do this with action script, generating 50 lines, 80 buttons per line, and each of them giving an id with j ++ or something.

    Thank you very much and sorry for my English.

    Of course, no problem actually. I would use two pieces of code. The first would be a
    class, which extends MovieClip and attached to your button element in the library.
    Then a little to the loop on the main timeline to attach buttons to the
    step and you're all set.

    For the class:

    class com.yourdomain.Sample extends MovieClip
    {
    var myID:Number;

    function Sample() {}

    public function set id(newID:Number):Void
    {
    myID = newID;
    this.onRelease = function() {}
    trace (this.) MyID);
    }
    }

    }

    Of course, you will need to change the com.yourdomain to your own class path.
    Then just put your clip in the library to export for ActionScript and set
    class: com.yourdomain.Sample

    In the main timeline then write a function createGrid bit as follows:

    function buildGrid (tot, sx, sy, pc, cs, rs) {}
    var startX = sx;
    var currX = startX;
    var startY = sy;
    perCol var = pc;
    var colSpace = cs;
    var rowSpace = rs;
    Use tot + 1 because we are not going to go 1-0 in the loop below
    var total = tot + 1;

    for (var i = 1; i)< total;="">
    Clip var = this.attachMovie ("btn", "btn" I, I + 10, {_x:currX,)
    _y:startY});
    clip.ID = i;
    currX += colSpace;
    If (I % perCol == 0) {}
    startY += rowSpace;
    currX = startX;
    }
    }
    }

    And call it:

    buildGrid (100, 20, 20, 10, 12, 12);

    This will make a grid of 100 occurrences of the element named "btn" (one with)
    your attached class), from 20,20 with 10 per line and 12 pixels
    between the centers... When you click on one any of them they will trace their
    appropriate index 1-100

    HTH

    --
    Dave-
    Developer leader
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.Adobe.com/communities/experts/

  • Content filtering to display in the table of contents with Actions (possibly using ActionScript?)

    I have 7 Captivate and would like to know if it is possible to filter some slides of OCD.

    The point here is that they may not be static, but change the slides to show transparently based on the choice of the user.

    == Example ==

    You have a file containing below 3 slides captivate. (A, B, C)

    And each slide content is needed for the subject in []. (I, II, III)

    A [I, II AND III]

    B [II, III]

    C [I, III]

    Lets say the user wants to know about the topic-II.

    While the user should only see slides A and B.

    If the user wants to know on the subject-I, then only slides A and C are shown in the table of contents.

    == == End of example

    In my view, that's not possible with only using Captivate and research to achieve anyway. (for example. Load the captivate through Flash and control the captivate Flash with AS3 file).

    Thanks in advance for your help.

    You have no control of this type on the default TOC THAT included with Captivate. You can have this control, if you create a custom table of contents and use advanced/variables actions. Advanced actions are converted on the duration of AS3 (for SWF) or JS (for HTML5). Since you talk about Flash, I assume you want SWF-output. I know a lot about system variables supplied, there may be some hidden variables that you can solve with AS3 or (better IMO) with JS, but only system variables for the table of contents is to lock or hide/show it (if in overlay).

  • How to structure the DMA buffer for SMU 6341 DAQ card for analog output with different frequencies on each channel

    I use the outgoing/incoming analog DDK with the DAQ 6341 SMU map.

    The examples, for example aoex5, show a single timer (method outTimerHelper::loadUI), but the example shows the DMA loaded with same size of vector data.

    There is a comment in the outTimerHelper:call rogramUpdateCount, which implies that memory sizes different pad per channel can be used.

    (the comment is: switching between the sizes of the various buffers is not used)

    Nobody knows what should be the format the DMA buffer for data from multiple channels with different frequencies?

    For example, we want a0 with a sinusoid at 1 kHz and a1 with a sine wave of 1.5 Khz.  What looks like the DMA buffer?

    With the same frequency for each channel, the data are interleaved, for example (ao0 #0, ao1 #0; ao0 ao1 #1, #1,...), but when the frequencies for each channel is different, what the stamp looks like?

    Hello Kenstern,

    Data are always intertwined since each card has only a single timing for each subsystem engine.

    To AO, you must specify the number of samples that will be released to the AO. You also specify the number of channels. Because he didn't is that a single engine timing for AO, each AO will be channel will be updated at the same time to update clock tick. Data will be interlaced exactly as shown in the example because each channel AO needs output at each tick of the clock to update. The data itself can change depending on the frequency you want to copy.

    kenstern wrote:

    For example, we want a0 with a sinusoid at 1 kHz and a1 with a sine wave of 1.5 Khz.  What looks like the DMA buffer?

    With the same frequency for each channel, the data are interleaved, for example (ao0 #0, ao1 #0; ao0 ao1 #1, #1,...), but when the frequencies for each channel is different, what the stamp looks like?

    In your example, you must come with an update rate that works for the two waveforms (sine waves of 1 and 1.5 KHz). To get a good representation of a sine wave, you need to update more than 10 x faster than your fastest frequency... I would recommend x 100 if possible.

    Update frequency: 150 KHz

    Channels: 2

    Then create you stamps that include complete cycles of each wave you want to produce based on the frequency of update. These buffers must also be of the same size.

    Buffer 1: Contains data for the sine wave of 1 KHz, 300 points 2 cycles of sine wave

    Buffer 2: Contains data for the sine wave of 1.5 KHz, 300 points, 3 cycles of sine wave

    You can Interleave them as before. When the data are performed through the ADC, they are out different sine waves, even if the AO channels are updated at the same speed.

  • Triggers the analogue output with PCI-4461

    Hello

    I'm trying to generate a signal of analog output triggered with a card PCI-4461. First I tried to use the feature OR DAQmx 'start analog edge' with the way analog input AI0 as the source and the channel analog output AO0 as task. After it gave an error that I tried to use the NI DAQmx 'start digital dashboard' function with PCI0 as source and channel of analog output AO0 as task. It ran, but did not produce any output. Now I wonder if I can use the trigger analog or digital of the PCI-4461 to all of the output.

    Thanks for support you,

    Pribislav

    Pribislav salvation,

    you still have this problem? I did exactly the same configuration (power play) and it works fine on my system. The PCI-4461 does not support analog triggering, that's why this error occurs.

    Kind regards

    Michaud

  • Python DAQmx triggers a reaction of output with an input signal

    Hello world

    I use a NOR-6251 Board with a python GUI.

    I want to send data on the output channel on each falling edge of the input signal when I click on a start button.

    The level of the output signal may be 5v/0/1 (0v).

    The frequency of input signal squares is 2 MHz for 50 on it (see the attachment for more information).

    I don't know if it is better to use the analog inputs or input meter for the input signal. I think I have to set a clock pulse at the frequency of 10 MHz.

    I tried several solutions with bad results.

    Does anyone have the answers to my problem?

    Thanks in advance.

    Thanks for your reply.

    It works...

Maybe you are looking for