GraphicsRow[{g_1, g_2, ...}] generates a graphic in which the g_i are laid out in a row.GraphicsRow[list, spacing] leaves the specified spacing between successive elements.
Mouseover[expr, over] represents an object that displays as over when the mouse pointer is over it, and as expr otherwise.
Pane
(Built-in Mathematica Symbol) Pane[expr] displays as a pane containing expr. Pane[expr, w] makes the pane be w printer's points wide, linewrapping the contents if necessary.Pane[expr, {w, h}] makes the ...
ImageDimensions[image] gives the pixel dimensions of the raster associated with an Image object image.
Large
(Built-in Mathematica Symbol) Large is a style or option setting that specifies that objects should be large.
Mathematica allows graphics to appear anywhere in notebooks, including inline in text or other expressions. You can specify how the graphics should be placed and rendered, ...
ImageAspectRatio[image] gives the ratio of height to width for image.
PixelConstrained is an option for ArrayPlot which specifies how to constrain cells to align with displayed pixels.
PreserveImageOptions is an option to graphics and related functions that specifies whether image size and certain other options should be preserved from the previous version ...
Rasterize[g] returns a rasterized graphic of g. Rasterize[g, elem] gives the element elem associated with the rasterized form of g.