It's a storck textile printer. (I'm not sure if its based on a mimaki model) I don't know the exact Model yet. I will try to get more information. But I'm afraid that needs until tomorrow.
We stripped the data and get some other numbers for the 8Bit files:
Code: Select all
$ convert im-lab-16bit-stripped.tif txt:
# ImageMagick pixel enumeration: 1,1,255,cielab
0,0: (255,0,0) #FF0000 cielab(255,0,0)
Code: Select all
$ convert im-lab-8bit-stripped.tif txt:
# ImageMagick pixel enumeration: 1,1,255,cielab
0,0: (255,1,0) #FF0100 cielab(255,1,0)
Not sure if the histogram data from identify -verbose say something useful. But they are different:
for the 16bit:
Histogram:
1: (255,128,128) #FF8080 cielab(255,128,128)
for the 8bit:
Histogram:
1: (255,129,128) #FF8180 cielab(255,129,128)
We will explore that metadata/profile issue further: Maybe the printer uses Photoshop 8BIM data. Sounds odd to me, but it wouldn't be such a big surprise.