Skip to main content

CanvasPropertyImageResizeQuality

Type

operator

Summary

The current image resize quality of a canvas.

Syntax

the image resize quality of <mCanvas>

Description

The image resize quality used when drawing scaled images and patterns on mCanvas as a string. Can be one of "none", "low", "medium", "high".

Parameters

NameTypeDescription

mCanvas

An expression which evaluates to a canvas.

Examples

// Use low (but faster) image resize algorithm to draw scaled images
set the image resize quality of this canvas to "low"
Thank you for your feedback!

Was this page helpful?