<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/jive/rss" version="2.0">
  <channel>
    <title>Adobe Community: Message List - Bridge open file run photoshop action combo</title>
    <link>https://forums.adobe.com/community/bridge/bridge_scripting?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 07 Oct 2014 17:22:36 GMT</pubDate>
    <generator>Jive Engage 7.0.0.1  (http://jivesoftware.com/products/)</generator>
    <dc:date>2014-10-07T17:22:36Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Bridge open file run photoshop action combo</title>
      <link>https://forums.adobe.com/message/6800626?tstart=0#6800626</link>
      <description>&lt;!-- [DocumentBodyStart:347110e2-ea92-4d74-beca-1f727c9ace28] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Thanks for the providing this reference script.&amp;nbsp; &lt;/p&gt;&lt;p&gt;Perhaps someone with advanced Bridge scripting knowledge can help construct the script. My knowledge of Bridge scripting is limited.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I have ben using the Dr.Browns's Place-A-Matic script i my composting workflow. I can also achieve the same compositing file structure using the Bridge &amp;gt;&amp;gt; Tools &amp;gt;&amp;gt; Load Files into Photoshop Layers which might simplify the scripting process.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:347110e2-ea92-4d74-beca-1f727c9ace28] --&gt;&lt;img src='/beacon?t=1415930089443' /&gt;</description>
      <pubDate>Tue, 07 Oct 2014 17:22:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6800626?tstart=0#6800626</guid>
      <dc:date>2014-10-07T17:22:36Z</dc:date>
      <clearspace:dateToText>1 month 7 days ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bridge open file run photoshop action combo</title>
      <link>https://forums.adobe.com/message/6800535?tstart=0#6800535</link>
      <description>&lt;!-- [DocumentBodyStart:386f6108-5985-4200-aa2e-b7e7e75dd5b9] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;I can only help you with the code specific for Bridge.&lt;/p&gt;&lt;p&gt;I have never used Dr.Browns services Place-A-Matic 8bit tool and I can't figure how to integrate it inside another script.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Still, I think you must use BridgeTalk to send the code related to photoshop from Bridge to Photoshop. I can't help you with that.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;// In a specific collection, load all stacks &lt;/p&gt;&lt;p&gt;var allStacks = app.document.stacks;&lt;/p&gt;&lt;p&gt;// create a routine on each single stack &lt;/p&gt;&lt;p&gt;for (var a in allStacks) {&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // on each single stack, load all inner thumbnails&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var thisStackInnerThumbs = app.document.stacks[a].thumbnails;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var b in thisStackInnerThumbs) {&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; $.writeln("stack_" + a + " | " + thisStackInnerThumbs[b].name); // this will add ESTK console the name of each individual tif image in each stack &lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // ???? Dr.Browns services Place-A-Matic 8bit tool [BridgeTalk ???]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // running a photoshop action [BridgeTalk]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // saving layered tiff [BridgeTalk]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // closing all opened images [BridgeTalk]&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:386f6108-5985-4200-aa2e-b7e7e75dd5b9] --&gt;</description>
      <pubDate>Tue, 07 Oct 2014 16:56:40 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6800535?tstart=0#6800535</guid>
      <dc:date>2014-10-07T16:56:40Z</dc:date>
      <clearspace:dateToText>1 month 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bridge open file run photoshop action combo</title>
      <link>https://forums.adobe.com/message/6800100?tstart=0#6800100</link>
      <description>&lt;!-- [DocumentBodyStart:fb7ae5f5-ec6f-4076-837d-0fb9078193f1] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;Pedro,&lt;/p&gt;&lt;p&gt;I am compositing hundreds of tif images. The work flow stars by making collection stack in Bridge. Then I open the stack with Dr.Browns services Place-A-Matic 8bit tool. Next, apply a photoshop action. Finally,&amp;nbsp; close and save the new layered image.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am trying to find out if this process can be automated.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The ideal workflow would include opening each image stack one at time, run the photoshop action, close the file and then proceed to open the next image stack in the Bridge collection.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am not clear how to build this work flow yet.&lt;/p&gt;&lt;p&gt;So far it occurred to customize Dr.Brown's Services Place-A-Matic script by adding a run action command at the end of the script.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dr.Browns Services is listed under the Bridge &amp;gt;&amp;gt; preferences &amp;gt;&amp;gt; startup scripts but it is not in the Bridge Startup Script folder.&lt;/p&gt;&lt;p&gt;The first step would be to find the script in my local system.&lt;/p&gt;&lt;p style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any other ideas?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:fb7ae5f5-ec6f-4076-837d-0fb9078193f1] --&gt;</description>
      <pubDate>Tue, 07 Oct 2014 15:37:36 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6800100?tstart=0#6800100</guid>
      <dc:date>2014-10-07T15:37:36Z</dc:date>
      <clearspace:dateToText>1 month 7 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Bridge open file run photoshop action combo</title>
      <link>https://forums.adobe.com/message/6798387?tstart=0#6798387</link>
      <description>&lt;!-- [DocumentBodyStart:1d12a9ca-a319-4016-8951-8a3f983c6f33] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;The listeners on photoshop will work to auto-start any action when you use 'Open'.&lt;/p&gt;&lt;p&gt;Unfurtunetly, there is not a listener to the 'OpenInCameraRaw', this took me crazy for years!&lt;/p&gt;&lt;p&gt;So Photoshop can't detect automatically when a image was just opened from the use of the CameraRaw plugin.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1d12a9ca-a319-4016-8951-8a3f983c6f33] --&gt;</description>
      <pubDate>Tue, 07 Oct 2014 09:03:55 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6798387?tstart=0#6798387</guid>
      <dc:date>2014-10-07T09:03:55Z</dc:date>
      <clearspace:dateToText>1 month 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Bridge open file run photoshop action combo</title>
      <link>https://forums.adobe.com/message/6796220?tstart=0#6796220</link>
      <description>&lt;!-- [DocumentBodyStart:db7de1ac-f5b3-47a8-a2b0-24bec8804052] --&gt;&lt;div class="jive-rendered-content"&gt;&lt;p&gt;When opening photoshop documents via Bridge, &lt;/p&gt;&lt;p&gt;can a photoshop action run automatically on the files opened by Bridge?&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:db7de1ac-f5b3-47a8-a2b0-24bec8804052] --&gt;</description>
      <pubDate>Mon, 06 Oct 2014 18:35:14 GMT</pubDate>
      <author>forums_noreply@adobe.com</author>
      <guid>https://forums.adobe.com/message/6796220?tstart=0#6796220</guid>
      <dc:date>2014-10-06T18:35:14Z</dc:date>
      <clearspace:dateToText>1 month 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

