Accurately finding spot colours in placed images

Hi all,
I'm trying to collate a list of the colours physically present in an artwork, including those in placed images which is where I'm having trouble.
When an image is placed into an artwork, any spot channels present in a PSD (we only work with PSD's here) are brought in as swatches into Illustrator.  However if a spot channel is then removed from the image and saved, Illustrator reloads the image but doesn't realise that the channel has been removed and the colour remains in the swatch list.
The Custom Colour suite reports that the colour is still there and used externally and separation preview still shows it as existing in the artwork.  Up to now I've been using exiftool to list the extra channels and parsing the output, but I'd prefer not to have to rely on an external dependancy.  There's nothing in the placed image's dictionary either.
We also use a suite of (very expensive) plug-ins from large, Belgian graphics software company.  One of their plug-ins lists colours similarly to separation preview but it's completely accurate in it's representation of which colours are physically present in the artwork.  I'm not attempting to re-create it's functionality, rather generate the same information.
Any suggestions would be hugely appreciated!
Thanks
-W

Ok, it seems like I couldn't see the wood for the trees with this one.  I finally found the solution with AIFOConversionSuite::EnumerateContents(), which with closer inspection of the documentation, provides exactly what I needed... including that 'god I'm such an idiot' feeling
I first tried traversing the artwork manually, then I discovered AIPathStyle::AdjustObjectAIColors() which provides some colour information but seems to have no knowledge of placed images.
I guess you live and learn!
-W

Similar Messages

  • Find fill colour frames in images

    Hi All,
    I am trying to find fill colour frames in images, my code is giving error as Object does not support the property or method "allPageItem"
    could anyone solve this please.
    var COLOR_NAME="color name string";
         var currentPageItem;
         for (var currentPageItem=0;currentPageItem<app.activeDocument.allPageItems.length;currentPageItem) {
              currentPageItem=app.activeDocument.allPageItem[currentPageItem];
              if ((currentPageItem instanceof Rectangle || currentPageItem instanceof Polygon)
                        && currentPageItem.contentType==ContentType.GRAPHIC_TYPE
                        && currentPageItem.fillColor==COLOR_NAME) { // do what you want
                    app.activeDocument.selection=currentPageItem;
                   alert("This box has fill color!!");
    Thanks in advance
    Steve

    Hi Chinna,
    Thanks for your reply, the code is working with your idea like
    var COLOR_NAME="Red";
    //~ var COLOR_NAME=app.activeDocument.swatches;
         var currentPageItem;
         for (var currentPageItem=0;currentPageItem<app.activeDocument.allPageItems.length;currentPageItem) {
             currentPageItem=app.activeDocument.allPageItems[currentPageItem++]
              if ((currentPageItem instanceof Rectangle || currentPageItem instanceof Polygon)
                        && currentPageItem.contentType==ContentType.GRAPHIC_TYPE
                        && currentPageItem.fillColor==app.activeDocument.colors.item(COLOR_NAME)) { // do what you want
                    app.activeDocument.selection=currentPageItem;
                   alert("This box has fill color!!");
    Now, how can I find a fill colour in images (all colours which applied in images), could you change it please.
    Thanks in advance
    Steve

  • How do I use mono and 1 spot colour for print, where the spot colour applies to an element, rather than the whole image?

    I am struggling to work with spot colours, using scanned images edited in Photoshop for use in InDesign to then go to print.
    We print to two plates to save money for our publication. In this case magenta and black.
    I could use the spot colour mode but that works with curves and I only want a certain part magenta. Imagine a business card with a gloss finish where I only want to apply it to certain part ie the name of the employee, using a curve would match a certain shade therefore this method would be unsuitable.
    I have also tried using channels, one grayscale and one magenta, but using the file types either InDesign bugs or it comes out in mono.
    It isn't possible to recreate the logo in InDesign, if only it was this easy...
    If someones already discussed this, I can't find it, but if someone could point me in the right direction—I'd be very grateful!
    Using Photoshop CS4, InDesign CS4. Access to Adobe Cloud at home...

    I'm assuming at least some people on here must have experience of the Scintilla control for creating a Notepad++ type application. I'd like to use this control, unfortunately there is very little in the way of documentation or working examples
    around
    >unfortunately there is very little in the way of documentation
    Have you read all of this?
    Scintilla Documentation
    http://www.scintilla.org/ScintillaDoc.html
    >or working examples around
    Have you examined this project in detail?
    SciTE is a SCIntilla based Text Editor.
    http://www.scintilla.org/SciTE.html
    SciTE Documentation
    http://www.scintilla.org/SciTEDoc.html
    - Wayne

  • Having problems with Spot Colour gradients

    Hello All,
    I have little experience in dealing with spot colours.  I'm trying to blend two spot colours for a print job.  Unfortunately the spot colour gradient (left image) does not blend like the process colour gradient (right image).  Instead they fade to a lighter colour in the center where they meet.  I'm sure someone out there can help as I think this is more of a technical issue that I am simply unfamiliar with.  Thank you in advance to all comments!
    Hugues

    Hello, i run into this all the time.
    What you can do is actually make one spot color overprint (or darken, or multiply) on top of another one.
    that will work,
    What I see you have is one spot color at one end  and another spot color at the other, where they meet you get the "grey".
    The 4/c gradient is a blend of the C<M<Y<K, inks.
    I usually rant over the fact that Illustrator does not have an Ink Manager, to make a swatch of 2 (or more ) spotcolors.
    As far as color gamut goes, 4/c color printing is so passe, right.
    Till Adobe recognizes that printers print with more than the 4/c color space, hexacolor, opaltone, optimized 7, and 8 we just have to improvise.

  • RGB image coloured to spot colour

    We have supplied images (jpeg, tiff, wmf) that are RGB Black & White. I want to be able to place the image in a box and set the colour to a spot colour ie PMS 280.
    I can colour them up using Transparency>Lighten having set the background colour of the box. This only works for process colours, not for PMS colours. As soon as you change to a PMS colour the image "disappears". Am I doing something wrong? Is it possible??
    I work with Overprint Preview ON to get a view of how it will output.
    Due to how the customer supplies the files to us and automation involved it has to be done via Indesign.

    Not going to happen.
    You'll either need to make clear to users of the template that they need to supply the correct form of art or do the conversion yourself. I expect it could be scripted to find these images open them in photoshop, run an action, and return them to ID as grayscale. It probably could be set to run on file open.
    http://forums.adobe.com/community/indesign/indesign_scripting

  • How to find out the Pixel Dimensions and Document Size of placed images?

    Is it possible to find out the placed image details like Pixel Dimensions(Width,Height) Document Size(Width,Height) in illustrator through scripting. Kindly advice me with some examples.

    http://www.adobeforums.com/webx/.3bbaa316.59b84fd8
    I hope the snippet therein will get you started.
    But after all, when you place an image via pi=layer.placedItems.add() it should pop in with its default dimensions, so that you have pi.height and pi.width ready.
    Is this what you are aiming at?

  • Making a PDF with an image that has both spot colour channel and alpha channel

    Hi I have a logo that was supplied to us as a PSD it has a transparent background, it also has a pantone colour channel. I have made a alpha channel from the transparent background as well.
    The graphic looks fine in InDesign (alpha channel selected in the import options), ie the background is transparent.
    But when we try to make a Hi Res PDF the result is that the graphic is on a solid white background.
    If I go back to the PSD and merge the spot channel with so that it is just CMYK and try again the PDF is fine, but we obviously loose the spot colour.
    How do you make a PDF with a transparent PSD that has a spot colour?

    You know that annoying response from support staff? "We cannot replicate your issue". Well....
    I created a PSD in CS5, with a bunch of process stuff, then loaded a spot color channel and painted in some pawprints using Pantone 172C:
    Saved this as a PSD file, default settings (maximize compatibility on, but it doesn't make any difference in this situation).
    Created a new InDesign document in CS5, added a gradient and some text, then placed the PSD.  ID understands the PSD has an inbuilt background so there's no need to bother with a dedicated alpha mask:
    Exported from ID using the High Quality Print option (PDF/1.4, which keeps the live transparency):
    Re-exported to PDF/X-1a (based on PDF/1.3 which flattens transparency) - looks exactly the same. In all cases the spot channel is intact and the see-through regions of the PSD are maintained.

  • Converting greyscale images to single spot colour

    Hi there.
    I’m trying to convert a greyscale image into a single spot colour image. The spot colour is PMS425C, a grey version but as I’m only printing 2 colours I need to convert these images into one spot colour.
    Can somebody please assist?
    Thanks

    Did you see the monotone separated into cmyk?  If so, you may not be making the PDF correctly and the spot is being converted. It can still have cmyk channels but they are empty and will not end up as plates.  Check your output to PDF settings and make sure in the ink manager that spots are retained.  Also, there is more than one way to view in output preview which can be confusing at first.
    You should be exporting as PDF X/1a and if your settings are correct, when you view in output preview (separations)  in Acrobat, you should see the spot as spot.
    Try saving your monotone as .psd too many other formats will not support the monotone.  If you view separations in ID, you will be able to see if your file actually supports spot colour.

  • Finding that unused spot colour

    I've turned my document upside down to find this spot colour using separations preview but that doesn't take care of everything. I also checked my paragraph styles, character styles and object styles and stripped the colour from there. Even when a style is not used but holds this colour it still turns up in the separations preview. So far so good, but I can't think of any other place this spot colour could reside. Any other ideas?
    Yes, of course, it's also removed from the swatches panel ;-)

    I think I've cracked it. I went manually through all pages but nothing turned up. I found the double colour in an abandoned style sheet and character style but they were not in use throughout the document. That keeps you from removing the colour from the swatches panel. However, after deleting or altering the style sheets the double colour remained in the separations preview panel. I've made several inx-docs but the colour remained. Then I decided to open the inx-doc with TextEditor. There were 2 lines of code that contained the double spot colour. I removed those lines and saved the file. Then I opened the file back in ID and now the double spot colour is gone.
    Browsing through the inx-doc with TextEditor revealed another error. I found a number of email addresses that were not in the text. This document was a copy of another version of document, created by 'save as'. The layout was kept but all the text boxes were cleared. Somehow ID does not delete properly.

  • PDFing Spot Colour Transparencies from Indesign CS2

    Hello!,
    I think this is a common question, but I can't find a definitive answer. I am trying to PDF a file which has an image and then a spot colour transparency over part of it. When I PDF the file at Press Quality the spot colour transparency is white. When I PDF the file at a lower resolution (Standard size PDF) the transparency is fine.
    Is there some way I can resolve this? I need to prepare a Press Quality File. I seem to recall reading or hearing somewhere that Indesign does not deal with spot colour transparency very well. I am currently working in CS2, and am wondering if the issue has been resolved in newer versions of Indesign.
    Many thanks for your help, all,
    Pepi

    > that Indesign does not deal with spot colour transparency very well
    Nonsense.
    Just turn on Overprint Preview in Acrobat.

  • Placing images in Illustrator for print ready files

    I'm designing a brochure in Illustrator that contains several logos and photos.  (Yes, I know, Illustrator... I've read several forums and know that InDesign may be a better program for this, but I completely underbid this project and really need to stick with something I know for cost efficiency.)
    I need to resize several images in Photoshop to place in Illustrator and I'm wondering if I should save them as CMYK jpegs, or tiffs, etc.  I need the file to be the smallest it can be for upload to the printer.  I need the basics on different file types and their pros and cons.
    Also, when I'm sending out the proof to the customer, any tips on saving the pdf so the images aren't too blurry and the file is still sendable?
    Please help!!  Any other information or tips on how to prepare my file as a print ready would be great.  I love to learn and really need some great resources.
    Thanks!

    How many pages are we talking about?  The key to file efficiency is Placing images at their final size, so you are on the right track.  Let me try to help...
    "I need to resize several images in Photoshop to place in Illustrator and I'm wondering if I should save them as CMYK jpegs, or tiffs, etc.  I need the file to be the smallest it can be for upload to the printer.  I need the basics on different file types and their pros and cons."
    -Do not save as JPG.  The compression artifacts will show up in print.  Just Place CMYK .tiffs or .psd's without sizing in Illustrator.  Another thing to keep in mind is "Linking" the image files instead of "Embedding" them.  You have a little more control saving your page files as EPS before creating the final PDF.
    "Also, when I'm sending out the proof to the customer, any tips on saving the pdf so the images aren't too blurry and the file is still sendable?"
    -There are a few different ways you can create a PDF viewable as a softproof.  You could send the final as a Standard PDF using defaults.  Don't forget to embed the fonts and leave color unchanged.  What I do is Export > RGB TIF @ 150ppi > Open the .tiff in Photoshop and Save-As Photoshop PDF with a JPG compression of 8.  You could do that for each page and then reassemble using Acrobat for one assembled, final PDF optimized.
    "Please help!!  Any other information or tips on how to prepare my file as a print ready would be great.  I love to learn and really need some great resources."
    -Get Adobe's Print Publishing Guide.  It has enough information in it to help you wade through all of the disinformation out there.  Get in touch with a couple of local print shops and have them take a look at your files.  Good shops can spot problems and give you some handy tips.  Not all shops will take the time, so finding one can be tricky. 
    Thanks!
    -You're welcome.  Let us know how it all shakes out.

  • How to delete a spot colour swatch set up incorrectly

    Hi i'm running indesign CC2014 and having problems deleting a spot colour swatch 877 initial set up incorrectly as a lab spot colour, rather than choosing from the colour books
    I've since converted it to a processed lab colour and still it won't delete. I also can't i find the colour and where it is used in my document.
    I've tried to add metallic coated 877c  (correctly this time) swatch again but it won't allow two swatches with the same name.
    Can anyone help as i really need to correct this for the printers.

    Is there anyway to find this out as i'm dealing with a 60 page brochure and not easy to manually find.
    You can use the preflight panel to find all instances of a spot color.
    In the lower left corner of the doc window you can define a preflight profile and apply it to the document:
    Here I've made a profile named No Spots with Spot color checked under Color Spaces not Allowed
    With Preflight on the profile will list any placed objects using a spot. in this case a PS monotone named Untitled-1

  • Soft proofing spot colour build ups?

    Hi all, I need to build up a series of patterns from 2 spot colours.
    The designer has specified 2 PMS colours - one for the lighter regions and one for the darker regions. But in the build up, the dark areas will not knock out the base colour. So I'm trying my best to find a PMS which will match the dark colour when it's overprinting the lighter one.
    Photoshop gives me the option to specify the solidity of the ink in the preview - but I dont really know how opaque the ink will be. In your experience do the previews at 50% solidity preview fairly accurately - or is it best to preview at 0% solidity?
    I'm assuming using a wider colour space when on screen previeing won't help me here either?
    Wet proofs are not an option at this stage. So, Id like to use my on-screen preview to get at least close to the final result. Does anyone have any tips on this?
    Many thanks.
    R

    I hoped someone would know by having hands-on experience of this, clearly. Someone who works with printing inks rather than pixels.
    Photoshop gives me the option to preview at different solidity settings – what's most common? Are darker inks more dense and therefore more opaque (meaning I should preview at a higher solidity). Or is the reverse true.
    From my youth I remember oil paint having wildly different transparency from colour to colour due to the different constituent parts - is this true of PMS colours also?

  • How do I get my printer to match the colours of the image as I see it on screen?

    How do I get my printer to match the colours of the image as I see it on screen? My HP Office Jet Pro L7680 printer tends to print my images with a bias towards red compared to the image I am seeing on screen with Lightroom 5 using a Mac with Retina 5 screen. Would appreciate any expertise on how to calibrate the printer to the screen

    You have two options. The first method costs nothing but is not as accurate and the second means buying hardware and investing some time. The fastest way to get things closer is to download the color profile from the printer manufactures site for the printer and paper combination you are using. Install it on you Mac and relaunch LR. This is best when the paper and printer are both from the same company; in your case, HP. If the paper is not made by HP, you can often find profiles for your paper/printer by going to the paper maker's web site and doing a search for the appropriate profile.
    The other alternative is to purchase a piece of hardware such as the ColorMonki which can be used to not only profile your monitor for color balance but also you printer/paper as well as your camera. When all of your devices agree on what color 118,118,118 means, you get the same color from capture to print but this is also an expensive option and there is a lot of time involved in building your own color profiles. The results however, are much more accurate.
    Once you have a color profile installed, the next step involves doing soft proofing. Once you have your image looking the way you want it to in LR, open it in the soft proof option. This will show you how your print will look using the color profile for the paper/printer you are using. During the process, you will be shown the print on your screen which may look off. Use the small triangle in the upper-right corner of the histogram to turn on the out-of-gamut warning. This will highlight any parts of your image which contain colors your printer can't handle. Use the rendering intent options to decide how you want these colors handled (relative or perceptual). Check them both and use the one you like best. You can also make additional changes at this point if required before you generate the JPG image. Make sure to save it as a max quality JPG using the sRGP profile. Once saved, you can send this image to your printer or even to a lab as the process is the same.The attached link should get you to a video showing how to use the ColorMunki hardware/software but, more importantly, shows you how to prepare an image for printing (in this case, for a lab) using soft proofing with the color profile created (or downloaded).--Great Color from Your Lab Prints – Every Time! on Vimeo

  • Is it possible to turn off a spot colour

    Hello
    Probably a dumb question but I will ask anyway. Is it possible to turn off a spot colour in CS4. I can effectively do it by creating a spot white and merging the spot colour I want to delete to the spot white using the ink aliasing. However, this leaves a spot colour in the high res pdf at th end of the job. This then causes a problem as we use an online proofing system which then fails the flightcheck as there is a spot colour in the pdf.
    Cheers
    Beeefcake

    The spot colour is used so that we can perform a find on any text with a fill of the spot colour and delete it. The spot colour is put in for this purpose when the original artwork is created in the US.
    Kathlene - I can't believe I didn't spot that! This would work! We could just convert the swatch to 0% cmyk as you suggest. The majority of the pages in the catalogue are on a white background so the pricing would simply disappear resulting in no spot place when pdf's are made. There are some pages on a coloured background but these are very few and the pricing could be deleted manually.
    Thanks for the help!
    Beefcake

Maybe you are looking for

  • Warning on Lookup

    My Lookup Script logic is as follows *LOOKUP RATE    *DIM R_ACCT        =ACCOUNT.RATETYPE    *DIM FX_LC1:R_CURRENCY =[COMPANY].LC1    *DIM FX_LRC:R_CURRENCY =[COMPANY].LRC    *DIM R_ENTITY     ="GLOBAL"    *DIM SCENARIO      =[SCENARIO]    *DIM TIME 

  • All the Text is presented in bold

    Suddenly, on every site I visit all the screen text is bold. I've done the three recommended troubleshooting steps to no avail.

  • How to restart a message from beginning

    Hi, in our test-xi we have 10.000 failed message because of a mapping error. The problem is, that the receiver determination was wrong so the wrong interface mapping was startet. If I restart the failed messages, only the step "message mapping" is ru

  • DBA or Java developer for relatively new in this field.

    <h2>Hello, let me introduce myself to more understanding of my question.</h2> Valery 32 years old started this study for a change.... My main is PE and coaching (basketball). I`m good PC user with 10-15years of experience in : (did make some website

  • Can not activate windows 8 on my HP Envy laptop

    Hi guys, Im not sure if this is the right forum topic to paste this on so I do apologise. I have recently done a full restore to factory settings however, I can not seem to activate my Windows 8. I have been able to update my Windows to 8.1 through t