|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
ImageResize |
| 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 given by s. |
| ImageResize[image, {w, h}] gives a resized version of image that has exactly the specified pixel width and height. |
| ImageResize[image, {{wmax}, {hmax}}] gives a resized version of image that has the specified maximum width and height. |
| Automatic | visible size | |
| Tiny,Small,Medium,Large | predefined absolute sizes | |
| d | d pixels | |
| Scaled[s] | a multiple s of the original size |