Display discrepancy between PS and Lr / ACR

On the discussion forum of the french magazine Chasseur d'Images, someone submitted a display discrepancy with Photoshop & Lightroom.
The example was a grey chart. If I open the file in both Lr and ACR 4.1, there is no differences between them - of course - but there is a quite strong pink cast. If I open it in Photoshop, the cast isn't there, even if select Prophoto RGB as working space.
Any clue ?
Gilles.

Could it be related to the issues described in this (long) thread?
Uli Oertel, "Color management bug?" #1, 7 Mar 2007 1:34 pm
Disappointingly, despite the fact that multiple persons have confirmed the behavior mentioned there, and I (among others) have sent a bug report to Adobe, there has been *zero* feedback. A simple 'we're looking into it' would have been a good start.
As it stands, I have no clue whether it's actually worth my time to provide Adobe with a good, detailed bug report. For all I know, the server redirects these reports to /dev/null.
Simon

Similar Messages

  • NVL in view: discrepancy between 10G and 11G

    Hi,
    I've discovered some discrepancy between 10G and 11G in a way how view deals with NVL-based column in a where clause.
    Here are two examples:
    *10G:*
    Connected to:
    Oracle Database 10g Release 10.2.0.4.0 - Production
    SQL> create table test_nvl (null_column number);
    Table created.
    SQL> insert into test_nvl values (null);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> create view view_nvl as select nvl(null_column,0) null_column from test_nvl;
    View created.
    SQL> select * from view_nvl where null_column is not null and null_column = 0;
    NULL_COLUMN
    0
    *11G*
    Connected to:
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    SQL> create table test_nvl (null_column number);
    Table created.
    SQL> insert into test_nvl values (null);
    1 row created.
    SQL> commit;
    Commit complete.
    SQL> create view view_nvl as select nvl(null_column,0) null_column from test_nvl;
    View created.
    SQL> select * from view_nvl where null_column is not null and null_column = 0;
    no rows selected
    Does anyone know why it behaves differently?
    I couldn't find any documentation regarding this.
    Or I'm just missing something here.
    Thanks

    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE     11.2.0.2.0     Production
    TNS for HPUX: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    CREATE TABLE test_nvl (null_column NUMBER);
    INSERT INTO test_nvl
         VALUES (NULL);
    COMMIT;
    CREATE VIEW view_nvl
    AS
       SELECT NVL (null_column, 0) null_column FROM test_nvl;
    SELECT *
      FROM view_nvl
    WHERE null_column IS NOT NULL AND null_column = 0;
    NULL_COLUMN
    0

  • Display alternates between dark and bright

    I have several issues but I suspect somehow they are all related as they all began about the same time, within about an hour of each other, which was maybe a week ago.
    Periodically, my display slowly cycles between dark and bright.  Sometimes the display will suddenly go to sleep on it's own, usually after a period of about 20 seconds of me not doing something and when I wake it up the display is quite dim.  Other times the computer goes to sleep (not just the display) requiring me to log back on.  I use password for startup.  I open the display settings after log-on and the brightness slider has somehow moved way over to the dark end (left).  I slide it up to where I like it and soon it does it again all by itself again after a very short period of inactivity.  I have noticed that if I leave the brightness control alone (dim) without readjusting it it seems to take longer for the other issues to develop.  I would normally place the brightness slider just under half way up.  My sleep time settings are currently: computer - 1 hr, display 15 min.  That is plugged in which is pretty much the only way I ever seem to use it ... plugged in.
    Another issue is an occaisional rapid beeping.  It's the same low beep that you hear when you try to do something stupid and the computer is telling you you've made an error.  The difference is this is a long, unending string of rapid beeps; I'd estimate maybe 15 - 20 beeps per second.  The sound does not stop.  I have to mute the speakers to shut it up.  I have not yet been able to determine a recognizable pattern of common variables for when this happens.  The other day when the computer went to sleep by itself and I woke it and tried to input my password and I saw that the input bar was filled with black balls as if it was remembering my password which I did not like but when I hit enter the logon dilaog box shook, the entry field emptied and refilled on it's own.  I held the backspace key for several seconds and nothing seemed to happen.  I used shift/command/arrow to highlight the entire string and deleted it but as soon as the characters were deleted I saw the input line quickly fill back up again one ball at a time at roughly the same rate as the beeps.  Then it occured to me that the beeps were similar to those you would hear if you held a key down and filled an entire entry field with a hundred of a particular character and was still holding down the key long after the field was full.  My first thought was that a key was stuck down.  Not so.  Each and every key is free to move and functions normally.
    Last night I closed the lid to put the computer to put it sleep before I went to bed.  About 3 hours later I was awakened by the sound of the rapid beeping.  I got out of bed and went to the computer and opened the lid to find the same input line black balls issue but this time it was accompanied by the beeping and the display was also cycling between bright and dim.  As it was the middle of the night I killed the machine by holding down the power button and forcing a shutdown.  This evening I decided to do the upgrade from 10.9.1 to 10.9.2 hoping that might help but it did not.  I have not heard the beeping since the upgrade but the display is still cycling, which was the first thing I noticed when all of this began.

    Turns out it may have been sofware issue.  I suspected software anyway because rebooting could temporarily cure it.  I spoke to an Apple Service and Support person on the phone.  She went through a fairly lengthy process with me to evaluate the machine and determine if it was hardware or software related.   The results of those steps did not lead her to any concrete conclusions but she was able to hear the beeping issue happening in real time.   She guided me through the steps of O/S recovery and now several hours later the machine appears to be functioning as it is supposed to.  Typically the issue(s) would show up after maybe twenty minutes or a half hour after a hard boot.  I am to monitor the thing for the next week or so watching for any signs of the issues slowly returning. 
    Here's keeping my fingers crossed.

  • Master control attribute value discrepency between Master and child org.

    Hi Guru,
    We are facing a strange issue in Track install Base Attribute values. There are some 60K item having discrepency in the value of the this attribute between master and child.
    We are wondering how it happens as this attribute is master controlled one and we never changed this attribute control and kept as Master controlled. The master value is true
    If you guys experience this issue, please let us know the solution that you had applied to fix this issue.
    regards
    venkat

    Try executing the vo1 query before setting the bind variable for vo2, then execute the vo2 query (if that's what you want to do).

  • Same colors display differently between Illustrator and Photoshop

    Hi there,
    I would love to know why the same colors display differently between my Photoshop and Illustrator apps (CS3). For example, a logo will display much darker or more vividly in Illustrator than in Photoshop, same file, same colour values. My color settings are synchronized from Adobe Bridge to North American Pre Press 2. I've opened the logo file in RGB color mode, in both apps. It would be so helpful if both apps displayed the colours consistently.
    Any suggestions on how to do this would be wonderful!
    Thanks!
    Bobbie

    Hello Bobbie,
    I am using CS3 too and let me tell you that this Illustrator version is the worst ever. You best bet is to take the "Eye Drop" tool and select the Photoshop element to match the color.
    CS4 also have problems when handle placed items. Sadly I can tell you that CS2 is more reliable than CS3 and CS4.
    Not even if you use Pantone colors will match, Illustrator will change the colors making it impossible to match. "Adobe Quality"

  • Any defference  display icon between ecc and ecc6

    Hi,
    any defference  between ecc and ecc6  to display ICON
    my problem is i was run the one program in ecc  then output shows with icons.
    same program run in ecc6  output is same but ther is no icons like ecc
    Regards
    naresh

    Hi
    Good
    Yes you could find some new icons in between ECC and ECC 6.0 but I dont think there is lots of difference between these two, though you have not mentioned the program name it is hard to give you the correct reply on that, but yes in some standard program cases you may find this kind of problems.
    Thanks
    mrutyun^

  • Discrepancy in display size between FCE and Quicktime

    This whole bloody aspect ratio thing is so confusing to me.
    First of all, I shot footage in DV 16:9. Evidently this is considered anamorphic? When I look at the clip data, it says 720x480, DV/DVCPRO - NTSC, anamorphic. Just for clarification, 720x480 is widescreen and 640x480 is 4:3, yes?
    I have my sequence prepared with matching settings, so I know it's not converting aspect ratio. When I look at the footage in the Viewer and Canvas, it looks normal. Then I export a Quicktime movie with self-contained unchecked.
    When I look at the resulting file, Inspector shows that it's still 720x480. I open it in Quicktime and Movie inspector still shows 720x480. But the actual image is most definitely not widescreen - it's stretched vertically. I have no bars, either horizontal or vertical. But it's definitely a different dimension than the version in FCE, despite the fact that they both say 720x480.
    My ultimate goal is to use iDVD on this. I have chapter markers set. I've tried running the footage through Anamorphicizer. I've read http://www.bagelturf.com/files/78e5b7ae598ea34e792ff9c712eadd24-752.php and http://www.fcpbook.com/Video9.html and http://support.apple.com/kb/TS1611 for that matter.
    I would like to create a DVD that can play on any tv, which means presumably means letterboxing the footage and creating a 4:3 iDVD project rather than a 16:9 project, yes? But before I get to that point, why is the mov not exporting correctly? And what's up with the dimensions vs actual appearance? I've read all about square pixels but I don't see how that fits in here. So confused.
    Thanks

    Ok, now I'm really REALLY confused. I followed your advice and it worked...almost.
    I took a small test sample into a new 4:3 sequence and got a nice letterbox. Exported it and ended up with a letterboxed result. Very nice.
    So I went back to the original sequence and did the exact same thing - took it into a new 4:3 sequence. In FCE it looks great, just what I want! Letterbox, chapter markers are still in place. Then I exported it, just as with the test. The result - squished, no letterbox. Huh???
    I checked the sequences - they're exactly the same, including non-anamorphic. Any ideas why identical actions would produce two different results? The test was a 15-second snippet. The real deal is 1 hour.
    Should I be rendering at some point? I'm not, so if I should be, that's a potential clue.
    Thanks for the help!

  • Vendor balance shows discrepancy between S_ALR_87012082 and FAGLB03.

    Dear expert,
    These 2 reports currently shows discrepancy in balance.
    I came to know S_ALR_87012082  report ( vendor balance in local currnecy) has more vendor records than FAGLB03.
    Namely, some of vendors are not displaying in FAGLB03 but showing S_ALR_87012082 .
    Could you inspire me why this problem arised and how to fix it?
    Is it related to balance carry forward something?
    where should i doubt?
    Sincerely,
    J.
    Edited by: Jimmy Choi on Jan 3, 2011 5:51 PM

    If you do not see balance carryforward amounts in FAGBL03 are you using all vendor Recon accounts?

  • 27" apple cinema display switch between mac and pc

    I have a 27" ACD with a standard mini display port and USB connector for my macbook pro.  I'm going to bulid a PC (for gaming) and I'd like to connect the mintower PC to the 27" ACD.  Is there a product that will allow me to switch between the MBP and the PC?  If possible I'd also like to have the sound run through the switch as well. 
    One other thing to note - I'm considering the GeForce GTX 560 Ti graphix card, the card does not have a mini display port, it have two dual link DVI's and one mini HDMI.
    Any thoughts would be greatly appreciated.

    Simple, the gaming PC must have a GPU with minidisplayport output. Then use Kanex snap X switch to do the switching between the PC and the Mac.

  • Change display order between second and third display

    I have a MacBook Pro Retina 15" (2012) with 2 external displays (Dell 27 and Samsung 24). I use the Dell as main display. My problem is with FCPX. I want to use my Samsung 24 as Second Display to see my video material in it with the option "Show events in second display", but OSX set the macbook display as second and the samsung as third. So, I only can see the events in the macbook and the timeline in the Dell. (Unless I close the Macbook. losing one display. I'd rather keep the 3 to use one of them (macbook) with a Finder window).
    Anyone can help me with this or is impossible to change teh order between the macbook display and the Samsung 24?
    OS X Yosemite 10.10.3 / FCP X 10.1.4

    Another way to put this: in my original instructions, do step 1 after steps 2 and 3:
    (Start with FCP in single window mode, in whichever display, it does not matter)
    2) 1) Open System Preferences->Displays, click on "Arrangement"
    3) 2) Drag the visual representation of the Menu Bar to the display that you want to use as "second" display in FCP X.
    1) Move FCP X's single window to the display you want to use as your main display.
    4) In FCP X, choose to put the viewers events on second display.

  • Teamviewer - All positions in Org Unit display depth between EP5 and EP6

    We are in the process of upgrading our HR Portal from Version 5 to Version 6 (SP14) and have encountered an issue with the Team viewer functionality.
    In our EP5 system when the user selects the dropdown option for 'All positions in org unit' it is picking up our Configuration limiting it to showing only 3 structure levels and when an attempt is made to display lower levels the expander changes but no more levels are shown (e.g. Expander icon changes but does not render the lower level).
    In our EP6 system when the user selects the dropdown option for 'All positions in org unit' it is ignoring the same Configuration and lets the user select down to the bottom of the organisation. This will obviously have serious performance implications and so must be corrected if we are to implement this upgrade.
    To test the situation we deployed the following par files from our EP5 system to our EP6 system and found that we achieved the required result of only allowing the configured levels to be shown:
    com.sap,pct.hcm.objectanddatprovider.par
    com.sap,pct.hcm.orgmanagementeventing.par
    com.sap,pct.hcm.teamviewer.par
    This points to an issue between these files from the EP5 version to the EP6 version.
    Has anyone else experienced an issue with how the EP6 teamviewer handles the 'All positions in Org Unit' selection, and if so can you let me know any solution you have to it?
    (Note: This selection used Eval Path MDTSBESX)
    Message was edited by: Steve Caffrey

    Hello Sandeep,
    Unfortunately the only standard functionality is to change the rankings of the positions within transaction ppome. Therefore you have the buttons 'Move up in rank' and 'Move down in rank' in the overview area of the ppome. As you know if the field PRIOX in the table hrp1001 is empty, the transaction sorts the positions by OBJID. So perhaps you could create a abap program to change this standard functionality to insert values into field PRIOX for the corresponding relationship in HRP1001 that you want to sort.
    Best Regards
    Christine

  • Color discrepancy between Lightroom and Camera Raw

    I'm new to LR and came across a color issue when viewing the photos in LR.
    When view the RAW in LR, I see a color discrepancy compare with ACR. The color in LR is more like the JPEG view in Windows Photo Viewer (an non color-managed application). I suspect it's a color space config but can't find any in LR as in PS.
    When I changed my monitor's ICC profile to "SRGB IEC61966-2.1", all the applications, LR, ACR, WPV, look the same then. It's said that profile just for troubleshooting and should change back to monitor's profile. Can someone help to explain what's happen and what should I do to get consistent color? Thanks a lot!

    It sounds like the monitor profile from the monitor manufacturer is not compatible with LR.  This is a common problem, and you have confirmed it by temporarily switching to sRGB.
    If the only profiles you have available are sRGB (which is consistent but may be wrong) and the monitor profile (which doesn’t work) then for more accurate color you’ll need to buy a hardware calibrator. 
    I use the i1DisplayPro.  Others might use a Spyder or a ColorMunki, although the i1DisplayPro has some more detailed options for creating profiles (Matrix vs LUT or ICCv2 vs ICCv4) that can be necessary to make LR happy, or at least my preference is to have a more powerful program in case I do need to tweak things.  I haven’t ever used a ColorMunki or Spyder so perhaps they work fine, too.  I think the color-measuring hardware with the i1 is better, though.  I guess you get what you pay for.

  • Query displaying diffrence between highest and lowest salarys?

    I need to write a query that will display the difference between the highest and lowest salaries. Label the column DIFFERENCE.
    It should look something like so. I have no idea what to type in SQL plus to get this.
         DIFFERENCE
    4200

    Sweetness, thanks for this help, I just also started at this company called avid technologies
    www.avid.com and I Just learned SAP.
    Heres another problem if you can help:
    Create a matrix query to display the job, the salary for that job based on department number, and the total salary for that job for all departments, giving each column an appropriate heading
    and again the formatting is messed up.
         Job               Dept 10 Dept 20      Dept 30     Total
         ANALYST     6000                    6000
         CLERK          1300     1900          950     4150
         MANAGER     2450     2975     2850     8275
         PRESIDENT     5000                    5000
         SALESMAN                    5600     5600

  • Display issues between Pro and reader

    Greetings,
    My colleague and I are having issues getting a form we created to display as designed in reader.
    The editable pdf displays as designed in Pro. When we open it up in reader and begin to type in a field, the text displays in an extremely small size. Once you click off the field, it will enlarge the font to the desired size. We are obviously overlooking something but I'm not certain what that is.
    Any insight would be greatly appreciated.
    -Kyle

    I'm seeing a similar problem, though short-term sleep
    is not an issue. It occurs after the system has
    slept for multiple hours--overnight in particular.
    Two displays, and Apple 30" and a Sun 24", attached
    to an X1900 video card, Mac Pro 3GHz. A picture and
    writeup in more detail are here:
    http://diglloyd.com/diglloyd/blog.html#20070301MacProV
    ideoProblems
    I've updated the Mac pro firmware, installed all the
    system updates, etc.
    I think it's an ATI X1900 problem; my write describes
    a similar problem on the G5 Quad with the ATI X1900
    G5 edition.
    Mac Pro 3GHz   Mac OS X
    (10.3.8)  
    PowerMac G5 dual 2.5 GHz   Mac
    OS X (10.4)  
    I have the same problem with Geoforce 7300 GT and MacPro!

  • Cinima Display fades Between blue and the deskop after my Mac Pro sleeps

    Hello all,
    I really hope someone can help. I have a Mac Pro Running 10.5.4 and a 23 Inch Cinema Display. When I wake my machine from sleeping the desktop appears then about a second later the screen fades blue. After a second of blue it fades back to the desktop. This continues on forever and the machine is unusable until I cut the power and restart the machine.
    The same issue will happen if the resolution on the monitar is changed.
    I have tried to reset the pram, reset the smc, take out the graphics card and then place it back. I switch the cable from port one to two of my graphics card. I also reinstalled leopard as well as downgrading back to tiger.
    When I hook the monitor up to my macbook it sleeps and awakes fine.
    Finally this morning I realized that if I discounted using the monitors built in hub then the screen will awaken without issue.
    Any idea's? Has anyone had a similar issue?

    Hi there. It could be one of your drives is actually defective and causing I/O to slow down to a crawl. To verify this, try inserting the DVD that came with your Mac Pro and restarting the machine while holding down the 'C' key. This will boot up the machine off the DVD and bypass your hard disks. If it boots quicker there could be a problem with the drives or something else.

Maybe you are looking for

  • Query regarding "Library/Receipts" Folder

    Is it me, or is this just copies of installed .pkg files? How neccessary is it to keep these? Just wondering... Thanks in advance,

  • The function button in HP G62 series

    i have HP G62 a20SE notebook, with win 7 64 bit installed i had to format my notebook after installing the drivers, i noted that the function button (fn) is not completely working for example to rename a file or folder i usu. press fn+f2 but now it's

  • Questions relating to Groupware Integration (Outlook)

    Hello, I have few questions relating to groupware integration for Outlook: Q1) The "Relate to CRM" option in outlook add-in for end user is available only  in client side integration? Is it not available for server sider integration (i.e. in server s

  • Roboform not showing on toolbar Firefox 7.01

    I installed the latest roboform 7.5.6 and it does not appear on the toolbar bu it does show at the add-on bar is any solutions

  • HOW TO CALL APPROVAL WORK FLOW ON BUTTON CLICK EVENT OF VISUAL WEB PART?

    Hiall, I created an OOB an approval work flow I want to start that approval work flow through visual web  part button click event In work flow Settings I selected to manually start .Is this possible ? if possible please guide me how to do this Thanki