| Name | Brief | Example |
|---|---|---|
| img2m | Convert a grayscale image to a numeric data matrix. | Example |
| imgAutoBinary | Auto convert to binary. | Example |
| imgBinary | Convert to binary. | Example |
| imgC2gray | Convert to a grayscale image. | Example |
| imgDynamicBinary | Convert to binary using dynamic threshold. | Example |
| imgInfo | Print out the given image's basic parameters in script window. | |
| imgPalette | Apply palette to image. | Example |
| imgRGBmerge | Merge RGB channels to recombine a color image. | Example |
| imgRGBsplit | Split color image into R,G, B channels. | Example |
| imgScale | Rescale image. | Example |
| imgThreshold | Convert part of an image to black and white using threshold. | Example |
| m2img | Convert a numeric matrix to a grayscale image. | Example |