Tooltip
(Built-in Mathematica Symbol) Tooltip[expr, label] displays label as a tooltip while the mouse pointer is in the area where expr is displayed.
PBM
(Mathematica Import/Export Format) MIME type: image/x-portable-bitmap PBM monochrome raster image format. Member of the Portable family of image formats. Related to PGM and PPM. Implements a subset of the PNM ...
PGM
(Mathematica Import/Export Format) MIME type: image/x-portable-graymap PGM grayscale raster image format. Member of the Portable family of image formats. Related to PBM and PPM. Implements a subset of the PNM ...
AxesLabel is an option for graphics functions that specifies labels for axes.
ImageCrop[image] crops image by removing borders of uniform color. ImageCrop[image, {w, h}] crops image to pixel width w and pixel height h.ImageCrop[image, size] crops image ...
TranslationTransform[v] gives a TransformationFunction that represents translation of points by a vector v.
Sometimes you may want to work with a specific part of a file instead of all of it. When bringing a file into Mathematica , you can elect to import just individual parts of ...
MGF
(Mathematica Import/Export Format) Wolfram Mathematica MGF bitmap format. Used by the Mathematica user interface for storing raster images. MGF is an acronym for Mathematica Graphics Format. Binary format. ...
AbsoluteThickness[d] is a graphics directive which specifies that lines which follow are to be drawn with absolute thickness d.
ButtonBox[boxes] is a low-level box construct that represents a button in a notebook expression.