Resize[]

✅ Works in Interactive Notebook

Category: Process.

Resize an image

Syntax

Resize[100, 100]

Arguments

Examples

The following example loads an image, resizes it to 100x100, and displays it.

Load["./tmp/cat.jpg"]
Resize[250, 250]
Show[]

A photo of a cat resized to 250x250

See Also

Made with ❤️ by capjamesg