Links Panel doesn't display actual ICC Profile

Hello. My Link Panel displays "ICC Profile: Document CMYK" on any cmyk image I place, no matter what profile the image bears, and no matter if in Colour Settings the Colour Management Policies is set to Preserve Embedded Profiles or Off. Even if within InDesign I convert it to something completely different, I still get the same information. I'm pretty sure that's not what's supposed to happen, but I'm completely blank on this. Could anyone help me out, please? Thanks a lot.

Which file format do you use for the placed image? EPS?

Similar Messages

  • Running executable as a service, the front panel doesn't display properly upon the second logon.

    I am running a LabView executable as a service.  When I logon the first time, I see the front panel correctly.  When I logoff, the service still runs properly.  If I logon a second time, the frontpanel never fills in.  (I see the desktop through the front panel).  The service still runs, but when I click on any menu, the computer freezes.  Any suggestions?  (Other than not logging on twice)

    Hi chach,
    I hate to say it, but I'm surprised it even runs once.  If you check out:
    this link
    It says the following:
    "The service must run without a user interface."
    As the article mentions, you could still have a separate front panel that communicates with the service, but the service itself probably doesn't have an accessible front panel.
    Joe Z.

  • Panel doesn't display properly until I resize the frame

    Hiya folks,
    I'm currently trying to write a simple piece of music notation software. This is my first time using swing beyond a relatively simple JApplet and some dialog stuff. Anywho, I ran into a pretty discouraging issue early on. So far I've got a frame with a menu bar and a toolbar on the bottom border. The toolbar contains a button which should draw a new staff panel containing 11 panels (potentially more) within it, alternating between lines and spaces. Sort of like this:
    import javax.swing.*;
    import java.awt.*;
    public class Staff extends JPanel {
       private static JPanel nsp1,nsp3,nsp5,nsp7,nsp9,nsp11;
       private static JPanel nsp2,nsp4,nsp6,nsp8,nsp10;
       private ImageIcon image= new ImageIcon(this.getClass().getResource( "icons/treble clef.gif"));
        public Staff(){
        setLayout(new GridLayout(11,1));
        add(nsp1= new NoteSpace());
        add(nsp2= new LineSpace());
        add(nsp3= new NoteSpace());
        add(nsp4= new LineSpace());
        add(nsp5= new NoteSpace());
        add(nsp6= new LineSpace());
        add(nsp7= new NoteSpace());
        add(nsp8= new LineSpace());
        add(nsp9= new NoteSpace());
        add(nsp10= new LineSpace());
        add(nsp11= new NoteSpace());
    static class NoteSpace extends JPanel{
        public NoteSpace(){
        setPreferredSize(new Dimension(this.getWidth(),2));
    static class LineSpace extends JPanel{
          public LineSpace(){
          setPreferredSize(new Dimension(this.getWidth(),1));
          public void paint(Graphics g) {
              super.paint(g);
              g.drawLine(0, (int) super.getHeight()/2, (int)super.getWidth(), (int)super.getHeight()/2);
    }Anyway, this panel displays as a tiny box wherein nothing is visible until I resize the frame. Really frustrating. And I have have no idea what the problem might be. Here's the actionlistener:
    jbtcleff.addActionListener(new ActionListener (){
            public void actionPerformed (ActionEvent e){
                staff.setBounds(50,panel.getHeight()/2,panel.getWidth()-50,panel.getHeight()/2);
                panel.add(staff);
                staff.repaint();
            });...which is located in a custom jtoolbar class within the Main class, an extension of JFrame:
    public class Main extends JFrame{
       JMenuBar jmb=new CustomMenuBar();
       JToolBar jtb= new CustomToolBars("ToolBar");
       static boolean isStaff=false;
       static boolean isNote=false;
       static JPanel panel = new JPanel();
       private static Staff staff= new Staff();
        private static Toolkit toolkit= Toolkit.getDefaultToolkit();
       private static Image image=toolkit.getImage("C:/Users/tim/Documents/NetBeansProjects/ISP/src/MusicGUI/icons/treble clef.jpg");
        private static Cursor noteCursor = toolkit.createCustomCursor(image,new Point(0,0),"Image"); 
       public Main (String m) {   
            super(m);
            setJMenuBar(jmb);    
            getContentPane().add(jtb,BorderLayout.SOUTH);       
            panel.setLayout(new CardLayout(60,60));
            getContentPane().add(panel);
    public static void main (String[]args){
            JFrame frame= new Main("Music");
            frame.setSize(800,400);
            frame.setLocationRelativeTo(null);
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setVisible(true);
            frame.setIconImage(image);
           Sorry for all the code. I'm desperate.
    Thanks!

    Oh my... have you been through the Swing tutorial?
    Let's look at some of your code,
    static class NoteSpace extends JPanel{
        public NoteSpace(){
        setPreferredSize(new Dimension(this.getWidth(),2));
    static class LineSpace extends JPanel{
          public LineSpace(){
          setPreferredSize(new Dimension(this.getWidth(),1));
          public void paint(Graphics g) {
              super.paint(g);
              g.drawLine(0, (int) super.getHeight()/2, (int)super.getWidth(), (int)super.getHeight()/2);
    }Here, NoteSpace and LineSpace are being set to a preferred size of 0x2 pixels, and 0x1 pixels respectfully. If you want them at 0 width, how do you expect them to show? In particular, NoteSpace isn't doing anything special. It's just a panel. Why an inner class? Lastly you should not override paint() for SWING. That's AWT stuff. For Swing, you override paintComponent(Graphics g) .
    Then we have this
    jbtcleff.addActionListener(new ActionListener (){
            public void actionPerformed (ActionEvent e){
                staff.setBounds(50,panel.getHeight()/2,panel.getWidth()-50,panel.getHeight()/2);
                panel.add(staff);
                staff.repaint();
            });I'm not sure what the variable jbtcleff is, but it seems you are adding your Staff panel to "panel" every time a button is pressed.... why? Why not just add it once (outside the action listener) and be done with it. Your panel object has a CardLayout, so I assume you meant to create a new+ staff panel everytime a button is pressed, and then add it to the card layout panel. Even so, setBounds(...) does not seem pertinant to this goal. (In fact, in most situtations the use of setBounds(...) is the antithesis of using layout managers).
    The problem you mentioned though seems to be related to the use of a JPanel (your Staff class) that adds zero-width compontents to a grid array.

  • Lightroom 4 soft proofing doesn't show installed ICC profiles

    If I go to printing options there are many paper profiles I can choose. However in the Other menu of the soft proofing tool, there is no profile except the visualization ones.
    I have an HP officejet 8500 pro printer and windows 7 64 bit.

    Disregard my second message about not understanding your email reply.
    I thought I had to hit "H" to see a link -on the email- to confirm my registration.
    I didn't realize it was your answer.
    Since I had just installed my 3.4.1 update and the default on my installed version of LR, and since my 'pins' have never been hidden, the 3.4.1 default of hiding the pins was a problem and is likely to fool a lot of users that hadn't read about hiding those pins yet.  Shouldn't the installation of -any- new version, pick up the defaults currently in LR?  That is an issue.
    We're good now.
    Thanks for the response.
    Michael

  • How do I get PSE 7 to load ICC Profiles?

    I am using an Epson R1800 printer with Windows Vista 64bit.  The Epson ICC profiles show up on my computer in the Color folder but PSE 7 does not pick them up and display the ICC profiles in the printer profile pop-up window.  Is there a bug in the software or am I doing something wrong?
    mjwhit01

    Ah, you should have mentioned that earlier. Try:
    http://kb2.adobe.com/cps/405/kb405970.html
    Oops, I see you did mention it in your first post. You've tried this already, then?

  • PS CS5 Image Display Differs From Used ICC Profile In Win 7

    Hi,
    on my Windows 7 Ultimate x64 machine, I just calibrated my Dell SP2309W monitor using an i1DisplayPro and basICColor 5, creating a ICC v2 profile (I am aware of the problems under Windows with ICC v4 profiles).
    It created the ICC profile and applied it to be used by Windows. I double checked under COLOR MANAGEMENT that the new ICC profile is being used. Although I can see that the new ICC is being used (desktop appearance changes), there are a few issues I am experiencing:
    (1.) Windows Photo Viewer
    The thumbnails in Windpows Explorer look fine (they DO use the new ICC profile), when I double click a jpeg and open the image it DOES NOT use the new ICC profile. When I click the PLAY SLIDESHOW button (starting the slideshow) in the opened image in Windows Photo Viewer, the images DO use the new ICC profile.
    (2.) Internet Browsers
    All current internet browser (Firefox, IE, Safari and Chrome) DO use the new ICC profile and display the image correctly.
    (3.) Photoshop CS 5
    When I open the same image - that Windows Photo Viewer does not correctly displays (according to the new ICC profile) - in Photoshop CS5, I get the same image display that Windows Photo Viewer gives me (when not thumbnail or not in slideshow mode) - it appears to be the sRGB display.
    My color settings in PS CS5 are: North America General Purpose 2 > sRGB IEC 61966-2.1.
    When I go to View > Proof Setup > Monitor RGB I get the image display using the new ICC profile.
    Why does the image look different in PS than my calibrated monitor should output ?
    I was under the impression (please correct me if I am wrong), that the sole purpose for calibrating my monitor was to get a uniform display across (ICC aware) applications. Even when one applies different color spaces to a document in PS, I thought the output on my calibrated screen done by the graphic card should always be according to my calibration and the settings in the ICC profile being used.
    What Am I doing wrong or what am I misunderstanding ?
    Any help or input is appreciated !
    Thanks.
    - M

    Hello,
    A note on monitor calibration: calibrating your monitor will not guarentee that every application will display color correctly, it's more of a step along the pipeline, and for the preview part of a color workflow it's the last step.  Here's how color translation follows for an ICC workflow when previewing to a monitor:
    Image Color Numbers > Document Tag or Workspace Profile > Monitor Profile
    For non-color managed applications, if the original document is or isn't tagged with a color profile it will be translated directly to the monitor profile anyway.  This is the equivalent in Photoshop of selecting "Monitor" in soft proofing.  Selecting monitor in softproofing will bypass the tagged or workspace profile to translate colors directly through the monitor profile.
    For most automatic color managed applications (like Firefox), the image will be translated through the tagged profile and then sent through the monitor profile.  If the image is untagged or the profile is unrecognized, the colors get sent directly to the monitor profile.
    For Photoshop, a tagged document will have its profile respected and then sent to the monitor.  An untagged document will be assigned the workspace profile, which acts like a temporary document profile, and then gets sent to the monitor.  This is often why users will notice Photoshop behaves differently from other applications.  It's usually a case of the workspace coming into play.  By default the workspace profile is set to sRGB.  You can change this in Edit > Color Settings.
    The purpose of the workspace is originally for printing workflows, as a way of keeping consistant color translations when dealing with both tagged and untagged documents.  For web output workflows it can be useful for viewing everything through sRGB, which is typical of the average monitor output (not so with newer wide-gamut monitors, another source of confusion...) combined with the fact that originally most web browsers were not color managed.  Hence viewing everything through sRGB is pretty close to what most monitors see and what untagged/unmanaged docs will look like.
    Monitor calibration is useful only because it brings your monitor output to a "known state".  In traditional workflows the monitor was always a middle-man, a preview device which was useful for getting an idea of what the printed output would look like before you print it.  Since print colorspaces are often smaller than display spaces, it's feasible and useful to narrow down the monitor/display space and calibrate it to a known state, so that even if it doesn't totally match the print, you'll get used to its differences/limitations and they'll be consistent so long as the calibration is maintained.
    For web output, your final output is often another user's computer monitor, which can have any form of behavior (most standard monitors are pretty close to sRGB, or use sRGB as an operating system workspace (default monitor profile).  Wide gamuts behave differently, but I'm not sure if there's a particular ICC space that they closely match, or if different wide-gamuts are even that close to each other in their display color spaces.
    Hope this helps!

  • Illustrator CC 2014 Links Panel Displaying Incorrectly

    Hi,
    I am having trouble with the Links panel in Illustrator CC 2014.
    The panel does not display correctly, it seems to hide all of the link information and preview unless I enlarge the panel to a huge size.
    Even if I resize the window it still displays incorrectly and hides all of the link previews. The same also happens when I hide all of the link information as well.
    Is anyone else having this problem and / or has a solution?
    Thank You.

    Has a solution been found?I am actually having another issue with the links panel and the links themselves. Sometimes my links panel will not even show up when clicking Window>Links Panel. Whether it shows up or not, I can no longer work with linked images in illustrator. Simple clicking on a linked image inside a clipping mask causes illustrator to stop for about five minutes. Releasing the clipping mask takes another five. Moving the image behind the clipping mask takes another five along with re-making the clipping mask. It is certainly not the hardware because I can quickly minimize illustrator, make edits in PS, download a movie while playin iTunes...while illustrator is taking 5 minutes to move an object. I am truly stumped by this, someone please help as it costing me hours and hours of time at work.

  • Image in Links panel displays as overset but may not exist

    I am having a serious problem with an InDesign file and of course the blueline corrections were due half an hour ago. An image is appearing in my links panel as hidden in overset text. There is no overset text showing in my preflight profile. I can't go to the image since it gives me an error message indicating that it is hidden in overset text. This appeared for the first time in the file a couple of hours ago during which time, I have not placed any images.
    Exporting to idml, deleting prefs and other types of options has not helped including going to the structured panel and trying to find the file or preceived file by ID in the Story editor. Is there any other way to remove this image from the Links panel? I believe this is what is also causing my system to slow to a crawl. This is a college schedule which has been linked to InCopy files. I have deleted the links to InCopy in case that was part of the problem but nothing seems to make a difference.
    This is a Mac using InDesign CS5.5.

    It looks like I have to recreate the file, another 6 hours of work after spending all day trying to resolve the issue. I wish it was as simple as just as reflowing it but there are too many column adjustments I had to make, which I try to stay away from, but could not avoid in this file. What is strange is that even after deleting all of the text in this file, all of the images are now listed as OV in the links panel instead of going away. This has happened in the past with InCopy stories but we have been able to delete the links from the panel. Unfortunately, I can't find a way to delete these image links from the Links panel despite the fact that they no longer exist. I will start with a new file and at least flow in the tagged text format but I am now on edge that this could happen again since I do not know the cause.

  • Images aren't being displayed in the links panel

    I am trying to locate the source file for images in an InDesign CS6 document, so that I can use them within another project (Muse). I had planned to use the links panel to see the path for each image. However, only a few of my graphics/images are being displayed in the links panel. Most images are not showing up at all (I would expect them to show as 'missing' in the links panel if they had been moved or deleted). How can InDesign display the image in InDesign but not recognize the image as an asset in the Links panel? Could this be due to the way the image was imported? If so is there any way to export the image or save the image out of InDesign?
    Help!

    Did you put those images into the ID document? Did someone else?
    Is it possible that someone copied and pasted those images from Photoshop (or another application) into ID. If so, that's the problem.
    I'm not too sure you can retrieve the images at their proper resolutions, though.

  • Why doesn't my Links panel work?

    Pix, etc not listed in links panel. I know there's a quick answer to this question but our corporate idiots who built this forum didn't bother making it possible for anyone to actually search the forum directly, a feature that has been available on every other forum in the whole world since there were forums. So, what happened to my links panel? No pictures listed.

    Hi dkd;alkje;oihp[oihjl (is that short for something?),
    Possibly because there are no links in your document? The images may have been inserted with Copy/Paste, and that leaves no trail to the original files. There is no way to repair that.
    If you are pretty sure there should be links, try saving the file as INX (CS3 and older) or IDML (CS4 (and probably newer)), then re-opening that file. It might repair stuff that broke somewhere.
    Alternatively, if you don't see any links in any file, even if you just placed them in the recommended way (using Place), your ID may have been damaged. Try the advice in the big yellow banner at the top of this forum to reset your preferences.

  • Remote Server doesn't display SPRY Tabbed Panel

    I'm using DW CS4.  I inserted a SPRY Tabbed Panel in the main page for navigation.  The local development and testing server displays the Panel, but the remote server (Go Daddy) does not.  All of the data from the panel is displayed in one log page without the tab feature.
    The site's address is:  mailbox.mikeklonecki.com
    I saw a couple of other posts for a slideshow error using SPRY in DW, but this seems to be different behavior.  I don't get an error, rather the panel just doesn't display.
    Any feedback would be greatly appreciated.  Thank you in advance.

    I apologize.  I found my answer.
    Two required files (one .js and one .css) were not loaded into the right folder, so the page didn't have access to them.  After re-locating the files, the Tabbed panel works just fine.
    Please disregard the inquiry.

  • Data Link Properties wizard doesn't display correctly.

    Hi, This is Dai.
    I'm using Oracle DB.
    When I try to create configuration of Identity Center and to config DB connection, Data Link Properties wizard doesn't display required DB provider.
    The document of "SAP NetWeaver Identity Management Identity Center Getting Started" discribes that I should choose "Oracle Provider for OLE DB", however, I can't see it in the providers list.
    The list of DB provider is below.
    Microsoft Jet 4.0 OLE DB Provider
    Microsoft OLE DB Provider for Indexing Service
    Microsoft OLE DB Provider for ODBC Drivers
    Microsoft OLE DB Provider for Oracle
    Microsoft OLE DB Provider for SQL Server
    Microsoft OLE DB Simple Provider
    MSDataShape
    OLE DB Provider for Microsoft Directory Service
    And I want to select "Oracle Provider for OLE DB". Are there any settings or configs before this configuration? If you have some information, please help me.
    Best Regards,
    Daisuke Ikari

    Thank you,  I installed 32 bit client. And it's working now
    But now after IC initial configuration there is one more error which says-
    "this identity center database is not migrated to 7.2" And when i refresh the node it also says -
    "this version of identity center requires that database update 1035 is installed. the latest update installed is 1025"
    I have also attached the screenshot for the same below, I also ran update-mxmc.cmd to update DB.But still same error.
    please help,
    Indira

  • Firefox doesn't display content, especially links.

    This is my problem in a screenshot: http://d.pr/i/DjkB
    The content isn't displayed and especially links. Links are always not there and sometimes text is displayed but all websites are disfunctional because of this.
    Here's a link to a screenshot displaying how the same website should look like: http://d.pr/i/ZRvN

    Did you manage to find out which font Firefox is using in the case when text doesn't display?
    You will have to remove or update that font.<br />
    You can also check that font in Fontforge.
    *http://fontforge.sourceforge.net/

  • Art used in ID documents used to display in the links panel. Now links is empty.

    Photoshop art used in ID documents used to display in the links panel in IN_CS6 on a mac. Now links is empty.
    Where did the links list go???

    Are you sure the art is linked and not pasted? Can you select it, right click and choose edit original? If you can and the links panel is empty you probably need to trash the prefs: Replace Your Preferences

  • Elements 7 (Trial) doesn't recognize ICC profiles in computer

    I downloaded Elements 7 for a 30 day trial to see whether it does better than Elements 5 for my purposes.  I have Windows XP.  While trying to do a test print, in the Print Window I set Photoshop Manages Color under Color Handling. I then clicked the drop down menu for Printer Profile and that menu does not contain any of the ICC profiles in the Colors folder in my computer, but only has those profiles that must come with Elements 7.  Do I need to do something to get this to work? Is it a problem with the trial version?  Adobe Support will not answer questions over the phone for the trial version, although I asked.  Any help would be appreciated.  Thanks.

    Dear John - You graciously replied to our thread last week about ICC profile
    list in Elements 7.  We were wondering whether you could help with another
    more general problem we're having.  We have not been able to get what we see
    on our monitor and what we get out of our printer to reasonably match - the
    prints are always significantly darker than the monitor.  It makes working
    on Photoshop Elements virtually worthless, as we can't rely on getting out
    what we see after making adjustments to our photos.  We bought a Colormunki
    to calibrate the monitor and create paper profiles, but that didn't solve
    the problem and we have worked with the Colormunki people for weeks and
    haven't made any progress.  We have an Epson Stylus Photo R2400 printer and
    a Samsung SyncMaster 2253BW monitor.  We think, at this point, that the
    monitor maybe the problem - apparently it is known for its excessive
    brightness - as even with the calibration set for very low brightness, the
    problem remains.  Anyway, our question is whether you can recommend a
    monitor more likely to give us a reliable match to the printer - what
    photographers/photoshop  users use??  alternatively, any ideas where we can
    contact people who might be able to help????  Thanks in advance for your
    help.

Maybe you are looking for

  • Exception com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCException

    Hi Experts, I am getting following run time error message while running a Web Dynpro program: java.lang.ClassCastException: com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCException: List must contain AbstractList (ProxyList) of Type 'com.sasol

  • How to transfer costs from one WBS to another WBS?

    Hi, I want to transfer costs from one WBS to another. Remember two currencies are maintained viz. local and group. So how can i transfer the balance such that both the local currency and group currency balance gets transferred. Please ensure that the

  • How to convert date value(format) in Calendar(input controls)

    Hi everyone I am using webi 4.0 My problem is when i select calendar date(input Controls) i am able to display time stamp along with date in input Controls(MM/dd/yyyy 12:00:00 AM) i want to change (MM/dd/yyyy 12:00:00 AM) to (yyyy-MM-dd ), when i sel

  • Failed to open design mode for .mxml document

    Hi, I have recently installed flash builder 4 plugin to eclipse galilo. I am working on a project which uses flex SDK. Using eclipse flash perspective when try to open a .MXML file, the design tab is throwing an error message on the screen "An unknow

  • New SuperDrive Not Working XP

    I had my SuperDrive working fine with my XP (Boot Camp) partition. I replaced my SuperDrive due to the wire coating issue, and now my new SuperDrive stopped working on XP (yes, works fine on Leopard). Any help? , please.