Connect with our global Bridge Community.
Actividad reciente
whilst renaming files in Bridge cc the number keys are not working any ideasall that happens is a word generating appears at the bottom of the screen[Here is the list of all Adobe forums... https://forums.adobe.com/welcome][Comments is to ask about the operation of the Forum, not a specific program][Moved from the Comments forum to the specific Program forum... Mod]
when I duplicate a .NEF file in Bridge, the colors on the copy are different than the original. Any idea how to fix this?
I am using the latest CC version of Bridge. I have been using color labels to sort shoots by year. I have used a color label for before 2014, 15,16,17 and 18. Is there a way to add more color label options for 2019?
Hi,Why isn't the representation of the fonts used in a document finally fixed? It annoys me every time I see it.
I am finding that I can't make adjustments in Bridge with the files from my Sony A7riii.Mary
My output tools disappeared from Bridge CC 2018.I'm on a Mac OS "High Sierra". Photoshop is the latest edition.I had to reinstall after a major crash of Bridge, and when I opened it up, batch and image processor (the whole photoshop menu) was gone.Upon internet research I saw this problem goes as far back as Bridge CS2, but I could not find fixes.I have had this problem once in the past, but I don't remember how I fixed it.Startup scripts Photoshop cc and bridge 2018 and bridge 2019 are there and checkedI have so much work to do (deadlines over deadlines) and can't do it without the automate menu - how do I get it back?
Recently updated to CC2018 and Bridge 2018. In Bridge under Tools menu the Photoshop and Google scripts do not work ( like Load Files into PS Layers, etc) . They connect with PS but nothing happens. The same scripts work if I apply them directly in PS ( like the image processor). I have all the scripts enabled in Bridge under preferences and I have unistalled and reinstalled the programs in different ways several times, but no luck.[Moved from the non-technical Lounge to the specific Program forum... Mod][Here is the list of all Adobe forums... https://forums.adobe.com/welcome]
I have discovered a conflict between Adobe Bridge and ChronoSync when using backups with the "Freeze file system" APFS feature enabled. This occurs with Mac OS Mojave and ChronoSync updated to work with Mojave.What's happening:• Whenever the sync starts, Adobe Bridge pops up an error saying "The operation could not be completed."Steps to repeat:• Run any ChronoSync task with "Freeze file system enabled" while Bridge is running• If it is disabled, then no error is generatedThank you very much
.AI file exported out of GSP Composer 5.0 will not display thumbnails in Bridge CC 2018I have been trying to find a work around to get .AI files exported from Composer 5.0 to display thumbnails in Bridge CC 2018, using a Windows 10 system. I have seen some potential solutions, but have not found one that works as of yet, so I figured that it was likely time to try posting a question on the forum. Gerber Science Products are unique and are used in very specific fields, so trouble shooting issues with the program can be challenging.I have .AI files that were exported out of GSP Omega Composer 4.0 and they read and produce thumbnails just fine in Bridge CC, but the newer .AI files from GSP Omega Composer 5.0 don't seem to want to display anything further than an icon. Composer's native file is a .PLT file, and in Windows Vista, we were able to preview the thumbnails. So this may either be an internal windows issue or a disconnect within Bridge CC.The new files read as AI (GSP) Adobe Illus
This week, the Find feature in my Adobe Bridge randomly stopped working. I typically use Find to search through hundreds of photos for work, all of which are labeled according to date, item, color, etc. When I load a folder into Bridge that I know has the images I need, I'll wait for the images to load and command + F to search for my files. Despite seeing all the photos load in the folder beforehand and knowing the file name exists within the folder, my search results yields "No Items to Display".I tried emptying the cache, reinstalling + installing, wiping user preferences and even using the Bridge search at the top right corner of the application. None of these have worked, and it is incredibly frustrating. I use Bridge everyday for work and to have to manually scroll through hundreds of photos for the right one is a waste of time.My only thought as to why the Find no longer works is because I recently uninstalled old versions of my Adobe software to clean up my computer programs. I
I had thought that there was an option to right-click on an image to show a menu that would allow the user to place images into Photoshop-- not seeing this now, just Illustrator or InDesign.
How to delete rating or set it to 0 with mouse? In old version of bridge it was simple: click to the left side of stars with mouse and done. How to do that in bridge 2019?
When keywording photos in Bridge using it's hierarchy system, Bridge writes excess text into my keywords text box that is only visible in Photomechanic. I cannot see these duplicate keywords in Windows nor Bridge. They seem to only be there for Bridge to reference and understand their hierarchy. Are these ACTUALLY keywords? Is there a way to remove them? I have scoured the internet for an answer. Thank you for any help you can give.
When I create a folder in Bridge and try to move my .jpg and .NEF files to that folder it comes up with the below error message ('An item with the name .....' already exists in 'New folder') . This is despite the fact that there are NO images in the new folder. This has only started happening in the latest version of Bridge and i am curious to see if I'm the only one
Having problems rendering HDR psd thumbnails in Adobe Bridge. I was hoping that someone might be able to help me. I recently downloaded the most recent version of Bridge from my creative cloud subscription (Adobe Bridge CC2019 version 9.02.219). After doing so I found that HDR psd files would not render correctly in bridge. I can still open them in photoshop, work on them, save them and import them into Lightroom but I cannot see them in bridge.My workflow has not changed. I start by importing all my raw files into Lightroom, organizing them into files labelled year-month-day-subject/event, and then open into Photoshop using Bridge CC. In bridge I select three bracketed images and "merge to HDR Pro" using the bridge menu, I select the 32 bit option and I complete the edit in Camera Raw followed by photoshop. I then save the file to my predefined file structure and synchronize in lightroom. When I go back to look at the files in Bridge I c
Since updating to the current design, filtering thumbnails by rejected, unrated, star rating, or labeled/unlabeled does nothing, even after a reinstall. Anyone else experiencing this? How do I restore this functionality?
Hi allI'm having a quite big problem (I'm desperate).I have around 3000 image files with various text in the metadata Creator fields.CreatorCreator: Job TitleCreator: AddressCreator: CirtCreator: State/ProvinceCreator: Postal CodeCreator: CountryCreator: Phone(s)Creator: Email(s)Creator: Website(s)I need each field copied to the Description field (with line breaks of course).So the Description field end up having anywhere form 1 to 10 lines depending on which of the above fields have data. So if a field is empty, nothing gets copied.I don't know anything about scripting - and I'm a little desperate..It it possible? Can anyone help me? Or point me to a possible solution?Thanks in advance!Kind regardsHenrik
Suddenly, I can't get Bridge search function to work. I reset preferences and selected "View-->Show Items From Subfolders" but Bridge displays nothing. I've searched this Forum, but cannot find a solution. Please help. Thanks.
Hi allI stumbled across this script from Paul Riggott. It copies the file name to the Title field. Tested it and it works like a charm. So far so good.#target bridge if( BridgeTalk.appName == "bridge" ) { FT = MenuElement.create("command", "Add FileName to Title", "at the end of Tools"); } FT.onSelect = function () { AddFilenameToTitle(); } function AddFilenameToTitle(){ var thumbs = app.document.selections; if(!thumbs.length) return; if (ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript"); for(var a in thumbs){ var selectedFile = thumbs.spec; var Title = decodeURI(selectedFile.name).replace(/\.[^\.]+$/, '') var myXmpFile = new XMPFile( selectedFile.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_UPDATE)
I recently scanned over 40 years of slides onto my computer. I am using Adobe Bridge to help me organize these pictures. In metadata, I am trying to update the date that the photo was taken. However, for most of the photos the best I can do is to say something like "Summer 1975". Other than just picking a date (ex June 1,1975), is there anything else I can do? Also, can the time function be disabled or blocked? Thanks
We are running an Imac Pro connected to external drives, with 2 different imacs accessing via network.From time to time Labeling becomes unusable, Cannot rate/label with CMD + num or manually click to star/ make selections. Restarting the computer helps for a certain time, labels can be made but then will happen again. Cache size has been increased by double as well as purged, issue still persists. One way to make the issue happen on demand is if one of the other Imacs labels an item in the same folder which then renders the iMac Pro unusable. Suggestions, thoughts, HELP???
Hi there,I'm trying to start ACR from Bridge and I get the following error (it's in Dutch so translated it says that the editing of Camera Raw-images is not available because a license is necessary for this product):I have installed Photoshop Element 2019 so I do have a license.How do I solve this problem?Thanks for your reply.Paul
G’day!A colleague has recently encountered problems when exporting contact sheets using Bridge CC 2019’s Output Module. Exported from CC 2018Exported from CC 2019There appear to be massive artificts in the brightest regions of the image that look like what GPU problems might cause in other applications. His OS is Mac but I don’t know the exact version at the moment, but still: Do any of you have experienced something like this and figured out (likely) culprits? And please forgive me if I should have overlooked existing threads on the issue. Regards, Pfaffenbichler
I often have folders of small jpegs that I would like to browse with the images blown up to monitor size (27" Retina iMac). Unfortunately, enabling monitor-sized previews doesn't generate zoomed in previews of these small files. Is there any way to get Bridge to behave the way I would like it to? Thanks.
Todo funcionaba perfectamente hasta la última actualización del Camera Raw y Photoshop. Desde entonces, Bridge no me deja poner palabras clave, por ejemplo y cuando intento abrir un archivo desde camera Raw en Photoshop no hace nada, abre el programa pero no el archivo.Todo esto solo ocurre cuando trabajo en el servidor. Si esa misma carpeta la llevo al escritorio, todo funciona perfectamente
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
¿Ya tiene cuenta? Iniciar sesión
¿Aún no tienes una cuenta? Crea una cuenta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.