Why do thumbnails in Adobe Bridge CC display in desaturated color?

Running Adobe CC on MBPro 15" Retina with attached Eizo CX271 monitor, Yosemite 10.10.3, MBPro and Eizo monitor are calibrated with Color Munki Photo and running under their own color calibrated profiles. My photo files have always appeared quite similar in Bridge, PS, and LR. Now Bridge thumbnails display as desaturated and color shifted when viewed on the Eizo monitor (my primary workspace for color correction).

We are all just incompetent users here.  As pointed out before this is just a user to user forum, Adobe rarely checks in.
I was hoping by now you would have gotten to the bottom of this problem and were offering a solution.

Similar Messages

  • FLVs created with ADOBE MEDIA ENCODER CS6 do not display thumbnails in ADOBE BRIDGE CS6

    Could you please attempt to shed some light on why FLVs created with ADOBE MEDIA ENCODER CS6 do not display thumbnails in ADOBE BRIDGE CS6, yet apple finder is able to display thumbnails for these same FLVs without issue?
    I'm running CS6 Production Premium with ALL updates installed on 10.6.8
    I appreciate any input and help provided the input is provided by someone who either
    A) knows the answer because they actually work for adobe
    B) actually tried this themselves before attempting to provide a solution
    If the conclusion is that it is a codec issue or a header issue with the FLVs You'd have to present a very strong case to back that claim up as it makes no sense whatsoever that CS6 is unable to generate thumbnails for media encoded using CS6, yet Apple finder can without issue. NOT to mention the FLVs in question are CREATED on the same machine with the same codecs installed that is trying to generate previews in Bridge.
    Apologies if my frustration is showing, I've gotten and seen several... incompetent replies on this forum regarding this issue and it has never been actually addressed properly as far as I can tell by Adobe support.

    We are all just incompetent users here.  As pointed out before this is just a user to user forum, Adobe rarely checks in.
    I was hoping by now you would have gotten to the bottom of this problem and were offering a solution.

  • Why won't my Adobe Bridge open?

    Why won't my Adobe Bridge Open? I keep getting an error message. I first installed the free trial of Illustrator CS 6, but a few days ago joined the creative cloud. I would just uninstall & reinstall Bridge, but its not in the list of apps to install. Since joining the cloud I have also installed photoshop & indesign. Doesn't Adobe have chat support? I used in when first signing up for Cloud. Now I can't find it.
    Thanks!

    Hi Trisher83,
    Bridge gets installed along with other programs (like Illustrator or Photohop) so it might require uninstalling all CS6 products to be able to reinstall it.
    I would uninstall all CS6 products and then reinstall one which includes Bridge from a new user account and test to see if you still get the error.
    These links might be helpful for reaching support
    http://forums.adobe.com/community/download_install_setup
    http://helpx.adobe.com/contact/
    http://www.adobe.com/support/download-install/supportinfo/
    -Dave

  • Adobe Bridge CS6 display question

    I am a landscape photographer.  Many times I shoot multiple exposures of the same scene to combine them later in HDR.  These are generally 3 or 5 exposures taken at the same time.  It would be very useful to see each set of multiple exposures on a separate line in Adobe Bridge so I can quickly choose which set to use for processing in HDR.  Does anybody know how to do that?  I could not see it in the View options in the menu bar of Bridge.  I am using Adobe Bridge CS6 (5.0.1.21) on MAC OSX 10.6.8. Any help is appreciated. Thank you.
    www.ajitphoto.com
    Sunnyvale, CA

    It would be very useful to see each set of multiple exposures on a separate line in Adobe Bridge so I can quickly choose which set to use for processing in HDR
    You can't do so in Bridge when having different amounts of series. If you shot always 5 you could drag the content window to a new size in combination with changing the thumbnail size so 5 thumbs would show in a row. The same with 3 but there is no way to have a content window showing 1 line with 3 and 1 line with 5 files in the same panel.
    In filmstrip mode you have 1 single line but that does not meet you wishes also.
    There is the option to auto stack for HDR or Photomerge (Stacks / Auto stack Panorama-HDR) but frankly spoken this sucks because it either does not do the job properly or simply crashes Bridge to my experience.

  • XMP metadata from Flashbuilder why not visible in Adobe Bridge?

    Hi there,
    I'm currently wondering around XMP metadata and swf files.
    A: Flash CS5: works
    When I use the XMP panel in Flash CS5 and export a swf, open Adobe Bridge CS5 and select the file, the XMP data are correctly displayed.
    B: Flash Builder(Flex 4.1): don't work
    When I use Flashbuilder and add my metadata to the compilation, then compile, open Adobe Bridge CS5 and select the file, nothing is included in metadata.
    Procedure based on the following (same problem if metadata are directly set through compiler arguments):
    http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html
    ../src/config/ProductMetaData.xml
    <flex-config>
    <metadata>
        <title>My title</title>
        <description>My description</description>
        <publisher>The publisher</publisher>
        <creator>The creator</creator>
        <language>EN</language>
    </metadata>
    </flex-config>
    compiler argument
    -load-config+=config/ProductMetaData.xml
    As far as understood, on the background the following is added to the swf at compile time:
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'>
            <dc:format>application/x-shockwave-flash</dc:format>
            <dc:title>My title</dc:title>
            <dc:description>
                <rdf:Alt>
                    <rdf:li xml:lang='x-default'>My description</rdf:li>
                </rdf:Alt>
            </dc:description>
            <dc:publisher>The publisher</dc:publisher>
            <dc:creator>The creator</dc:creator>
            <dc:language>EN</dc:language>
        </rdf:Description>
    </rdf:RDF>
    I've checked that the medata is correctly added to the swf file using this small software polarswf:
    http://download.cnet.com/Polar-SWF-MetaData/3000-6676_4-10738623.html
    I do not know if it is safe to use it in a produciton context at least in trial mode it allows to check the metadata included in your swf.
    I wonder if this metadata coonot be read by Adobe Bridge because they are at a "lower level" than those put by flash CS5 XMP panel?
    Thank you in advance for your help.
    This is not a blocking situation, but I'm curious to understand what happend.
    Cedric Madelaine (aka maddec)

    I was following this post for a LONG time, since I noticed the same problem.
    This week I was getting in it into myself again and I noticed you use load-config. I used these compiler options :
    contributor name
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    creator name
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    date text
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    But that resulted in this XML string where the dc namespace was missing a / on the end of the URI
    That caused the metadata which was added in flashbuilder was only visible in bridge in the rawXML panel, and not the specific fields
    changing the URI in http://purl.org/dc/elements/1.1/ did the trick ( did this in bridge by exporting the rawXML, changed the / , and imported it )
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'>
            <dc:format>application/x-shockwave-flash</dc:format>
        </rdf:Description>
    </rdf:RDF>
    Sadly there was no way I could add this / myself everytime.
    BUT then I discoverd this option :
    raw-metadata XML_string
    Defines the metadata for the resulting SWF file. The value of this option overrides any metadata.* compiler options (such as contributor,creator, date, and description).
    This is an advanced option.
    And you could give the exact RAW XML as you  described
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1/'>
            <dc:format>application/x-shockwave-flash</dc:format>
            <dc:title>My title</dc:title>
            <dc:description>
                <rdf:Alt>
                    <rdf:li xml:lang='x-default'>My description</rdf:li>
                </rdf:Alt>
            </dc:description>
            <dc:publisher>The publisher</dc:publisher>
            <dc:creator>The creator</dc:creator>
            <dc:language>EN</dc:language>
        </rdf:Description>
    </rdf:RDF>
    to the compiler. This could also be done in Flash with JSFL.
    In the end I wrote an ANT script which injects the exact XMLstring of metadata to Flash and Flex projects by using the raw-metadata parameter in FLEX and JSFL for flash.
    Hope this helps

  • Viewing RAW file thumbnails in Adobe Bridge

    Hello folks have a problem which is driving me crazy and I'm hoping someone might be able to give me some pointers. Until recently I was able to view my NEF RAW files as thumbnails in Bridge, click on them and they open in camera raw fine. But all of a sudden though, as I open a folder in bridge I get a brief display of thumbnails which then all convert to just a white sheet icon. If i click on any of these identical icons then the file opens as normal in camera raw,but I cant see the thumbnail preview to know which shot is which. Has anyone had/solved this problem - any ideas as to what it might be causing it? All ideas gratefully received. I am using Elements 8 and Bridge CS4. I have looked through Adobes threads and they had some trouble shooting tips on the issue but these have not worked.
    One of the issues they mentioned was checking if your bridge files were in the right place. I am not sure if the bridge file should be inside the Elements file or or not - i am wondering if this might be the problem as i accidentally moved my bridge file and then moved it back to the applications file - so i have included a screen grab of where my files are. and this is what the NEF - RAW thumb looks like instead of a thumbnail
    Any help or pointers very GRATEFULLY received

    Since no one else, like Barbara has replied more to this, at least publically, I will give some suggestions although I'm a Windows user and it would seem you're on a Mac.
    The momentary flashes of image followed by a white sheet icon means that Bridge is initially showing you the camera-embedded JPG preview image, which typically has black bars, and then what is supposed to happen is Bridge uses its ACR to render each RAW using Adobe settings and recreate a new preview.  Apparently something is wrong with Bridge's usage of ACR so the Adobe-specific preview never gets created. 
    Your "new" D300 has been supported since CS3 ACR 4.3.1 so it isn't your CS4 ACR version being older than your camera that is the problem, unless the model of camera was mis-reported. 
    A clarification question: is it the case that NEFs from both your older camera and the newer D300 fail, now, in Bridge?  Another question would be what version of ACR is being used in Bridge and what is being used in Elements.  You can figure this out by doing Help / Plug-ins... / Camera RAW in Elements and maybe there is something similar in the Bridge preferences area.
    As far as what could be wrong:  on a Mac, I believe there is one ACR plug-in for Bridge and another ACR plug-in for Elements, but I have no way to verify where to look on the Mac for them.  Your symptoms suggest that the PSE ACR is ok, and the Bridge ACR went missing or was damaged, recently, and you may be able to fix things by updating the Bridge CS4 ACR plug-in on the Mac to whatever it thinks it needs, or ACR 5.7 if you want the newest one compatible with both CS4 and PSE8, although PSE8 can be updated to ACR 6.1 which wouldn't be compatible with Bridge CS4.
    First, try to use Bridge / Help / Updates to check for a new version of ACR and install one if it finds one to install.  If it sees nothing to update, then try to manually install it via the instructions on the Mac-ACR 5.7 updates page.  There is an install for CS4 and an install for PSE 8.  It isn't clear if you can merely use the update for PSE 8 or need to also do the update for CS4.  I would try both updates if you can find folders that match both the PSE and CS4 ones mentioned in the instructions. 
    To find the ACR 5.7 update for your Mac:
    Go to http://www.adobe.com/downloads/updates/
    Change the drop-down up top to Camera RAW - Macintosh and Go
    Click on the ACR 5.7 link.
    On the page that comes up there is a download and instructions for various products including PSE 8.
    You may need to clear your previews cache, again, after installing.

  • Can't view NEF files thumbnail from Adobe Bridge CS4

    Hi,
    I hope someone can help/
    I'm using Win Vista 64bit. Installes Photoshop CS4 32bit & 64bit. My PC specs is enough to run the application. My problem is in Bridge CS4, I can't see any pic when I load files like NEF (RAW) or CR2 (RAW). In Bridge CS3 no problem until I installed CS4 problems arised.
    Pls help me soon as I need to sort out the pictures & select for printing. TIA.
    -Adnan

    did you do try all the things listed in the tech note linked at the top of the Bridge forum?

  • How do i add buy now buttons for paypal on thumbnails in Adobe Bridge photoalbums

    I have a series of photographs which i am selling online. I have found Bridge to be wonderful in creating a photoalbum but can't add the buy now button from paypal as I can in Dreamweavers albums

    ashbid wrote:
    I have found Bridge to be wonderful in creating a photoalbum but can't add the buy now button from paypal as I can in Dreamweavers albums
    Nor should you. Bridge is merely focused on processing images. Whatever limited HTML code it spits out is solely to the purpose of allowing others to view your image collections online. nothing more. Bridge has no graps of web design. Still, I don't really see your problem. Nothing stops you from copy&pasting different peices of code together or looking for alternate solutions with dynamic JavaScript or Flash based galleries as well as using PHP-based content managemnt systems for spitting out hundreds of pages based on a server template... if you get my meaning: It's more of a problem with your workflow and placing expectations on something that never was meant to be used that way.
    Mylenium

  • Why is my CS6 Adobe Bridge SO Sloooooooow? It has become unusable I have deinstalled it and reinstalled. NO VIRUS, NORTON'S REPORT.

    t has become unusable I have deinstalled it and reinstalled. NO VIRUS, NORTON'S REPORT.I am a drag racing photographer, shoot RAW exclusively and thouands of photos. Right now I'm switching to Corel' s After Shot 2 so I can ge my photos processed. HELP, HELP, HELP I'm going down for the 3rd time!!!

    t has become unusable I have deinstalled it and reinstalled. NO VIRUS, NORTON'S REPORT.I am a drag racing photographer, shoot RAW exclusively and thouands of photos. Right now I'm switching to Corel' s After Shot 2 so I can ge my photos processed. HELP, HELP, HELP I'm going down for the 3rd time!!!

  • TIFF files in Adobe bridge

    My normal routine after I have converted my Nikon NEF files and processed them in Photoshop CS3 is to save as TIF files. These have always then been visible in Adobe bridge CS3. For some reason I can no longer see the picture thumbnail in Adobe bridge - instead I just get a thumbnail showing a TIFF logo rather than the picture itself. Does anyone know how I can restore things so that the thumbnail shows the actual converted picture? My NEF files and any converted JPGs continue to show as actual picture thumbnails in Bridge.
    Many thanks
    Steven

    Hello Curt and Charlie
    Thank you both for taking the time to help me with my tif file problem. Unfortunately none of the sugestions worked and consequently I decided to reinstall the Photoshop suite without removing the existing programme. I did this hoping it would repair any corrupted files and because I took fright at the deactivate message not knowing what the implications would be for installing on other computers or in the event of a hard drive failure.
    Anyway, the result was that I still could not see my tifs as picture thumbnails in Bridge. I hit on the idea of trying the original RAW files and converting them into fresh tifs in Photoshop CS3. Hey presto, I can see these fresh tifs as picture thumbnails in Adobe Bridge, so I can go back to my original workflow if I want with any new photographs.
    I then reinstalled lightroom 2 and it happily shows all the tifs I possess as picture thumnails. By some trickery I don't understand I used the edit as a copy function in Lightroom for one of the tifs I can't see in Bridge. I was surprised to find the new copy created in Lightroom is viewable as a picture thumbnail tif in Bridge. So I now have a workaround to see some of my old heavily-processed tifs as picture thumbnails in Bridge. I'm still completely mystified why my original tifs won't show as picture thumbnails in Bridge.
    The irony is that after this amount of playing around in Lightroom I have begun to get used to it and found it can do what I was trying to do in Bridge i.e. quickly identify and compare different versions of the same image after differing Photoshop post-processing regimes. Instead, I'm now wondering if I will ever need to bother with Bridge again - is there anything that Bridge can do that Lightroom can't?
    Thanks again for your help
    Regards
    Steve

  • M2t files in Adobe Bridge

    Is there any way to preview .m2t files in Adobe Bridge?
    Note that if i rename the .m2t to .mpg or.avi the preview is ok.
    Thanks in advance

    Hello Curt and Charlie
    Thank you both for taking the time to help me with my tif file problem. Unfortunately none of the sugestions worked and consequently I decided to reinstall the Photoshop suite without removing the existing programme. I did this hoping it would repair any corrupted files and because I took fright at the deactivate message not knowing what the implications would be for installing on other computers or in the event of a hard drive failure.
    Anyway, the result was that I still could not see my tifs as picture thumbnails in Bridge. I hit on the idea of trying the original RAW files and converting them into fresh tifs in Photoshop CS3. Hey presto, I can see these fresh tifs as picture thumbnails in Adobe Bridge, so I can go back to my original workflow if I want with any new photographs.
    I then reinstalled lightroom 2 and it happily shows all the tifs I possess as picture thumnails. By some trickery I don't understand I used the edit as a copy function in Lightroom for one of the tifs I can't see in Bridge. I was surprised to find the new copy created in Lightroom is viewable as a picture thumbnail tif in Bridge. So I now have a workaround to see some of my old heavily-processed tifs as picture thumbnails in Bridge. I'm still completely mystified why my original tifs won't show as picture thumbnails in Bridge.
    The irony is that after this amount of playing around in Lightroom I have begun to get used to it and found it can do what I was trying to do in Bridge i.e. quickly identify and compare different versions of the same image after differing Photoshop post-processing regimes. Instead, I'm now wondering if I will ever need to bother with Bridge again - is there anything that Bridge can do that Lightroom can't?
    Thanks again for your help
    Regards
    Steve

  • Corel Painter RIF Files In Adobe Bridge CS5.1?

    Hello,
    Does anyone know how I can view Corel Painter 12 RIF file thumbnails in Adobe Bridge CS5.1 For Windows?  Right now Bridge just shows a blank icon.  When I used Painter 11, the RIF file icons showed a thumbnail of its image in Bridge.  When I upgraded to Painter 12 this went away.  I can see the Painter RIF file thumbs in Windows Explorer, but not within any Adobe application.
    Anyone?
    Thanks,
    Michael R.

    Yep, same here. Running Adobe bridge CS5.1, upgraded to Mountain Lion yesterday. Navigated to folder that contained a zip file and Bridge crashed. I removed the zip file, launched Bridge again,and went to that same folder. Worked perfectly. On a hunch, I dragged a zip file back into that folder in Bridge, and *WHAP* down she goes again.
    Looks like we wait for a fix. *sigh*
    Unless...File type association somehow comes into it? Interesting, I just checked (it's under Preferences) and neither a zip file or a doc file is in the list.
    Furthermore, there doesn't seem to be any way to add a new file type. Hm. Don't know if it has anything to do with the crashing, but man, what a pain this is!

  • I can't see NEF files in Adobe Bridge

    My Bridge doesn't show my nef files (taken by both d40x and d700). The thumbnails in Adobe Bridge S3 show the icon Nef but they don't show the image. I can't see the images in raw. If I click on the icons 'camera raw' opens and I can develop the nef files. I'd like to see the previews instead. I've downloaded the latest camera raw (4.6) and manually installed it but it doesn't work. The camera raw instructions say to install it in:
    Common Files\Adobe\Plug-Ins\CS3\File Formats
    but I have this directory instead:
    Adobe\AdobeBridgeCS3\plug-ins
    Who can help me?!
    Thank you!

    ant3774 wrote:
    Common Files\Adobe\Plug-Ins\CS3\File Formats
    Yes, it must be in a location above and nowhere else.  Only one version is allowed in this directory.

  • Good afternoon ladies and gentlemen!   My question concerns the impossibility to open RAW-files directly from the program Adobe Bridge. At the moment when you open a RAW-file from Adobe Bridge by double-clicking, RAW-file is opened only in Photoshop. In t

    Good afternoon ladies and gentlemen!
    My question concerns the impossibility to open RAW-files directly from the program Adobe Bridge. At the moment when you open a RAW-file from Adobe Bridge by double-clicking, RAW-file is opened only in Photoshop. In the settings Adobe Bridge - in "open RAW-files by double-clicking in Adobe Camera Raw» box is checked. When you try any changes in the settings Adobe Bridge system displays a message:
    Bridge's parent application is not active. Bridge requires that a qualifying product has been launched at least once to enable this feature.
    The entire line of Adobe products on my computer updated to the latest updates. Previously, a family of products Adobe Photoshop on your computer is not set. Computer - PC, Windows 7 Enterprises.

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • Thumbnails of Adobe  Illustrator CS2 have disappeared

    I noticed that all of the Adobe Illustrator CS2 thumbnails have turned into just generic icons. This is pretty useless if you have files to browse through and you want to see the thumbnails in Spotlight or Finder. I can see thumbnails in Adobe Bridge, but I prefer using Spotlight.
    Photoshop files have their icons, as do all .jpg .tiff and others. Also old AI files that I haven't opened in AI CS2 have their thumbnails as well. But as soon as I open them in AI CS2, the thumbnails are gone forever!!
    How can I have the thumbnails back?
    What is going on? Is this is another example of "Made for Mac" that is NOT?
    Adobe people seem to think that it's an OSX issue, so please OSX wizards don't tell me now that it's an Adobe issue.
    Thanks a lot for any help,
    Artur

    No Illustrator I have ever used, and this goes back to Illustrator 88, has put anything but a generic program icon on any file.
    If you have old Illustrator files with icons on them then most likely you were using a third party software to do it and they will be lost as soon as you save it.
    This is not something Illustrator has ever done. Try using Thumbnail Pro:
    http://www.mikethole.com/thumbnail/
    Only $10 and works pretty well.

Maybe you are looking for

  • How can I set the file name and folder for output to PDF from another application?

    I am developing an application in Microsoft Access where the printed reports are to be saved in PDF format for archive purposes. I can send the output to Adobe X, but the default file name is the Access report name and the folder selected is the one

  • Where did voice-to-text go in IOS 8.1 Message app?

    I've done a pretty extensive search and I can't find anyone asking about this - so it may just be me. I understand why the development team decided to make  the microphone send a voice clip in Messages instead of converting voice-to-text.  The proble

  • FI substitution rule for Business area  on New GL view(FAGLFLEXA)

    Hi Gurus, Need a your expertise guidance. We have a requirement to substitute u2018Business areau2019 field on GL view(table u2013 FAGLFLEXA) for all FI postings.. I am trying to achieve this by OBBH substitution rule using user exit, Is this possibl

  • Data Source for Oracle reports

    Hi, Can Oracle Reports support anyother data source. I am using Reports Server to invoke reports. The requirement is client passing the dat that have to come in the report. (The size of data can be high).So is there any method other than sending the

  • Wowza with Flash Media Live Encoder

    Video Quality Problem: Action Script netStream X Flash Media Encoder Hi, We're running Wowza to stream a live webcam from a Flex web application (using ActionScript 3 netStream method) for a 1 to 1 video chat. We are able to stream it properly, but t