ImageQ
(Built-in Mathematica Symbol) ImageQ[image] yields True if image has the form of a valid Image object, and False otherwise.
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 ...
ImageRegion is an option for cells that specifies the size and position of the bounding box within which a graphic is rendered.
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 ...
As of Version 6.0, ImageRotated has been superseded by the "ImageTopOrientation" element specification.
ImageRotate[image] rotates image counterclockwise by 90\[Degree].ImageRotate[image, side] rotates image to make the top of the image be on the specified ...
ImageScaled[{x, y}] gives the position of a graphical object in terms of coordinates scaled to run from 0 to 1 across the whole image region in each direction. ...
ImageSizeMultipliers is an option that specifies how much smaller to render graphics that appear within other constructs.
ImageSize is an option that specifies the overall size of an image to display for an object.
ImageTake[image, n] gives an image consisting of the first n rows of image.ImageTake[image, -n] gives an image consisting of the last n rows of image.ImageTake[image, {row_1, ...