User Portlet User Portlet

Discussions
Hello Michael, My last post was more a comment than a question but thanks for your reply. I am active in digital photography and am currently working on color distance questions where ellipses play an important role. Ellipses represent areas of...
Hello, I have tried using the new WSTP interface with Xcode on a Mac 10.11.6. Attached (in PDF format) is the very simple template file wstpadd.tm. When compiled with wsprep the output file wstpadd.tm.c contains alot of gibberish and so the...
Hello Again, I should add that I am using Xcode Version 8.1 (8B62) on Mac. Andrew
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]:=...
When doing something like :cmyk=ColorSeparate[ColorConvert[image, "CMYK"]]the black and white values in each channel are inverted. This problem does not occur with :[mcode]rgb=ColorSeparate[ColorConvert[image, "RGB"]]...