I can't get Dr Browns Image Processor Pro to work from Bridge with Photoshop CC 2014

We use the wonderful DR Browns Image Processor Pro script a lot, but cannot get it to work from Bridge with PS CC 2014. When I select files in Bridge CC and then go to Tools> Dr Browns Services 2.3.1 > Image Processor Pro it just pops up an error message that says ReferenceError: photoshop is undefined.
The actual script works fine if I launch it from Photoshop CC 2014 - just not if I load it from Bridge CC.
I have unistalled it and re installed a few times, both manually and through the Extension Manager CC.
I am using a Win 7 64bit computer.
I assume there is some change in the scripting part that loads Photoshop from bridge but not sure. It worked fine in CC. Just not CC 2014.
I opened the Dr Browns Services .jsx file but don't see anything obvious. This is the section related to the Image Processor Pro part:
  // This routine takes an array of files. If called by Photoshop,
  // it will invoke Dr. Brown's Process 1-2-3 with the files. If called by
  // any other app, it will send a BridgeTalk message to Photoshop
  // to invoke this routine with the same arguments.
drbrownserv.process123 = function (files) {
// Bring Photoshop to the foreground.
  BridgeTalk.bringToFront ("photoshop");
  // Create a new BridgeTalk message for Photoshop to invoke
  // Image Processor with the selected files
  var btMessage = new BridgeTalk;
btMessage.target = "photoshop";
  btMessage.body = "drbrownserv.process123 (" + files.toSource () + ");";
  btMessage.send ();
  } else {
photoshop.runActionCommand ('611736f0-9c46-11e0-aa82-0800200c9a66', files);
  catch (error) {
  if (error.number != 8007) // Don't report user cancelled errors.
  drbrownserv.alert (error);

I copied that .jsx file to a new name "Xbytor Image Processor Pro.jsx" edit that file changed the string Dr Browns services to "Xbytor Image Processor Pro" then commented out all the code that added tools menu items but "Image Processor Pro" and I put that file into
"C:\Program Files (x86)\Common Files\Adobe\Startup Scripts CC\Adobe Bridge" even though Bridge CC is 64Bit seems to use theat location.
Bridge CC was updated by the creative clouds update and opens Photoshop CC 2014 now

Similar Messages

  • ReferenceError: photoshop is undefined? Trying to use Dr. Brown Image Processor Pro

    Hello!
    I installed Dr. Brown Image Processor Pro.
    I have Bridge and PS (CS6, CC and CC 2014) x64.
    Had to do a manual install to each folder.
    In Bridge I get the error
    ReferenceError: photoshop is undefined? Trying to use Dr. Brown Image Processor Pro.
    I tried both the CC and CS6 bridge same result.
    I have about 100 1GB plus files I want to size down. and need Image processor.
    Any Advice?
    I tried Dr. Brown's JUST FIX IT, bit it just brought me to the script editor. I'm not a programmer.
    Any advice will be appreciated.
    Maxi

    I wonder if this PDF Processor script would work better for you:
    http://www.ps-bridge-scripts.talktalk.net/
    Look under PSCS Scripts in left most column

  • Russell Brown " Image Processor Pro " does not work under CC

    I just switched from Photoshop CS 6 to CC and use Russell Brown "Image Processor Pro". Unfortunately does not work that under CC. I also want to install the fix but we probably only applied to CS6.
    Does anyone have a solution to the problem.
    Here the German error message: https://dl.dropboxusercontent.com/u/12684660/CC_IPP.jpg
    Post translated with google Translater from the German.

    I installed Image Processor Pro quite some time ago. I extracted the extension package and just copied the two files "Image Processor Pro.xml" and "Image Processor Pro.jsx" into Photoshop's versions Presets\Scripts. I normally install things I add to Photoshop into my own folders outside any Adobe installation folder.   Image Processor Pro  is an exception because I did not want to modify X's code.  Image Processor Pro is coded in a way to find which version of Photoshop is being run from and looks for its default xml file in that version Presets\scripts\ folder.
    The script may save your modficaions to its defalt xml file into you user ID application data areas. And you can save you own Image Processor Pro presets configurations.
    I run Windows not Mac though.

  • HT204032 Can i get powernap on my Macbook Pro 13 inch mid 2012 with mountain lion running on it ?

    Can i get powernap on my Macbook Pro 13 inch mid 2012 with mountain lion running on it ?

    Welcome to the Apple Support Communities
    Power Nap only works with Macs with flash storage, and it requires a firmware update that it's only supported on a Late 2010 or newer MacBook Air and the MacBook Pro with Retina display

  • Can't Open ACR files from Bridge in Photoshop CC 2014

    I Can't Open ACR files from Bridge in Photoshop CC 2014.  I have uninstalled the programs, and all other versions of PS several times, but no matter what I do, I can't open a raw file I have opened in Bridge, in PS CC 2014. I have to click Open in Photoshop CC 2014 in Bridge.
    Also, on my workstation PC (Win 7 64bit), if I don't open PS prior to opening Bridge, then when I try to open a file from bridge it says it can't run PS on an earlier Operating system than Win 7!
    I have done exactly the same instalation on my notebook, same OS, and everything works perfectly - I just don't understand.

    Guys! This question was asked almost two months ago, and still no-one has replied? I'm still stuck, no matter what I have tried, I cannot find a solution. And please don't ask me to re-install AGAIN, I've done this several times and it simply does not work.

  • Getting Russell Brown's Image Processor Pro to work with an action

    I have Photoshop CS6 with Russell Brown's Image Processor Pro installed.
    I have the ongoing task of processing pics of different sizes and different width/height ratios.
    I would like to get the following result using IP Pro (in collaboration with an action):
    1. Downsize pic to 960 pixels wide (height doesn't matter, but needs to stay in ratio)
    2. Watermark pic.
    3. Save.
    4. Creating a thumbnail of 320 x 213 pixels, without distorting ratio. This may mean downsizing to 320 wide with relative height, *then* cropping via Image-Canvas Size. Chopping a bit off is preferable to me than distorting the ratio.
    5. Save the smaller version as 'Documentnamex' (i.e. adding an 'x' to the document name for the thumbnail.
    I have 1-3 in an action and have used it for years.
    But as for the task of a smaller thumbnail, kept in ratio but chopped and named with an x - I am stumped. I downloaded IP Pro for the task, but I can't get it to work.
    If I save the original with IP Pro (at step 3), how do I then get it to make the thumbnail?
    If I create the thumbnail in the action, *then* do 2 saves in IP Pro (thumbnail and 960 version), the bigger one will be pixelated (and no surprises there)
    Summary: I want 2 watermarked versions:
    1. 1234a.jpg: 960 pixels wide, height relative
    2. 1234ax.jpg: thumnail, 320 wide x 213 high
    Can anyone help? Am I asking too much of the software?

    I copied that .jsx file to a new name "Xbytor Image Processor Pro.jsx" edit that file changed the string Dr Browns services to "Xbytor Image Processor Pro" then commented out all the code that added tools menu items but "Image Processor Pro" and I put that file into
    "C:\Program Files (x86)\Common Files\Adobe\Startup Scripts CC\Adobe Bridge" even though Bridge CC is 64Bit seems to use theat location.
    Bridge CC was updated by the creative clouds update and opens Photoshop CC 2014 now

  • Minor modification to Dr Browns Image Processor Pro?

    I came across Dr Browns fantastic script and I'm hoping there's a developer that might be able to help with a minor (?) revision to the code.
    He has kindly released the source code on his website  http://www.russellbrown.com/images/tips_downloads/OpenSource.zip
    I need it to do two main things:
    Save 1. run a renaming convention on the original images and retain the file type/ extension
    Save 2. resize the images for web (incorporating an action called up from PS to convert to RGB). No problems here.
    I know I can do this in a two step process with bridge to rename and then use the script (or indeed a droplet) to resize for web, but I wish to keep this as a one step process.
    Image Processor Pro does both of these fine except for one thing:
    I need an option in Save 1. to save files in the format they already are - rather than forcing all files to save into a particular format.
    I get hundreds of images from various companies (I work as a designer for an arts organistion) and they are all in a variety of formats and I want to maintain the highest possible quality file we are provided.
    Basically I want the option of using the naming convention section of the script without the file save as file type bit.
    This assue this could be done by either skipping the File Type/ Quality section altogether (but keeping the save to subfolder), or by including "keep current extension" into the file type drop down.
    Things that would also be great:
    3. An option to delete/ replace originals in the process (as I will be deleting these anyway)
    4. The script can be made into a drag and drop application that calls up bridge/ PS?
    Any assistance on this would be great.
    PS- I have posted this over on the Photoshop discussion page as well, as that is where I came across the scipt in the first place.
    http://forums.adobe.com/message/5856877#5856877
    Thanks

    Yup didn't realise you are on mac. 
    If you don't want to keep the originals with their original names (ie if you're just overwriting the originals) then why mot just batch rename in bridge first?  If you run an action or script then you'll have to wait whilst each file is opened and saved, whereas you run a batch rename and it's a file system task - virtually instantaneous.
    Then just image processor, or a batch action from bridge (I'd create the latter because the. You can reuse it without needing to check settings or destinations over and over)

  • How can I get the shortcut for forced quite to work from my keyboard.

    The shortcut for forced quite stopped working from my apple keyboard.  Is there any way I can reprogram it or do I need a new keyboard? When I use a logiteck keyboard the shortcut works.  the esc key, command key, and option key work it just doesn't work as the short cut.  Any help would be great, I don't want to buy a new keyboard.
    We did just have the video card replaced, not sure if that would effect anything.
    Thanks

    The Apple keyboard has two Command and two Option keys. Did you try them all and in every different combination possible to rule out a defective key. You could also go Fullscreen and use Escape to exit Fullscreen to rule that one out. It reads like the keyboard is on its way out if the Logitech keyboard works. Also that would indicates that it's not a problem on the OS side. Hope that helps

  • How can i get my raw images that are already on my computer into photoshop elements 9?

    Please help

    In Elements Organizer go to >File >Get Photos and Videos >From Files and Folders...
    Juergen

  • How can i get videos created in Prem Pro to work in iDVD?

    Hi,
    I’ve just burned my DVD and the videos I included are consistently missing a large strip off the left hand side.  The videos were created in premeiere pro (mac version) and the dvd in iDVD.  Premiere pro setup details copied here (I'm based in the UK).
    H.264 format
    PAL DV – 720x576, 25 fps, lower
    AAC – 192kbs, 48khz, stereo
    VBR – 1 pass through, Target 3, Max 6
    Multi-plexing MP4, Stream compatibility – Standard.
    I tried using an MP4 converter – and whilst iDVD no longer throws up an encoding error, the left hand side of the videos are still being shaved off.  I've also tried creating an image before burning.  No luck there either.
    Supposed to be delivering this DVD Saturday afternoon!  All help welcome.
    Many thanks.

    I've sort of shot my wad on this particular subject but there are two users who are really the experts on formats, PAL, etc. that should be able to help:  Bengt Wärleby and Klaus1. I'll see if I can contact them and get them to drop by.
    In the meantime there might be a workaround that you coud try:
    1 - create a slideshow in iDVD.
    2 - drag the video file into the slideshow.
    3 - select any slide duration except Manual. Do not select any music or transition.
    4 - in iDVD's Slideshow preference pane check "Always scale slides to TV Safe Area".
    5 - follow this workflow to help assure the best qualty video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    Play the disk image with DVD Playter to see if this will display the full video or not.

  • Help needed to enhance Image Processor Pro Script to save transparency in TIF

    Hi everyone,
    this is my first post in this community.
    We have a droplet which reduces the resolution of tif images to 72dpi and save the tif image with transparency. This works fine, but it took to long for the whole process of many picture in different folders. That's the reason why we searched for another script which can preserve the folder structure and set the resolution of every tif image to 72dpi.
    We found Image Processor Pro, which does exactly what we needed. The script works perfectly in CS5 and CS5.5 as it saves the tif with the transparency. Those saved tif images could be used in InDesign with the transparency.
    BUT Image Processor Pro script works not so perfectly in CS6 as it seems that this option to save a tif with transparency is not implemented or does not work in the script. The result is that those converted tif images are w/o transparency in InDesign. That's a huge problem for us.
    This is the point where I need your help. Neither I have experience yet with jsx-files nor with the right syntax of it.
    Is there a way for anybody of you to implement / enhance Image Processor Pro so it will save tif with transparency?
    We used the latest German Version of Image Processor Pro: 2.3.1 (link: http://www.russellbrown.com/scripts.html)
    (The German version contains only german on screen texts!)
    I am very thankful for every help you can give.
    Thanks in advance for your help.

    Possible causes:
    1) It probably has nothing to do with your image files, but you won't know until someone else tests one of them. You could create a small 50% gray TIFF file with transparency and post it, assuming you know it exhibits the issue with IPP.
    2) At the download link you provided:
    http://www.russellbrown.com/scripts.html
    There are two installers for Image Processor (CS5 and CS6). Did you download and install the CS6 Version Installer?
    3) Another possible solution other than modifying the script is to reset the PS Preferences file. When strange things happen in PS with no explanation this usually fixes them. My PS CS6 was inflating  all new files by 1.4MB. After examining one of the files it turned out PS was inserting a Costco printer profile into every new file. So don't automatically assume your PS image files are not somehow being corrupted and causing loss of transparency in IPP. Creating a new Preferences file resolved my issue:
    http://forums.adobe.com/thread/375776
    You may want to record your old Preferences settings prior to creating a new one, but test it first with the default settings.

  • Image Processor Pro Beta

    Some bug fixes and new features Re: Image Processor Pro v3.0 beta available

    There were some reported minor bugs reported in this  forum  where the Image Processor Pro script would striped Alpha channels when it shouldn't. I made some patches and sent them to X.  He made some changes and sent me a couple of betas that worked well but he stated he wasn't finished with BMP support.  He has now made additional fixes, added some features and has made it available for download.
    Russell Brown been pulled off of Photoshop and Has placed the stuff he had on his site into Open source including X's Image Processor Pro script.   X wrote Image Processor Pro but he feed up with Adobe for not fixing Bugs in Photoshop Scripting. He stated he will support  Image Processor Pro for some tine as well as contact Sheet II.  But that's it he will no longer work with Adobe.
    It a shame Adobe doesn't fix all reported bugs. That drive users like X away.

  • Unable to get Image Processor Pro to run on Laptop. Creative CC suite.

    Hi, All,
    now i been using the excellent plugin from Russel Brown on my work PC for as long as i can remember. I had to do some work from home on Windows 8.1 Laptop 64Bit.
    However this strange issue as show as image below just unable to get past this point. Seems like something is stuck.  I can close it only. left it for ages. I even tried to trace the system with Microsoft Systemmonitor with no luck.
    I have re-installed the creative cc bridge now three times along with photoshop, cleaning out every reference to data settings etc..Still with same results.
    Even from outside bridge just trying to run the script from Photoshop directly gives the same result.
    Anything have any great suggestion what possibly could be reason. I got a ton of batch conversions i need to save PNGs otherwise i would just just the normal image process.
    Thanks in advance.

    Its Not Adobe Code and its not shipped with Photoshop.  Photoshop versions also has bugs in ScriptUI which is used by scripts with a dialog.  Image Processor Pro 2.3.1 has some bugs. Some files formats its saves may have problems.
    Russell Brown works for Adobe but he has been pulled away from Photoshop.  Xbytor is the programmer that wrote Image Processor Pro he does not work for Adobe and he is feed up with Adobe for not fixing bugs in Photoshop scripting.  He stated he will support Image Processor Pro for some time.
    Russell web site has this. The Open Source code is now available for many of my script and panels
    Because of new projects and a changing demand for my time, it will be necessary for me to move on to new projects at Adobe. For this reason I will no longer be able to support, or update many of my scripts and panels. Never fear! – I am releasing the source code for many of my programs and if you are a programmer then you can use this code to modify and change my scripts to meet your needs. If you are not a programmer then I recommend working with anyone on the list of programmers that I have supplied below. However! Let me make it clear that his code is not to be sold. This is an open and free source to be used for the good of humankind and Adobe Photoshop users around the world
    ===========================
    I do not have a Mac or a Windows 8 machine to test on. On my Windows 7 PC Image Processor Pro 2.3.1 and newer versions run on CS6, CC and CC 2014..  X is still working on it

  • Dr. Browns Image processor: Error #1200:883

    Using Dr. Browns Image processor, I have recently gotten this error message
    Error #1200:883 not allowing me to process my RAW iamges. Has anyone experience with this and how I can fix this problem?
    much appreciated...

    I wonder if this PDF Processor script would work better for you:
    http://www.ps-bridge-scripts.talktalk.net/
    Look under PSCS Scripts in left most column

  • How can you get a mirror image of a photo on iPhoto?

    How can you get a mirror image of a photo on iPhoto?

    By using an external editor. Preview is already on your Mac. It's called 'Flip Horizontal'
    In order of price here are some other suggestions:
    Seashore (free)
    The Gimp (free)
    Graphic Coverter ($45 approx)
    Acorn ($50 approx)
    Pixelmator ($50 approx)
    Photoshop Elements ($75 approx)
    There are many, many other options. Search on MacUpdate or the App Store.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.

Maybe you are looking for

  • Passing the database name as a PL/SQL procedure parameter

    How do I pass the name of the database as a parameter to a procedure? If dbs is the variable name to which I pass the database name as shown in the example, CREATE OR REPLACE PROCEDURE Extract_gl_acct_Tbl(dbs varchar2) and I use dbs in the code as fo

  • Error in check-in... Cannot store binary

    Hi, System NW2004s sp9 I have made modifications to the MSS source code and tried to activate the same. When I tries to activtae it it gave me the following error. I think this is related to space constraint on the DB. Can some one throw more light o

  • "Volume Structure Failed" in TechTool Deluxe

    I tried to run Disk Utility on my laptop last night and it said that it "stopped reapiring "XXX" because the following error was encountered. The underlying task reported failure on exit (-9972)" It said there was an invalid catalog record type and v

  • Pan & Zoom with overlay functions

    Hi. Want to craete a zoom & pan image, that also has overya layers that can be swicthed on/off. Say theer are 8 levelo of overlaid information activated from a static key sitting outside teh pan/zoom area. Selecting these turns on/off indivusla overl

  • WRT54GS relocated from US to Switzerland

    Hi, I have an old WRT54GS (version 1) that I've used in the States and have now taken with me to Switzerland.  I'm having a difficult time getting it to work over here.  I've reset it several times and gone through the set up, I've updated the firmwa