Tip 2: When printing on canvas some printers feed the material a bit more before printing, generating a top margin bigger than what is expected [see image 4 attached]. It may cause reading problems but you may solve this cutting
the extra canvas manually (leave the original top margin) or loading it as it is and advancing the media a few clicks before initiating the reading process (stop when you start to see the colored rectangles under the rollers)[see image 5 attached].
With the chart properly loaded, open the "HP Utility" software, go to the "Color Center" tab and select "Paper Preset Management". Once more select the last option on the right side: "Color Measurement". This time select "Measure a color chart previously printed".
Select the type and patch size of the color chart you printed (RBG 1728 patches in my case) and click next.
Now you must choose the name, location and type of the resulting data file. My advice is to give it exactly the name you want for the final profile to keep things simple. I usually go with something like this: "MyInitials_Printer_Paper_date" and for this tutorial use a .TXT extension.
On "File Format" select "CGATS measurement file" and mark all the checkboxes. Leave the band selection on the default 10nm. Click next.
Now the printer will check the position of the chart. If something is wrong it will eject it and abort. If the chart was correctly loaded it will move to the "preparing" phase to warm up the spectrophotometer for a few minutes. After that it will star reading and the whole process may take half an hour or so. If your char is divided on various cut sheets you will need to load the subsequent sheets on the correct order.
After that you will find a .TXT file with all the data saved on the specified location.
Step Four: generate the profile using a profiling softwareYou are free to use any software you want, but I will exemplify using Argyll CMS, an excellent and powerful software that is free, available for Mac and PC. The bad news is: it is a command-line software, no graphic user interface. But it is not that hard to use once you know the commands.
Google, download and install
Argyll CMS.
Copy the .TXT file we created to the "bin" folder of the Argyll CMS.
Now we have to convert the .TXT file to a .TI3 file. Open a command prompt, go to the "bin" folder and type (Note that "FILENAME" is the name you gave to the file without the .TXT extension):
txt2ti3.exe -v FILENAME.txt FILENAMEThat will create a file with the same name and a .TI3 extension.
Before we create the profile I must explain something: Argyll profiles can be excellent if you use them properly. They work perfectly with Relative Colorimetric but if you want perceptual there is a catch: You must specify the source colorspace when creating the profile. That means you will have a profile that is usable for conversions from any colorspace using relative colorimetric, but only from one colorspace when using perceptual. If you use perceptual converting from a different colorspace the result will not be as precise as it could be.
That is not a big problem if you standardize your printing workflow, always exporting files using, let's say, ProPhotoRGB before printing. You may also create different profiles to convert from different workspaces (and please name them in a way that makes sense).
So, before the final step you may want to copy the source colorspace file to the "bin" folder. Let's assume we copied the "ProPhoto.icm" to the "bin" folder.
Now it is time to create the profile. On the command prompt type:
colprof.exe -v -qh -S ProPhoto.icm -cmt -dpp FILENAMEIt may take a few minutes to process depending on the processing power of your computer. In the end you will have the FILENAME.icm file ready to install and use.
Some final tips:
- You may want to create shortcuts on your desktop with the command line entries for "txt2ti3" and "colprof". That way you just update de FILENAME when you want to create a new profile and execute the shortcut, avoiding the need to type the commands every time.
- When you want to create different profiles from the same chart, to use a different source profile for perceptual rendering, just rename the .TI3 file and run the "colprof" again with the desired changes.
That is it! I swear it is not as complicated as it sounds.
Best regards.