ImageAdd[image, x] adds an amount x to each channel value in image.ImageAdd[image_1, image_2] gives an image in which each pixel is the sum of the corresponding pixels in ...
ImageAdjust[image] adjusts the levels in image, rescaling them to cover the range 0 to 1.ImageAdjust[image, c] adjusts the contrast of image by an amount c.ImageAdjust[image, ...
ImageMultiply[image, x] multiplies each channel value in image by a factor x.ImageMultiply[image_1, image_2] gives an image in which each pixel is the product of the ...
ImageSubtract[image, x] subtracts a constant amount x from each channel value in image.ImageSubtract[image_1, image_2] gives an image in which each pixel is obtained by ...
The symbolic character of Mathematica makes possible a uniquely coherent approach to integer sequences, integrating functional forms, equations, generating functions, and ...
Directly integrated into the Mathematica language is a convenient symbolic options mechanism that allows arbitrary sequences of named parameters to be given to both built-in ...
Rules
(Mathematica Guide) Everything that Mathematica does can be thought of as derived from its ability to apply general transformation rules to arbitrary symbolic expressions. The Mathematica ...
Mathematica allows data stored in standard systems formats to be analyzed and synthesized using the full power of Mathematica.
Rules are a key part of Mathematica 's powerful expression transformation language. These "How tos" give step-by-step instructions for using rules in Mathematica .
AbsoluteOptions[expr] gives the absolute settings of options specified in an expression such as a graphics object. AbsoluteOptions[expr, name] gives the absolute setting for ...