Uniform sequence of signed 32-bit integers. Binary data format.
Uniform sequence of signed 64-bit integers. Binary data format.
Sequence of raster image files. Commonly used as an intermediary format in video production.
Version Advisory checks for input from previous versions of Mathematica that should be updated for compatibility with the current version.
CellBracketOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for cells that specifies settings for cell brackets.
PodStates is an option for WolframAlpha that determines information about the states of the pods.
Radon
(Built-in Mathematica Symbol) Radon[image] gives an image representing the discrete Radon transform of image.Radon[image, {w, h}] specifies the width w and the height h of the resulting image.Radon[image, ...
SetAlphaChannel[image] adds a fully opaque alpha channel to image.SetAlphaChannel[image, a] sets the opacity of all pixels to a.SetAlphaChannel[image, aimage] sets the alpha ...
SplineDegree is an option for spline functions and graphics primitives that specifies the degree of polynomial basis to use.
StringTrim["string"] trims whitespace from the beginning and end of " string".StringTrim["string", patt] trims substrings matching patt from the beginning and end.