Thursday, May 26, 2016

Cumulus Portals Basic Configuration

With Cumulus version 10.1.2 and above, external DAM users have improved HTML5 support with the Portals web service. Here are the basic steps for a basic Portals configuration.

STEP 1: In native client, go to File -> Administration -> Server Console. Select Remote Admin -> License, and scroll to bottom. Click on "Activate Cumulus" button and enter your Canto Community Credentials. IMPORTANT: Please make sure Portals serial is listed in your license. Without it, your Portals will not run.


STEP 2: Set web services to run on port 80 by opening server.xml in your favorite text editor.

On Windows:
\Program Files\Canto\Cumulus Web Solutions\apache-tomcat-8.0.26\conf\server.xml

On Mac/Linux:
/usr/local/Cumulus_WebSolutions/apache-tomcat-8.0.26/conf/server.xml

Change port="8080"

    <Connector port="8080" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />


To port="80"

    <Connector port="80" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />



STEP 3: Remove 8080 from customization.js to enable CIP web services. Entry "localhost" should be changed to the IP address of the Cumulus application server. IMPORTANT: You cannot use the DNS name here, it will break CIP web services. ALWAYS use the IP address.

On Windows:
\Program Files\Canto\Cumulus Web Solutions\apache-tomcat-8.0.26\webapps\portals\customization.js

On Mac/Linux:
/usr/local/Cumulus_WebSolutions/apache-tomcat-8.0.26/webapps/portals/customization.js

Change

    'CIP': '//localhost:8080/CIP/',

To

    'CIP': '//YOUR.IP.ADDRESS/CIP/',



STEP 4: Open your catalog in Cumulus Admin Client. Go to Edit -> Preferences -> Catalog Settings -> General. Select your catalog from the drop down, then check the boxes for "Share catalog" and "Allow Web access"


STEP 5: Restart Cumulus Web Solutions (Windows Server) or Restart Server (Linux/Mac)


STEP 6: Restart your browser, we usually recommend Chrome or Firefox for best results.

If local, load http://localhost/portals/
If remote, load the IP address or your server DNS, example http://usdemo.canto.com/portals


STEP 7: Login to the Web Server Console at http://localhost/serverconsole

Once logged in select "CIP Configurator". Then double-click your Portals instance in the list, and set "portals-general-access" user to your "cumulus" admin login instead of "test". Make sure to set your password by clicking the button with the three dots (...), then click "OK" and "Save"




STEP 8: To configure download collections for Portals, go to the Web Server Console -> CIP Configurator. Choose "portals-download-collection" and make sure your catalogs are added to the list. Usage dropdown should be set to "General Access" and uncheck the box for "Only allow the following operations".


Monday, May 9, 2016

Friday, May 6, 2016

Which CMYK Profile Should I Use?

To get the best predictable results when sending your designs/photos for commercial offset printing you need to select a suitable CMYK profile that best matches the destination printing conditions before converting images to CMYK. Graphic design software such as Adobe's Creative Suite (Photoshop, Indesign and Illustrator) come with ICC profile presets for sheetfed and web offset presses and various coated and uncoated paper types. There are profiles for North America, Europe and Japan who each have different printing standards.

Example screenshot of Photoshop's "Convert to Profile" CMYK options:


Printing in the UK and Europe


The international standard ISO 12647/2-2004 is being used by more and more printers in the UK and Europe these days. The German printing research organisation (FOGRA) developed this standard by testing a large number of presses using a range of paper types and produced a set of datasets. These were then used to create the ICC profiles 'ISO coated.icc' and 'ISO web coated.icc' for sheetfed litho on coated papers, and web offset on lightweight coated, respectfully (FOGRA27).

These CMYK profiles have now been replaced with a new Version-2 update based on a new FOGRA39 dataset: as not all printers were able to reproduce the same results. Version 2 solves this problem and makes it easier for printers to achieve this standard. If you are using older versions of Adobe software then it is likely that you do not have the new profiles installed, unless you have manually updated them yourself. There is a link below so you can download the latest versions from ECI.

FOGRA39


Print setup: Offset commercial and specialty printing according to ISO 12647-2:2004 / Amd 1.
Paper types 1 or 2 (gloss or matte coated 115 g/m2).
Positive plates.
Screen frequency 60/cm.

CMYK Profiles:
'ISO coated v2 (ECI)' for sheetfed offset on coated papers (Coated FOGRA39) with TAC (Total Area Coverage) of 330%.
'ISO coated v2 300% (ECI)' with a reduced TAC of 300% for web offset printing on whiter web offset papers.

These two profiles are available to download from the ECI website.

'ISO coated v2 300% (ECI)' can be used when the intended printing condition is not yet known. A lot a printers prefer to keep the TAC to below 300% even for sheetfed offset on coated papers, to avoid printing problems caused by too high ink coverage. Better to have too little than have too much ink! However, if this profile is used, and the press has a higher TAC, then photographs will print lighter in the shadow areas.

Printing in the US


For sheetfed litho printing in North America the GRACoL (General Requirements for Applications in Commercial Offset Lithography) setup is becoming popular for printing on coated paper.

CMYK Profiles:
'Coated GRACoL 2006' - for grade 1 paper on a sheetfed press with a TAC of 340%.
For web offset production, then the SWOP (Specifications for Web Offset Publications) setup is used for printing on lightweight papers.

CMYK Profiles:
'Web Coated SWOP 2006 Grade 3 Paper' - TAC 310%.
'Web Coated SWOP 2006 Grade 5 Paper' - TAC 300%.

Choose one of these three ICC profiles if you know the type of press and paper type. If not, then it is safer to go with 'Web Coated SWOP 2006 Grade 5 Paper' as it has a TAC of 300%. As mentioned above it is better to have too little ink than too much. However, if this profile is used, and the press has a higher TAC, then photos will print out slightly lighter in the shadows.

*Posted from NE14 Design UK article at http://www.ne14design.co.uk/articles/which-cmyk-profile.htm