Group Abstract Group Abstract

Message Boards Message Boards

Cie Lab color space problems while using Mathematica with Photoshop

Posted 9 years ago
Attachments:
POSTED BY: andrew gerzso
2 Replies
POSTED BY: Sander Huisman
Posted 9 years ago

The first Import returns the correct space (Lab).

In[4]:= Import["Desktop/m9-lab-tests/lab-4pix-input.tif", "ColorSpace"]
Out[4]= "LAB"

The second returns the same (apparently) wrong values.

In[5]:= Import["Desktop/m9-lab-tests/lab-4pix-input.tif", "Data"]
Out[5]= {{{1., -0.500008, 0.496101}, {1., 0.496101, 0.496101}}, {{1., -0.500008, -0.500008}, {1., 0.496101, -0.500008}}}

So I guess I have to update to v11 ... Thanks for your feedback !

POSTED BY: andrew gerzso
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard