User Portlet User Portlet

Discussions
This is the easiest way I can think of right now: rgbToGrayScale[imageIn_Image, factor_ : 1] := Module[{res, w, h, i, j, r, g, b, data, image = imageIn}, res = If [StringMatchQ[ImageColorSpace[image], "RGB"] &&...