Displayed picture is brighter in LR

Hi
Doing some editing work on b&w pics, I noticed that the picture displayed by LR (4.1) is a lot brighter than in Photoshop (CS6) or in Topaz' b&w Effects.
Haven't tried to print yet, but I was wondering if I missed something...
Any clue?
thanks
Win7x64, LR4.1, CS6

Great.  Now you might find that happens again in future, and there are 2 reasons it could happen.
1.  Check Preferences dialog > Presets tab and check that 'apply auto tone' isn't checked.
2.  With one of the problem photos selected, go to Develop module > Develop menu > Set Default Settings and press the Restore Adobe Defaults in case you changed them accidentally.

Similar Messages

  • Pictures are bright when viewed in photoshop

    I have a couple of computers with calibrated monitors (Huey for both xp and vista). So if I view a photo in photoshop elements (4 and 7 and also ACR as I import DNG's) the picture is brighter than any other applications I view it in (iview, canon's digital photoshop pro, safari, ie7 etc) and the print (using canon printer, paper, ink and profile).
    They are brighter even when displayed side by side with the other application running at the same time. Adobe gamma shows up in the control panel but I do not have it in the start folder. I have spent about a week searching around the web and found other people with this problem but no answer.
    Currently I solve it by doing adjustments in ACR then just before bringing it in I bring the blacks lighter by 3 points. In photoshop I have a layers level at the top of the stack and have the black marker up 5 points. Just before I output to a file or print I turn that layer off. This gives me comparible results but it does not feel like the right solution.
    Any ideas?
    Tony

    I have also observed the same and the reason is processing algorithm of each software is different for Camera-Raw Files.
    Since Camera-Raw files are raw information which is processed by each software in different ways.
    I have obsrved that results are better in ACR sometimes and in opposite way...
    Its better to get JPG through the application where you are getting good view. Also you need to some experiments to conclude something. I use Nikon D200 and normally process my files in PSE-ACR. Rarely process them in Nikon-NX
    When I shoot in NEF+JPG in Camera, I get different previews in PSE due to the same reason. But I find it useful...
    + Ripple (VJ)

  • Call Display Picture Always Full Screen (I don't want that)

    There are a few discussions about this, but they all seem to be over 4 years old, and I still have the problem.  (Please read the whole explanation, as I've tried several fixes already)
    I am extremelly picky with my computer and phone "stuff".  Ever since I've owned my iPhone I've made it a point to add a picture to every contact I have.
    Early in my iPhone ownership I realized that if you add a picture directly from your iPhone (wether is taking it directly from the iPhone cam while adding the contact or choosing from the library) such picture shows FULL screen when I call that person or when that person calls me.  If I simply open Address Book in my Mac and "drag" a picture (say for instance from Facebook) into the picture section of that contact and then synch, then when I make or receive a call from that person it shows small and I still see my wallpaper on the background.
    Well THAT's what I want (just like in the Appple commercials), I DON'T want the full screen picture.
    Now here's THE PROBLEM;
    For some reason NOW, I STILL add pictures the SAME WAY (I go into Facebook, and drag the picture into Address Book) but when I make or receive a call from that person the display picture ALWAYS shows full screen!!  It's annoying the heck out of me!!
    The ONLY thing different is that now my contact are synched thru iCloud as opposed to synching using a USB cable in iTunes, HOWEVER, SOME contacts show how they are supposed to show (even adding them thru iCloud), but MOST others don't! I feel I should add that ALL contacts I had BEFORE I strated synching with iCloud still show fine, the ones that have a problem are MOST (but not all) of the ones I added AFTER I started synching thru iCloud.  And the fact that a few worked fine leads me to believe there's got to be a way of making them all show small.
    Anyone has any idea of how to keep them ALL the same?

    OK, that's interesting.  Now, how do I get all of my contact photos into iPhoto? And do I have to do this one contact at a time, or is there a setting where I can "import all".  Furthermore, once all photos are in iPhoto and I select "Import Face from iPhoto" can I do such actions for all contacts at once or do I have to do them one at a time?

  • How can I display pictures from an Ipod on my Ibook?(it's not the home comp

    I am trying to figure out how I can display pictures on my Ibook from the video Ipod. The Ipod is connected to another computer, a PC. Please help, thanks.
    Also, how can I get the pictures off the ipod to the ibook?

    if it is impossible, could i have an explanation? please someone respond.

  • Display picture in messages totally  pixelated when seeing it with yahoo messenger for windows

    Hello,
    I'm using messages to chat with my yahoo messenger account  at work and yahoo messenger for windows at home.
    When I log into Yahoo with messages, my yahoo display picture is updated automatically with the one I have choose in messages.
    My problem is that this picture is totally pixelated when you see it on yahoo messenger for windows. It seems that Messages is changing its size.
    As the size in Yahoo messenger for windows is bigger it appears pixelated!
    If I choose no display picture in messages, the one I have choose with yahoo messenger for windows disappear when I'm logging with it.
    Is there a way that messages do not update the display picture each time I'm logging to Yahoo?
    I suppose that there is no solution to this problem but I wanted to be sure.
    Anyway thanks for your help.

    HI,
    Thanks for the Path.
    This does seem to show all the Recents from the Contacts App > My Card, the Login Pic and the Messages Buddy List pic.
    I think in Mountain Lion these were either separate items  or the .plist that is in the current place listed the app/location the pic was used.
    I have looked at the pictures in the folder (.png and thumbnail .tiffs) and the .plist and it does seem to be all the pics I have used in all three places over the last few months.
    The Yahoo account is logged in not through IMAgent that FaceTime and Messages use for other Accounts but from the IMServicePluginAgent.
    In Mountain Lion this used to list a Buddy Pic server as well as a straightforward login.
    Using Little Snitch I am not seeing that in Mavericks.
    Seems you may have to change your Pic on a web page for your Yahoo account.
    Edit
    for the Points
    9:22 pm      Friday; November 8, 2013
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    Message was edited by: Ralph Johns (UK)

  • Problem displaying picture stored in mySQL

    Hi, i just have got problem displaying picture stored in database as BLOB and presented on JSP over servlet. Below is my code i am using to upload file into database, than download it and display again. The result is the picture can not draw inself and there is always only empty picture space on the web page i am displaying. Please help me to find why it is not working, thanx.
    servlet uploading picture to database
                   boolean isMultipart = FileUpload.isMultipartContent(req);
                   DiskFileUpload upload = new DiskFileUpload();
                   List items = upload.parseRequest(req);
                   Hashtable textFields = new Hashtable();
                   byte[] data = new byte[4096];
                   if(isMultipart)
                        Iterator iter = items.iterator();
                        while(iter.hasNext())
                             FileItem item = (FileItem)iter.next();
                             if(item.isFormField())
                                  textFields.put(item.getFieldName(), item.getString());
                             }else{
                                  data = item.get();
                   String sqlStatement = "INSERT INTO cds VALUES('" textFields.get("id")"'," +
                                            "'" textFields.get("album") "','" textFields.get("interpreter") "'," +
                                                      "'" textFields.get("gr1") "','" textFields.get("gr2") "','" textFields.get("price") "')";
                   String sqlStatement2 = "INSERT INTO pics VALUES('" textFields.get("id") "','" data "')";
    servlet to download picture
    String SQL =
         "SELECT Picture " +
         "FROM pics " +
         "WHERE id = '" + request.getParameter("id") + "'";
         ResultSet rs = stmt.executeQuery(SQL);
         rs.next();
         Blob blob = null;
         blob = rs.getBlob(1);
         response.setContentType("image/jpg");
         request.setAttribute("blob", blob);
         System.out.println("just above OutputStream");
         InputStream in = blob.getBinaryStream();
         ServletOutputStream sout = response.getOutputStream();
         int b;
         while ((b = in.read()) != -1) {
         sout.write(b);
         in.close();
         sout.flush();
         sout.close();
    img tag in JSP
    <img src="LoadImageServlet?id=some id>
    plus i am using
    Tomcat 5.0
    mySQL 4.0
    debuging in eclipse
    thanx for help once more, Libor.

    1:
    are there any exceptions throws by the jdbc code
    2:
    is the code in a doGet
    3:
    you should do a if(result.next())
    4:
    Is your mapping code working

  • Display picture and video in the same indicator

    Hi,
    I want to use an indictor to display picture as well as videos( not simultanously). I trid but stuck. Need guidance to complete it. Thank you. 
    Attachments:
    SPEECH TO SIGN LANGUAGE TRANSLATOR 2011.zip ‏37 KB
    New folder.zip ‏2320 KB

    Unfortunately that's how it works. If you have a 3rd party editor you could add the text to the picture before adding it to the calendar. Put in a feature request at http://www.apple.com/feedback/iphoto.html.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • Why some sites don't display pictures on my IPod Touch?

    When I surf the web on my IPT(IPod Touch)some sites don't display pictures....Instead there is a kind of blue Lego cube with a question mark on it...
    Thanks,
    JF

    The most common cause is that the site uses Flash. Currently, the Touch doesnt' support Flash. If it's not Flash, it may be some other protocol or app that the Touch doesn't support.

  • My ipod touch 4g will not connect to tv, will not display picture. keep getting a message saying this accessory is not supported by ipod touch, what do ido to make this work and get rid of the message i keep getting?

    My ipod touch 4g 5.0.1 will not connect to tv, will not display picture. Also keep getting a message sayin this accesory is not supported with ipod touch. How do i get this to work and stop getting this message? Please help.

    - What cable re you using? Digitasl, VGA, composit, componet and who made it?
    - TV out only works with apps that support it.  It does not morror the iPod's screen
    - Have tired another TV or other display?

  • Display picture in blob on report with GET_BLOB_FILE_SRC

    Hi Guys !
    I want to display picture contains in blob on my report. The function GET_BLOB_FILE_SRC can do that but I must have an File browse item to use them.
    The only other way I know is to create my own function that return my image. Like that :
    create or replace
    PROCEDURE "GET_FILE" (p in number) as
    v_mime varchar2(255);
    v_length number;
    v_file_name varchar2(2000);
    Lob_loc BLOB;
    BEGIN
    select mime_type, blob_content, name,dbms_lob.getlength(blob_content)
    into v_mime,lob_loc,v_file_name,v_length
    from file
    where id = p;
    -- set up HTTP header
    -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Expires: ' || to_char(sysdate + 1/24,'FMDy, DD Month YYYY HH24:MI:SS') || ' GMT');
    htp.p('Content-Disposition: attachment; filename="' ||
    substr(v_file_name,instr(v_file_name,'/')+1)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    end adu;
    The only benefit to use GET_BLOB_FILE_SRC is for specify format of my image ?
    Sylvain Michaud

    See +{message:id=10172227}+

  • How can the IE brower display pictures in WCS?

    Hi all,
    Anyone know that how can the IE display pictures in WCS? Even I enable all field in Security and Advanced in the properties dialog of IE6.0 in Windows 2003, the picture still cannot display in the page of WCS. And the certificate issued by WCS I also have installed it to the Trusted Certificate Authority's local computer. Java runtime 1.5.0-6 also installed. I have noticed that the picture is associated with "do" file and "jsp" file.
    Anyone can help me? Thanks for helping me!
    Jason
    Thanks

    Hi Mark,
    The WCS is running 4.0 version and the resolution is 1024X768, but the size I don't know that. One of the picture is the "Alarm monitor" at the corner of bottom left. This Alarm Monitor is associated with a JSP file. Thanks!
    Jason
    Best Regard,

  • BBM display picture is blurry! Can not rotate and zoom. Update please

    Hi.. Please help me.. I just bought blackberry q10 but I really don't like how the BBM works. How to fix a blurry display picture on bbm? I'm using blackberry for a long time and I need to share and update my pictures to my family and my friends which are mostly live in another country... Please please fix it.... It can't rotate and zoom too... I tried all pictures to put on my display picture but still blur.. Even the picture I took from Q10 itself which is have 8mp but still blur too.. my friend asked me why my pictures always blur like i took pics with a bad quality camera.. It's not cool thank you before

    This seems to be an issue for some but not others and I haven't yet seen a resolution. It only happens with display pictures. If you send a picture via BBM it should work fine.
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • My Display is getting brighter and darker during use

    Hi everybody,
    my display is getting brighter and darker while using the computer. Do you know if this is a problem pple knows about?
    Thank you for your help
    Ulli805 (Germany)

    Welcome to Apple Support Communities
    The Mac sets up the brightness automatically. Go to System Preferences > Display and deactivate Automatically adjust brightness

  • Display picture wont update or change Q5

    I'm currently using bbm on my Q5 and for some reason my display picture won't change.
    And another thing I have bbm on my phone but when I go to app world and view the bbm app it says' this application isn't available for ur device" how is that possible when I have it already. My main issue is that my pictures won't change. Please help!! Thanks

    Hello Mesh08
    Welcome to http://supportforums.blackberry.com
    Try resetting your BlackBerry
    And check that your profile image change
    If the problem evidences the persistence applies a hard reset
    Hold the power button for 30 seconds.
    With respect to BBM shows you not available in BlackBerry World
    This is because if you look the BBM you can not delete because it is integrated into the operating system.
    Finally I recommend you delete the cache of BlackBerry World.
    BBM Channels  PIN: C0007093A
    Do not forget to give LIKE    Those people who help you and advise you about your doubts.  if the review has been SOLVED** # 4LL  #ÉliteRoad  Make a backup of your BlackBerry
    BlackBerry Protect and  BlackBerry Link constantly.  #ichooseBlackBerry10 Gutijose14 Forums Veteran I

  • Display Picture issue of my contact

    I have purchased Blackberry curve 9220 2 months ago and since past few days i have any issue where i dont see the display picture changes of my contacts however i can see the changes in their status update.
     And i have tried to restart it doesnt work it only happens when i switch off completly remove the battery and switch it on which is really frustrating at times so please help if you can??????

    Hi Poonamk,
    Welcome to the Community,
    You may not like it but yes our device need restart but not like the way you performed but like this While Device is Powered On remove the Battery wait for a min. then re-insert it back wait till the device take a long Reboot.Do it and you will feel the difference.
    Good Luck
    Prince
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

Maybe you are looking for

  • Time Capsule and external Hard Disc

    Hi, I have a problem with my Time Capsule (1 TB) and External Hard Disc (1 TB). The external HD is connected via USB. The idea is to have use the device as a shared HD in my network. First it worked perfect. After upgrading to Snow Leopard i have fol

  • The album artwork wouldn't display on my iPod touch 5th gen

    Some of the album artwork doesn't display when I synced my iPod.

  • Trigger BPM without Abap Proxy

    Hi there, my scenario: BPM (XI)-> JDBC -> IDOC is it possible to fire an event on the intergration server for starting the xi bpm ? abap proxy is not the solution because my webas is only configured as an integration server. thanks sebastian

  • Pages - My Templates - how do I delete

    Hi I have created a template in my templates in Pages and now wish to delete it.. Can someone help please? I have searched the help and can't find it. Thanks

  • Can the MacBook safely be used with closed lid ?

    I'm wondering if the MacBook and MacBook Pro can be used safely with closed lid when connected to an external display. I know in the past there was an heat issue. Many thanks Frank