Connect with our global Bridge Community.
Nyligen aktiv
Creativity is also present in older people. Many photo club members are older than 50 or 60 years old and only now have time for their hobby: photography. These older people are also the ones who send their photos to national or international photo competitions, whereby before these photos are processed dignified with Adobe Bridge, Camera Raw, Lightroom or Photoshop. Perhaps this majority of older photographers are not so much represented in the so-called social media forums, but they are there and can compete with the younger photographers on photo editing on the PC. It is therefore in my opinion necessary and also desirable to address this group of people.
Hi all,I managed to find some information for Bridge CS6 scripting here:Bridge Developer Center | Adobe Developer ConnectionWhat it seems missing is something on Bridge CC and scripting.I wanted to start scripting Bridge CC and don't like to be trapped or mislead in using old refrences and documentation.So I have to ask: Is there a Bridge CC SDK available?Uwe
HelloI want to ask how to make contact sheet For print in Acrobat Dc in A4 paper such as photoshop and bridge cc 2018Thanks
Hi,There is probably an easy answer to this and I've just overlooked it, but here's what I'm trying to accomplish...I have a large directory of images with multiple sub-folders with images contained in them. When I open Adobe Bridge, I use the feature to view items from sub-folders and then I sort by folder name. This gives me all the images from each folder at once. Because there are thousands of Photoshop and JPEG images, it takes a bit of time to filter and display the search results.Once I have this view set up, I then will often pick a photo I like and then want to explore similar photos (different camera shots) from that roll and from that sub-folder. If I click on the Reveal in Bridge option (to see the other related folder images), Bridge will take me to that folder. So far, so good.The issue is that when I click on the back button to go to my original view of all images from all folders, I have to wait for everything to reload and often the view from sub-folders option is no l
We invoice using PDF's exported out of Quickbooks. Is there any way that we could easily bulk rename a pdf based on the invoice number that's in the actual PDF?
help, in adobe bridge I can not add keywords to MXF format
Currently using Bridge (7.0.0.93) with a website (hosted on Linux RHEL 7). It was working fine up until about July. Now, it seems that Bridge is able to connect just fine via FTP and create the desired folders, but then doesn't even attempt to upload any of the desired files/thumbs/gallery UI. Checking the logs from the server while trying to upload, I can see it connect, navigate to the proper directory, create directories, then stop. No errors, it seemingly doesn't even try to upload/write anything.Trying to upload files with another FTP client (FileZilla) works just fine.Is there some setting that changed that I need to adjust? Any information at all would be great.
I would like to use View, Slide Show and dictate a narration in Bridge. Is this possible?
What determines the size of the preview of an Illustrator file that you get in Bridge? Here is a screenshot:The artboard for the file on the left is 4" x 4"; for the file on the right it is 1.7" x 1.7". So what is controlling the size of the preview, given that it obviously isn't the size of the artboard?
Hello. I just want to see thumbnails of images and videos, not all files in folder. Always and in every folder. Is it possible at all??? Thank you.
Hello, I need to do searches on the Bridge from .psd files on a server.I want to know if it's possible to search from pieces of words.Example: Coca Cola - Search only - CocCan I configure Bridge to find the file from the beginning of words?
two days ago I tried to work on some Photo's, Though Bridge crashed right after starting op the programm. It continues doing that up till now. I can see it opening and than it flips away within seconds.Someone found there is something wrong with my Windows Module. It seemes to be corrupt? Bridge uses that Module for something, I'm told..First I thought the Hard disk is overloaded so I relocated many files, but it kept on happening. Then I found out Bridge searched for a missing drive, though I think I solved that and still the problem endures. Bridge is Up to Date. I didn't update recently. I have another Windows Machine and on that one, Bridge works fine. I usually work with DNG from NEF, and also Jpeg and MP4 occasionally. Everything has worked fine till 2 days ago.
Does anyone know a way to batch re-size (eg for a facebook gallery) and add a copyright to selected images at the same time? At the moment I use an older programme that does it all in one go but it's not being supported any longer.
Bridge CC, win10I do manually this:Edit > Select All (in content pane): ctrl aExpand All Stacks: ctrl alt arrowrSelect images belonging to stack [script should here select Content Pane, Select stack (/images in stack)]File > "Open in Camera Raw...": ctrl+rFilmstrip, "Select All": ctrl+aFilmstrip, (Auto-)"Merge to panorama...", save as dng: ctrl shift mIf "Lens profile missing" error, answer/choose "OK"Wait to complete (until "Merging panorama review" window closes)"Done"/Close window: enterSelect next stack until all stacks in folder are processed.I guess that should be quite simple to script? Looked in Bridge JS reference and manual but looked somewhat complicated for me without previous experience. Someone interested helping with this?Moderator: Moved from Adobe Creative Cloud to Bridge Scripting
Seems like a simple question but I cant work out how to do it!I have assigned keywords to my images but I don't know how to filter for images with specific keywords. Can't find any info in help faq or forums!How do I search for images using the keywords I have assigned to them?
I'm trying to figure out how to add a badge to a thumbnail in the content panel. SHOULD be straightforward, but I get a type:undefined error for lines 46 and 47.I've tried pushing values onto the array, nothing happens. I'm able to read a different core infoset property ok (commented out.) Any ideas?The badge code fires if the files have saved Camera RAW snapshots.Sample code:#target bridgeif(BridgeTalk.appName == 'bridge'){ var newCommand = new MenuElement('command', 'Snapshots', ''); }newCommand.onSelect = function (){ snaps(); }function snaps(){ try{ if(xmpLib == undefined){ if(Folder.fs == 'Windows'){ var pathToLib = Folder.startup.fsName + '/AdobeXMPScript.dll'; &
Hi guys! I've already read many post related to this problem and tried a few so called solutions, but none of these had the right effect so solve my problem.I use Adobe Bridge CC for macOS on my four year old MacBook Pro, I have the latest versions of Bridge and Quicktime (this was one of the "solutions" in another forum). I've already tried the advice to enable software rendering - unfortunately didn't work.Do you know the problem or have an advice for me?
Salve, il mio problema è che quando. scarico delle foto scattate con una reflex Canon professionale, quando apro l'immagine mi da un problema come se mi modificasse le foto automaticamente e mi stravolge i file. cosa devo fare per tornare alle impostazioni iniziali? grazie
Just did the latest CC update and now neither Bridge or Photoshop recognize any of my CR2 raw files from a Canon 1DX mark II...
I am using the latest version of Bridge and OS. In finder, I can confirm read/write access to all my main OS folders: dropbox, desktop, documents, downloads, pictures, etc. When in Bridge, when accessing all but the dropbox folder, I get the message "the operation cannot be completed because you do not have sufficient permissions". This became a problem about a month ago and is causing me grief processing pics. A search for similar problems goes back many years ago. I have tried deleting com.adobe.bridge5.plist in library preferences but it makes no difference.Please, I really need some help.
Hi, I am trying to create an Adobe Bridge 2018 script to "Prepend filename to the Description".#target bridge addNametoMeta = {}; addNametoMeta.execute = function(){ var sels = app.document.selections; for (var i = 0; i < sels.length; i++){ var md = sels.synchronousMetadata; md.namespace = "http://ns.adobe.com/photoshop/1.0/"; var Name = decodeURI(sels.name).replace(/\.[^\.]+$/, ''); md.Caption = md.Caption + Name; } } if (BridgeTalk.appName == "bridge"){ var menu = MenuElement.create( "command", "Prepend Filename to description", "at the end of Tools"); menu.onSelect = addNametoMeta.execute; } Have tried: md.Description = md.Description + Name; Would like: md.Description = md.Description + " " + Name; Any suggestions out there ????
hello! Just update my Bridge for Mac and the ratings function is not working....any ideas????Amy
All previews are gone. Can't see a single file in the preview window when I open a folder or file as usual. This happened after I accepted a new prompt to see the great new library function in Bridge. Please fix this bug as it makes Bridge totally useless of course. I'm on W10. All updated.
Hi.I have images in .jpg and .png all in 300 ppp. The .jpg files bridge show me in metadata that the image is a 300 ppp but .png files are in 72 ppp. When i open file in photoshop the resolution is correct 3000 ppp.Any idea why bridge show incorrect metadata?Thanks
First, some background: I'm asking this question in lieu of having an actual DAM or database in place to generate thumbnail contact sheets from video files. The files are organized in a folder structure e.g. Client/Year/Job/Day/Camera/Card. There is a mix of common video and still file formats. I am working on a Windows 10 system. I would like to use Bridge (or anything reasonable) to preview and then output contact sheets of this library. I would also like to easily identity the directory location (or at least the folder) of the clip. One solution is to output each individual folder with the folder location info manually entered into the header/footer section.In some cases I'd prefer to "Show Items From Subfolders", but with the file location info displayed with the thumbnail and also included in the Output. I see that Preferences/Thumbnails allows additional lines of metadata (date, size, etc.). But Folder or Directory info is not available as an option. Also, the additional lines of
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Har redan ett konto? Logga in
Har du inget konto än? Skapa ett konto
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.