User Portlet User Portlet

Discussions
Hello, I have generated a bunch of points then fed them to : ellipse =BoundingRegion[points, "FastEllipse"]. The output is : Ellipsoid[{0, 0}, {{0.0698865, 0.0545128}, {0.0545128, 0.0698865}}]. My question is: using the...
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, I have just switched to Mathematica 11 and would like to continue using Mathlink to connect C programs with Mathematica. This has worked fine up to now but when using the the Mathlink Framework delivered with v11 I consistently get the...
The idea was to communicate image files (using the Cie Lab color space) between Photoshop CS6 and Mathematica 9.0.1.0 running on Mac OSX 10.11.6 El Capitan. I created a file in Photoshop with four pixels (two per row) with the following Lab...
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"]]...