Connect with our global Bridge Community.
Recently active
the following sequence results in a Photoshop error:1. select file some-image.dng in Bridge2. mouse right click 'open in Camera Raw' ; image opens in ACR3. in ACR click 'open' to edit in Photoshop: error message 'impossible d'ouvrir some-image.dng car le module de format de fichier ne peut interpréter le fichier' the following sequence on the same file works1. select file some-image.dng in Bridge2. mouse right click 'open with Photoshop v24 default' ; image opens in ACR3. in ACR click 'open' to edit in Photoshop; image opens in Photoshop OS: Windows 10Photoshop: 24.0.0ACR: 15.0.0.1264Bridge: 13.0.0.562
How do I set the parameters so that changes in camera raw in adobe bridge are automatically saved on the disc?
Hi,The attaced screen shot shows part of my Bridge. The main image is a shot I took and saved in its own folder yesterday (which has not been edited and is still a RAW file) and the visible thumbnail is an edited jpg I took on the 28th October.Can anyone explain why these files have got mixed up?And more importantly can anyone help me to recover my jpgs?Thanks for your considerationPhil
Hallo allerseits,seit einer Woche nutze ich die neueste Version von PS und Bridge. Nur habe ich das Problem, dass grössere Panorama-Bilder (Dateien die auf der Festplatte zwischen 2-6GB gross sind und diverse Korrekturebenen enthalten) nicht mit einer Vorschau versehen werden. Unter CS6 das ich seit 10 Jahren nutzte funktionierte dies Problemlos. Sobald man nur noch die Hintergrundebene lässt, gehts. Die Option in den Programmeinstellungen, wo man festlegen kann bis zu welcher Grösse der Fotos eine Vorschau erstellt wird, habe ich über die Grösse gesetzt in der die Fotos sind.Den Cache für ein bestimmtes Bild zu löschen oder den ganze Cache zu löschen bringt auch nichts.Seit gut einer Woche probiere ich nun alles mögliche, ohne Erfolg. Es ist recht bedenklich, dass eine uralte Programmversion problem los läuft und die aktuelle Version nicht.Nun ja, falls ich das Problem nicht lösen kann, wechsle ich halt wieder zurück zu CS6 und kündige das Abo. Sollte jemand eine Lösung kenn
I quite often use "Reveal in Finder" on folders to find their location. I use right-click with my mouse on a mac. Bridge 2022 and prior, this would reveal the folder. Bridge 2023 opens the folder in the finder to the contents of the folder. I want the folder, not the contents.. Due to this change, in finder I have to right-click the folder title and move back to the drive holding the folder. This means that I now have to find the folder on my own.I use right-click Reveal in Finder in the Favorites window, the Folders window and the Content folder. All of these now reveal the contents and not the folder. View > Show items from Subfolder is not the answer.This change has significantly slowed down my workflow.
Hey, is there someone that figured out a way to make a panorama workflow in Bridge? It would be so great if we could select the images and directly start the stitching process. Any advice appreciated thanxs Peter (and I would like to go from bridge>stitch>gradeCamera RAW>PS in one go) Camera Raw could have an action like : select sky > S Curve > reverse S curve > hole picture contrast and open in PS)
HELP!! Everytime I use Bridge 2023 and make my image adjustments and try and open the images into photoshop it just closes the images instead of opening in photoshop. It works if I do ONE image at a time but its busy season and thats simply not possible. Seems like the only fix is to uninstall PS 2023 but has anyone found a work around? I am really hoping a big update is already in the works!!! I am using a mac and all of creative cloud is updated to latest versions.
The latest version (13.0) of Adobe Bridge is still too buggy: Once opened it works briefly, but after browsing some images it uses all my PC's resources; its processor and RAM are abnormally over-used. My laptop gets very noisy. And when I then close Bridge, it remains running in the background. If I then try to launch it again, it actually won't open at all, even though it still shows up in the Task Manager, where I have to force close it. Other than that, I don't like the new interface, the previous version (12) is way more crisp clear. When double-clicking a folder on the left Folders panel it opens up the folder there in v12, where as in v13 you have to twice single-click to open, just a bit silly deviation from how to navigate folders. For now I'm just fine with v12.
I originally bugged this back in pre-release, several versions ago. Sound familiar? You did a total rewrite and didn't fix this.
I have a script which sets the folder to be displayed at startup, by changing the Bridge folder when closing the app. Bridge sets the target preference and that is opened at next launch. Works in previous versions, of course its one more thing broken in 2023. I can watch the target being correctly set (on Windows, in the registry) but that is ignored upon relaunch. #target bridge if(BridgeTalk.appName == 'bridge'){ var LaunchFolder = new Object; //pref panel identifier #include "prefsReader.jsxinc" //shared prefs read code try{ function appQuit(event){ if(event.location == 'app' && event.type == 'close' && app.preferences.UtilPack_launchfolder_auto == true && vers[0] < 13){ if(Folder(app.preferences.UtilPack_launchfolder_folder).exists){ var thumb = new Thumbnail(Folder(app.preferences.UtilPack_launchfolder_folder)); app.documents[0].thumbnail = thumb;
Because undocked panels are not standard windows, they cannot be properly resized if moved to a second display, nor can they be snapped to the display edges or made full-screen like, you know, every other app running on Windows 10. Please go back to using standard window controls including scroll bars and window widgets, and allow standard behaviors.
Hello,Is it possible to duplicate the Preview Window that i have one Preview Window on 1st Monitor and also a 2nd Preview Window on my 2nd Monitor.
I have a script demo to add the dc:title field to the thumbnail tooltip. It works in Bridge 2022, broken in 2023. #target bridge if(BridgeTalk.appName == 'bridge'){ var showTitleCmd = MenuElement.create('command', 'Show Title on Hover', 'at the end of Tools'); showTitleCmd.onSelect = function(){ showTitle = function(event){ try{ if((event.type == 'hover') && (event.object instanceof Thumbnail)){ var Thumb = new Thumbnail(event.object.spec); md = Thumb.synchronousMetadata; md.namespace = 'http://purl.org/dc/elements/1.1/'; var ti = md.title[0] ? md.title[0] : ''; if(ti != '') Thumb.core.itemContent.tooltip ='Title: ' + ti; return{handled:false}; } } catch(e){ } } app.eventHandlers.push({handler: showTitle});
Recently there was an update to my Bridge software. Currently at version 13.0.0.562. Since the update import on the IPTC Cultural Heritage Metadata and the Metadata Deluxe add-ons have not worked. Any suggestions on a fix? Is this just me or are others having this problem? Thanks
Greetings, I'm using Bridge CC 2022 on an M1 Macbook Pro running OS Monterey 12.4. Bridge doesn't appear to generate Thumbnails for large (~2GB) psd/ psb files. I have Bridge settings at Recommended. The directory has 26 such large files and I left Bridge running for several hours (in a separate screen). I also find that Bridge doesn't show me File Info Metadata for these files. Is Bridge just slow or is there another issue? Thanks in advance for your reply.Regards,Rajnesh
When I zoom in on a photo (using spacebar), then go do soemthing else like go on the Chrome browser, when I go back and hover over the zoomed photo on Bridge, pressing spacebar doesn't zoom back out. I used to be able to do that.
I am running the latest 2023 version of bridge under Win 10 (64 bit). (1) In the past I was able to view my ratings of each photo in the thumbnail display on the left side. Now, with the latest version, I cannot figure out how to show this. The display of ratings in thumbnails is essential to the way I post-process raw files. What can I do to rectify this problem.(2) Also, when I select an image to be shown in the Preview mode, I cannot see the camera settings (e.g., shutter speed, iso, and lens aperture) under the file name in Preview. How can I rectify this problem? Mike
Hello all, I just got a new reader and Bridge does not see it. I'm in a PC. Windows 11 with the lates Bridge (12.0.0.234).Bridge does see the old card reader.The laptop does work, so must be a setting on the pc. Any ideas?
When double clicking on a photo in Windows Explorer while Adobe Bridge is open, it won't open the photo in Bridge. I have to close down Bridge, go back to Windows Explorer and double click on the photo again, then it opens in Bridge. Never had issues before the update.
I’m having trouble with Bridge/Photoshop. After I finished working on a batch of images in Bridge, I then go to the menu to “process” - Tools Tab>Photoshop>Image Processor.At this point it doesn’t process the images but takes me to the Adobe Cloud app that gives me a message that reads, “Install latest version of Photoshop”. When I look at the Adobe Cloud app It reads“Up to date”. Can anyone help me with this issue? Thank you!
And where is my beloved light gray theme?
Bonjour à tous,Est-ce que quelqu'un pourrait me dire comment supprimer les mots-clés parents de toute la liste (thésaurus) des mots-clés attribués à mes images dans Bridge.Ce que je voudrais obtenir c'est que toutes mes images (50000 environ) aient les mots-clés enfants sans les mot-clés parents.Je sais le faire image par image mais pas pour la totalité des images, J'ai essayé de sélectionner toute la liste mais ça ne va pas !Merci de m'aider.PapyGribouille
Hi @teja vepakomma17103441Hi Adobe staff, looking at the Bridge 13 feedback you got here on the forums, one has to conclude that this release was quite a failure. Numerous users who depend on Bridge for their daily work have downgraded to version 12. I don't want to reason about causes here, but offer a pragmatic suggestion that will help many users in the short term. The majority of Bridge users will use the program along with Photoshop and other CC apps. Unfortunately, after a downgrade to Bridge 12, the connections to e.g. Photoshop 24 no longer work via Tools/ Photoshop. A simultaneous downgrade to PS 23 and various senseless installation and deinstallation cycles would be necessary to get versions in sync. Downgrading Photoshop and ACR, however, would be painful, as both deliver interesting innovations and run stable. Realistically, after all the feedback for Bridge Release 13, it will take your team several months to deliver a version that sees wider
When I open Bridge I get the home screen very shortly followed byAt this point the only option is to close the programme
Adobe Bridge 2023 does something but it's not clear what. On idle it uses all resources and heats up the MacBook Pro to 99°C constantly. Previews are rendered, Bridge restarted, and Mac restarted. Still running wild. Observation:If the window is active it goes nuts. If the window is not active it calms down a bit at least.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.