Possibility to convert csv-file with only L*A*B* values into a ArgyllCMS ti3 file

pharmacist

Printer VIP
Platinum Printer Member
Joined
May 29, 2007
Messages
2,849
Reaction score
1,644
Points
313
Location
Ghent, Belgium
Printer Model
SC-900 ET-8550 WF-7840 TS705
The software under Windows gives this as scan values:

1757700826198.png


1757700887749.png


1757700934421.png


1757701519166.png


There is no much information about how to use this device: I have chose M0 /D50 at 2 degrees angle . Not sure in the UV-setting I should choose UV400 or not ???

Anyhow It picks up the color patches in LAB values.
 
Last edited:

x64

Getting Fingers Dirty
Joined
Feb 21, 2025
Messages
67
Reaction score
37
Points
45
Printer Model
Epson Stylus R2400 2100 & more
So the luminance data is available!

I used it to create a simple script to do a lab to xyz conversion, and generated a sample conversion of some of your attached zip and csv files. To avoid a deep dive into the Argyll software to save a few cents, before we try again, deliver a properly prepared scenario (ti1, ti2, correctly scanned csv, known good ti3 file created using compatible scanner).

Attached is the sample output .ti3 (renamed to .txt for upload compliance), I used the data from the 288-target.ti1 and testprofile v2.csv.
 

Attachments

  • converted_measurements.txt
    13.9 KB · Views: 11

pharmacist

Printer VIP
Platinum Printer Member
Joined
May 29, 2007
Messages
2,849
Reaction score
1,644
Points
313
Location
Ghent, Belgium
Printer Model
SC-900 ET-8550 WF-7840 TS705
Hi x64,

I got this when trying to create the profile:

1757765041571.png


It reads only 200 sets and expected 228 sets.....

I changed some description too like Colore Rep into iRGB_LAB (was i1RGB_XYZ).
 

Attachments

  • testprofile.ti3.txt
    13.9 KB · Views: 1

Epatcola

Fan of Printing
Joined
Mar 21, 2020
Messages
58
Reaction score
25
Points
50
Printer Model
various
It reads only 200 sets and expected 228 sets.....
The file says NUMBER_OF_FIELDS = 7 while the DATA_FORMAT statement has 8 fields.

228 * 7/8 = 200

Looks like it just reads data elements according to the data format ignoring new lines.

Are you sure argyll needs RGB and XYZ values anyway? If you can generate them from Lab then argyll could as well.

It looks like chartread with -L and -n switches creates a ti3 file with only Lab values. I presume if such a file isn't useful it wouldn't allow creation of it.

Is the colorimeter you got one of these https://en.chnspec.com/Product/list.aspx?lcid=228 ?
 
Last edited:
Top