ImageColorSpace[image] gives the name of the color space of image.
These "How tos" give step-by-step instructions for common tasks related to algebraic computation in Mathematica .
Blur
(Built-in Mathematica Symbol) Blur[image] gives a blurred version of image.Blur[image, r] gives a version of image blurred over pixel radius r.
ImageReflect[image] reverses image by top-bottom mirror reflection. ImageReflect[image, side] reverses image by reflecting it so that the specified side goes to the opposite ...
Sharpen
(Built-in Mathematica Symbol) Sharpen[image] gives a sharpened version of image.Sharpen[image, r] gives a version of image sharpened over pixel radius r.
Capabilities that define a new kind of dynamic interactive computing.
Everything Is an Expression The Meaning of Expressions Special Ways to Input Expressions
"How to" Topics Notebook Interface Input and Output in Notebooks
Introduction Core Language Mathematics and Algorithms
GraphCoordinates3D[g, options] calculates a visually appealing 3D layout of the vertices of a graph g and returns the coordinates of the vertices.