Email JPGs from Bridge

I've searched and found nothing on this, so please forgive if this has already been covered.
It would sure be handy to be able to have a function that can prep some images as JPEGs and collect them into a new email message in a user's default email client. Similar to the way you can email a file by clicking a button in Acrobat Pro, or the way Apple's iPhoto handles it.

To make JPEGs:
http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1698 308
To E-Mail 'em:
http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=1698 306

Similar Messages

  • Can i send email directly from bridge cs6 and cc ?

    hi
    can i send emails directly from bridge cs6 or cc directly from bridge?
    i found this scripts http://kb2.adobe.com/community/publishing/894/cpsid_89450.html
    but i run cs6 and cc under windows 7 sp1 64bit and windows 8.1 64bit
    and i have thunderbird email client
    is there a way to make it work?
    maybe i can install another email client
    thanks

    // consult MAILSEND in here: https://github.com/muquit/mailsend and download the app 'mailsend.exe' for windows7 in here:
    // https://github.com/muquit/mailsend/releases/download/1.17b15/mailsend1.17b15.exe.zip
    // unzip it and put the app .exe where you want to use it.
    // I have tested using Bridge to send e-mail using my gmail e-mail account and it works. I only needed to 
    // I needed to send e-mails from Bridge using my google account, but first I needed to put on my network the app 'mailsend.exe'(i'm using PCs windows7 , CS6 and a network)
    // All my 20 people team is using it, so I decided to put the app 'mailsend.exe' on a common place on network. I you are using it only on 1 PC you don't need you can put it on its disk.
    // Solution: All you need is to create a bat file that tells 'mailsend.exe' what to do:
    var mailsendBat=File(Folder.temp +"/mailsendBat.bat"); // creates a bat file on the temporary folder
    mailsendBat.open("w")
    // the place where app 'mailsend.exe' file is
    mailsendBat.writeln('"X:\\[someFolder]\\mailsend.exe" \^');
    // my gmail
    mailsendBat.writeln('-t [email protected] -f [email protected] \^');
    // the title can have encoding or not (-enc-type "base64")
    mailsendBat.writeln('-cs "utf-8" -mime-type "text/plain" -enc-type "base64" -sub "Ich lerne seit ungefähr zwei Jahren Deutsch" \^');
    // this works for the smtp gmail
    mailsendBat.writeln('-starttls -port 587 -auth -smtp smtp.gmail.com -user "[email protected]" -pass "[myPassword]" \^');
    // If I want to send an image attachment I use this 1, 2, or more times. If content-type is "multipart/mixed" the inline images don't work. Instead the images will be sent as attachment.
    mailsendBat.writeln('-content-type "multipart/mixed" -attach "C:\\Users\\Public\\imagens\\myImage.jpg" \^');
    // this is the line to send a simple text line with no encoding specified
    mailsendBat.writeln('-enc-type "none" -mime-type "text/plain" -M "one line attachment 1" \^');
    // you can sen inline html that can also have links to inline images
    mailsendBat.writeln('-mime-type "text/html" -enc-type "none" -M "<b>this is a test</b><br><img src="http://[any_online_image.jpg],image/jpeg,i">" \^');
    // sending text line with special encoding
    mailsendBat.writeln('-cs "utf-8" -mime-type "text/plain" -enc-type "base64" -M "Ich lerne seit ungefähr zwei Jahren Deutsch" \^');
    // endind it
    mailsendBat.close();
    // executing
    mailsendBat.execute();
    // there are also other kind of commands (consult https://github.com/muquit/mailsend)

  • Saving images as JPG from Bridge

    I am shooting images in colour sRGB and RAW which come in as .CR2 files.  I work with them in Adobe Bridge (CS5) and then save them as JPGs from bridge.  The final JPG images are colour mode is RGB and the colour Profile Adobe RGB (1998).  This is causing me problems when I print at the images come out flat.  I have been advised that I need the images to be sRGB for print.  How do I achieve this with Bridge?  It has been suggested that I use the Canon software Digital Photo Professional!!  Do I have to?
    HELP please.

    The final JPG images are colour mode is RGB and the colour Profile Adobe
    RGB (1998).  This is causing me problems when I print at the images
    come out flat.
    That sounds more like a color management printing issue.
    So you browse the RAW files from Bridge and use Adobe Camera Raw to process and open the file? Yes, there is a setting in ACR to open the image as sRGB. (But, you will probably get better results by learning how to properly print an Adobe RGB file.)

  • Emailing directly from Bridge

    How can I email directly from Bridge?  I have CS6

    You could do it in CS3 but the option does not seem to apprea in CS4.  Very strange.  For CS3 go to Tools>Photoshop Services>Online Portfolios and Galleries>Share photos with flickr.

  • Problem w/12.0.3 installation/ problem opening jpg from bridge

    Hi,
    I used the update button to update Cs5 to version 12.03
    After updating I got a message "update complete but with errors"...
    I can't seem to "re" update my software.  I tried manually installing the updater and got this
    The version number PS shows as running is 12.0.3
    Also, since trying to do the update, I have a bug...   Everytime I try to open a jpg by clicking on the thumbnail in Bridge I get "Adobe CS5 has stopped working" message  The only way I can open a jpg is to open with ACR....
    If I click a jpg from Windows Explorer, it will open in PS. just not from Bridge. I do have the correct setting in preferences to use PS to open jpg files
    Thanksfor your help.

    The most common reason for patch to fail is the absence of folder "AdobePatchFiles" folder or it's content from location "C:\Program Files (x86)\Adobe\Adobe\AdobePatchFiles" and it's counterpart location in Mac.
    If this folder or its contents are missing then the patch cannot be applied , the only way to resolve this is to Reinstall the product and then apply patch again.
    Now there can be two cases :
    1) Was this folder removed manually or some other action caused this removal of folder( May be some script or Defragmentation or anything). In this case please reinstall product and apply patch again.
    2) If the folder and its contents are intact but still patcher failed, then please follow the following steps:
         a) Create ribs3debug file without any extension inside %temp% directory of your system
         b) Run Patcher again
         c) If it fails , send the log files that are generated inside C:\Program Files (x86)\Common Files\Adobe\Installers
    Hope it clears some of the facts around failure. If there are any underlying issues then we all hope to resolve them as soon as we have more information.
    Regards
    Anshum

  • Script to email photos from Bridge?

    Hi,
    Does anyone know of (or want to write) a Script that will email a photo or group of photos directly from Bridge?
    I need it for Mac, not Windows.
    Thanks,
    Matthew

    I just found a response to this issue in another post.
    Thanks,
    Neobe

  • Opening JPG from Bridge via ACR in PS causes ACR to run twice.

    Using PSCS3 and Bridge CS3, with both set to prefer ACR when opening JPG files. Sometimes when opening a file from within Bridge with PSCS3, ACR runs twice. The image can be opened in PS and then ACR opens again with another copy of the JPG. Cancelling the ACR window closes it.
    Anyone else get ACR running twice on the one JPG?
    Thanks.
    Stew.

    The most common reason for patch to fail is the absence of folder "AdobePatchFiles" folder or it's content from location "C:\Program Files (x86)\Adobe\Adobe\AdobePatchFiles" and it's counterpart location in Mac.
    If this folder or its contents are missing then the patch cannot be applied , the only way to resolve this is to Reinstall the product and then apply patch again.
    Now there can be two cases :
    1) Was this folder removed manually or some other action caused this removal of folder( May be some script or Defragmentation or anything). In this case please reinstall product and apply patch again.
    2) If the folder and its contents are intact but still patcher failed, then please follow the following steps:
         a) Create ribs3debug file without any extension inside %temp% directory of your system
         b) Run Patcher again
         c) If it fails , send the log files that are generated inside C:\Program Files (x86)\Common Files\Adobe\Installers
    Hope it clears some of the facts around failure. If there are any underlying issues then we all hope to resolve them as soon as we have more information.
    Regards
    Anshum

  • Generating JPG from Bridge (win7 x64) Bridge CC

    I do a search in bridge fo all the PSDs on a drive. I want to select them all (many different directories) and have bridge generate 1200px JPGs into a folder. A catalog so to speak.  I can do this in Lightroom, but I'd rather not have to import all thee files, then clutter my LR Library.
    Some files are 2+GB so opening each in PS and exporting a 1200 JPG would be a real PIA.
    Is there any export feature that can do this for me?
    Thank you.
    Alex

    Some files are 2+GB so opening each in PS and exporting a 1200 JPG would be a real PIA.
    You can do so in CS6, the image processor is a plug in for PS en it will act through PS while batching. In Bridge CS6 you have the Export module that should provide you this function, sadly enough they skipped this panel in Bridge CC.
    With your subscription for CC you can also download PS CS6 from the Creative Cloud Download center which includes the Bridge CS6 application.
    There is a downside, you also have to cache the files in CS6. But I would go for the preview quality setting 'embedded thumbnails' (use the checker icons for this top right in Bridge Window.
    Then use the find command and in Source select your main folder, under criteria select 'document type - equals - photoshop document'
    and be sure to include all subfolders and non indexed files. It may take a while but that would be the fastest way to find all psd files. Select them wen ready and use the export panel with your wished settings and you should be OK.

  • Cannot open some jpgs in Camera Raw from Bridge

    A couple of days ago, I rated select images from a set as 5 stars, and now I cannot open these in Camera Raw from Bridge. I get no error messages or anything, there is just simply no option to Open in Camera Raw from the File menu, or the right-click menu. The images I did not rate still open in Camera Raw, and not all of the starred ones have this problem - just 20 or so consecutive images. This makes no sense to me, as all the images as far as I can tell should operate the same way. They are all jpgs. I can find workarounds to this like working in Photoshop (all the images still open in Photoshop) or possibly just reloading the photos from the memory card, but I'd like to know why this would even be a problem to avoid it in the future. I'm using CC on Win 8.

    I should add that JPGs edited with ACR usually need to be writable for ACR to be able to store the adjustment-settings inside themselves.  RAW files typically use an XMP sidecar to store settings, but JPGs typically don't.
    If the files weren't read/write then ACR would have no way to store the adjustments in them and so is smart enough to not make them available for editing.
    The other hint is that if you copy the files to your desktop--where the permissions are likely to be more friendly, they work.
    To check the permissions, right-click on one of the files in Explorer, select Properties from the context menu and look at the Security tab.  Look at the various user-groups, like Users, Authenticated Users, Administrators, etc, and see what access each has to one oft he problem files, and then to one of the files that works ok.
    You might also check the Effective Rights of a particular user to a particular file by clicking on the Advanced button in the Security tab.  Here is an example where I show only Read + Read & Execute access to an NEF for general users, but when I check my own logged in User (steve) I have Full Control which includes all the other access privileges, and this is either because I'm in the Administrators group or I am the owner, I'm not sure.  It is possible that Bridge or Photoshop is running in a user context other than your logged in user, or it's possible that another user accessed the files and changed the permissions to them.

  • Email from bridge

         Hi everybody,
    I would like a simple script that allow me to send an image by email from bridge.
    Thanks,
    JPD

    You might be able to modify this script to suit..
    http://www.ps-scripts.com/bb/viewtopic.php?f=19&t=2291&sid=f6ac1569dde1f6d1e62fa978d13b71c e

  • Dng colour shift from bridge to jpg's....cs2

    Hello everyone. I am very new at this so I really hope that someone can help me.
    I have a new eos 5 mark 11.
    I use cs2 which doesn't recognise the RAW images. I have downloaded dng and started colour correction in bridge.
    I have saved the files as jpg's but........ there is a huge colour shift. They look terrible.
    What am I doing wrong?? please help.

    I'm trying to figure out the same thing. As far i discovered that Photoshop as default display images without any proofing. Fax viewer in windows is color managed (at least in theory). That's why adobe created sRGB (for viewing on screen).
    Try to turn on proof colors (ctrl + y) and set it to monitor RGB. This will show you your terrible jpg's in PS.
    Saved jpg's in PS looks brighter, but less vivid.
    RAW (converted or not) files saved as jpg's look far worse (terrible, as you said) in windows fax viewer, but I don't know why. Try to compare it, shooting RAW + jpg. Jpg's looks ok (better in bridge), RAWs looks ok in PS, but after saveing them as jpgs... (without proofing) they are so bad! RAW are great, but sometimes it's pointless to shoot in RAWs, becaouse you will have a lot of work to develop good settings. This drives me crazy , when jpg from camera looks better than RAW file (no correction).
    You can show bad jpgs as good jpgs in web using photoshop express gallery (I gues it uses same engine as PS and Bridge)

  • Emailed photos from iPhone using ios7 being formatted to bmp. How can I change to jpg?

    Emailed photos from iPhone using ios7 being formatted to bmp. How can I change to jpg?

    I just solved this issue! Here's the solution in case anyone else is experiencing the same problem: I had him link his phone number to his Apple ID by adding his his phone number to his contact in his Contacts List. After that, messages sent to his phone number are blue.
    I'm guessing his phone number was disconnected from his Apple ID when he somehow toggled off iMessage.

  • Import/copy to iPhoto a jpg from email

    I'm trying unsuccessfully to import a jpg from an email into iPhoto.  I've tried drag and drop.  If i try to import from 'Down loads' the jgp is greyed out.

    Save the jpg to your desktop and then try the drag & drop.

  • Why does paintbrush not work on images opened from Bridge?

    This problem may be due to another cause but the most common occurance is when an image is opened from Bridge so I've posted it here.  Here are the details.
    I have had tons of problems with CS4 on my desktop PC but seem to have most of them resolved with a new video card, updated driver  and help from an earlier thread.  In fact, I thought all problems solved but this one has persisted.  If it matters I'm running Windows XP service pack 3, 4gb of RAM of which 3.4 is available.  It has an 2.67 GHz Intel Core2Duo cpu.
    If I open CS4 and open an image, all paintbrush tools (paintbrush itself, clone tool, healing tools, etc) work fine.  Sometimes I can work for hours with no problems.  Other times these tools simply stop working.   When this happens seems random.  For example, the other day as long as I did not send anything to print, all worked fine but after printing a few images the tools stopped.  Other times I've printed and the tools still worked.  Sometimes if I open images direct in Photoshop using file -> open, all is well but as soon as I launch an image from Bridge, tools don't work.  Other times launching from Bridge works fine, BUT more often than not, it seems to occur after launching from Bridge, hence the post here as I already noted.  I've tried to trace down a common set of circumstances but it is too erratic.
    What is interesting also is that the use of the tool shows up in the history panel as a step taken.  There just is no visible effect on the image.  This problem has been present since CS4 was originally installed along with several other problems.  In the course of attempting to solve them all, I have deleted preferences and allowed them to rebuild, I have actually uninstalled and reinstalled Photoshop multiple times. 
    More confounding is that CS4 works fine on a clunky old laptop with less RAM and a much, much older video card.  I also, as a test, ran the 30 day trial on the computer I'm using here.  It too is older and less RAM and that worked fine too.  So it seems to be saying there is something wrong with the computer used for photo editing or the video card.  Don't think it's the card.  I bought a new one.  It didn't solve any problems so I bought another and it corrected many of the other issues I was having.  Indeed after installing the latest drivers for this card, absolutely everything worked perfectly for almost two days but now this paintbrush tool issue is back. 
    So what the heck can be going on that is cumulative or is there a hardware component that is erratic or have I missed something in CS4?  Man I love the power of the program and the improvements since CS3 but if I have to shut it down and restart it every single image, clearly that is not feasible.
    Many thanks for any help.

    Well, now I'm an idiot.  I fired up without the tablet plugged in and
    paintbrush worked fine on all files.  I then left the image open I had just
    painted on, plugged in the tablet with pc still running, no paintbrush
    function using tablet mouse.  Without unplugging the tablet I again tried
    the regular mouse and paintbrush worked fine.  So it's not a matter of any
    sort of conflict with the tablet being active, it sure looks like a tablet
    malfunction.  It still mystifies my how this tablet is so smart it can tell
    the difference between psd and jpg but there it is...can't argue with
    results.  Still, one last thing confounds me and that is the tablet works
    fine on all file types in CS3 and every other app I have.  If there was a
    malfunction with the tablet, wouldn't you think it would misbehave on all
    apps?  Could it be that the tablet needs a new driver?  You must've had a
    clue to recommend this course of action.  Now that we're here, what do you
    suggest or should that be another thread?
    By the way, if it matters I had already upgraded vc drivers and CS to 11.0.1
    before this started.

  • Problem emailing photos from iPhoto after installing OS 10.5.1

    Since installing Leopard I have had problems emailing photos from iPhoto. I can send from my laptop to another Mac without problem BUT when I try to email pix from iPhoto to a PC user or to post on my Google Group board it only sends the 'title' I gave it in iPhoto or the 'PC134567.JPG' the camera assigns it. I have tried exporting and attaching to emails but that doesnt work either .. at least not all the time. AND when I do send them from iPhoto to my office PC they arrive NOT as an attachment but are embedded in the email message .. seriously what the heck is going on and why is this not working the way it used to pre-OS 10.5.1? What changed? How can I make this work the way it used to?
    Thanks for reading and hopefully solving my problem

    Thank you again .. I got home and immediately tried the fix you suggested .. sent a 'test' email and it worked perfectly.

Maybe you are looking for