ImageForwardTransformation[image, function] gives an image in which each pixel at position function[{x, y}] corresponds to the position {x, y} in ...
ImageResize[image, w] gives a resized version of image that is w pixels wide.ImageResize[image, {s}] gives a resized version of image with a maximum pixel width or height ...
ImportAutoReplacements is an option for cells that specifies which replacement rules Mathematica automatically applies when importing text.
ItemAspectRatio is an option for GraphicsGrid which specifies the ratio of height to width for the regions in which items are placed in the graphics grid.
Larger
(Built-in Mathematica Symbol) Larger is a style or option setting that specifies that objects should be larger.
LayerSizeFunction is an option for TreePlot that gives a function to specify the relative height to allow for each layer.
Locked
(Built-in Mathematica Symbol) Locked is an attribute that, once assigned, prevents modification of any attributes of a symbol.
MaxExtraConditions is an option to Solve and related functions that specifies how many extra equational conditions on continuous parameters to allow in solutions that are ...
Modal
(Built-in Mathematica Symbol) Modal is an option to functions such as CreateDialog that specifies whether the dialog that is created should be modal to the Mathematica front end.
MorphologicalBranchPoints[image] gives a version of a binary image image in which white pixels represent the morphological branch points.