Search results

  1. S

    Convert images in a PDF with adjustment

    Are the CMYK images deviceCMYK or are they tagged with an ICC profile? Although intended for blind exchange, do you know for a fact that the F39 output intent is correct? Until we have new PDF standards in the wild, there is only one output intent, so what is the assumed CMYK source ICC profile...
  2. S

    Working with client supplied files and white ink

    Look into your Caldera RIP for auto white ink generation settings, above and beyond what client’s may or may not setup in their files. The Color-Logic system can auto create white ink for VDP work, however I’m not sure if this is also the case for non VDP work...
  3. S

    Convert images in a PDF with adjustment

    This should be a moot point, as a standard ICC profile conversion of Fogra39 > PCS > Fogra52 should be visually the same. So what are the RGB curves achieving, apart from subjective image “enhancement” to make a CMYK image “pop” more in an uncoated space by adding contrast and or saturation...
  4. S

    RIP Software for Flexo with Screens

    CGS ORIS Color Tuner // Web offers standard “contone” screening as you would expect and additionally offers two screen proofing options: * ScreenDot: Pre screened 1 bit TIFF/LEN file data * ScreenDot Plus: Create dot proofs from contone data Notice in the screenshot below that ScreenDot Plus...
  5. S

    Convert images in a PDF with adjustment

    roel78, just to be clear – you are repurposing content that may be intended for the older Fogra39 coated condition, into the new PSO Uncoated v3 condition? What happens if you do nothing? Are the PDF/X-4 images RGB or CMYK? Do you know for certain that the F39 output intent is correct...
  6. S

    Sending Proofs

    What would they have seen if the following was page 1, rather than the artwork: PDFviewerCheckerVIGC_v1.3_EN.pdf https://printplanet.com/forum/prepre...430#post246430 https://printplanet.com/forum/prepre...163#post276163 http://tinyurl.com/VIGC-PDF-Viewer-Check...
  7. S

    Esko Artios CAD vs Arden Software

    Hi Mxd, you are right it is an old topic thread. I created the action for personal and client use, however it was a snapshot in time… In later versions of Impact this has been automated, see the screenshots attached. What version of Impact are you running? What version of Illustrator? (the...
  8. S

    Defining colors HP Indigo 5600

    You need to define swatches as tints based on the solid spot colour swatch. Edit, here is a screenshot from Illustrator, the concept is similar in other apps. Stephen Marsh
  9. S

    Brand colors in CMYK - Spot Matching System (SMS)

    Is this topic thread still running? :] Visual identity is not only for multinationals and the big end of town. Some people like vibrant, saturated colours – some probably don’t. Colour trends change. Is it such a stretch to imagine a designer or agency asking a new client the following: “What...
  10. S

    Working with client supplied files and white ink

    I’d recommend Acrobat Pro + PitStop Pro rather than Adobe Illustrator if most of your files are PDF. Layman’s terms? Presuming professional software and operators… Please supply areas that require white printed ink to be setup as a named spot colour, set to overprint and stacked or layered...
  11. S

    Pitstop Server or Switch - can they do this?

    You need to know your own data… What happens if there is no crop box info? Can you have multiple conditions to fall back to? A media box is a given, however it may not be the final job size which is usually set by the trim box. Stephen Marsh
  12. S

    Pitstop Action to crop a BLEED to make non bleed?

    Sample file (can be sanitised)? Version of PitStop Pro? Stephen Marsh
  13. S

    Kodak MatchPrint Inkjet v5.2 DONGLE for sale

    Keep in mind that you also need a software license file that matches the dongle and software version etc. You may also need Kodak to transfer the license to you as software is licensed, not owned. Caveat emptor! Stephen Marsh
  14. S

    Brand colors in CMYK - Spot Matching System (SMS)

    I understand where you are coming from SMS, I have always used the Pantone Color Bridge Coated and Uncoated fan guides for finding the “lowest common denominator” colour match between spot and CMYK values on different stock. It is a good brand designer that understands that if one wishes to...
  15. S

    Indesign help

    Glad to try to help. I did notice that the stacking order changes, so if elements overlap then they could potentially end up in the incorrect order. Both scripts can be combined into a single script to save running twice. Stephen Marsh
  16. S

    Indesign help

    Here is a script for the Text layer: // https://forums.adobe.com/thread/583929 var newLayer = app.activeDocument.layers.add({name:"Text"}); var tfs = app .activeDocument .spreads.everyItem().textFrames.everyItem().getElements(); while(tf = tfs.pop()){ tf.move(newLayer); } Test with care...
  17. S

    Indesign help

    A quick Google search kicked up the following script for images: https://indesignsecrets.com/topic/sc...seperate-layer (ensure that quotes are straight, not curly) This script is not for batch processing, it is one document at a time... It should just take a little bit of hacking to work for...
  18. S

    Trouble color matching blues & purples - offset CMYK, G7 methodology, GRACoL 2013

    First question, is the press room “printing to the numbers” on a given press and stock – with the numbers being a repeatable SID value for solid C, M, Y, K… Which should translate to a repeatable L*a*b* colour value for solid C, M, Y, K and C+M, M+Y, Y+C… Forgetting curves for now, just solids...
  19. S

    Indesign Sublayer

    You could just go on using spot colours and possibly export top-level-layers as PDF OCG/layers, without the specific ISO 19593-1 Processing Steps then. When you do wish to make use of the ISO 19593-1 Processing Steps with software that can leverage the data, both Enfocus PitStop Pro and Callas...
  20. S

    Indesign Sublayer

    That would be Enfocus or Callas, depending on your needs. Considering all that they offer and can do, and that they also can create the processing step OCG’s to specification, they are a bargain! What DFE or RIP or other software do you have that can make use of the ISO 19593-1 Processing...
Back
Top