Table of Contents

Transform:Resize filter

Filter info

Description The Resize filter may be used to change the size of a map (i.e. number of pixels).
Author Aaron
Plugin ZG_transforms

Looks like

:plugins:calc:zeograph:filters:transform_resize.png

Input pins

Name Type Default value Description
hMap hvar N/A A handle to the map to be resized.
Width int 1024 The desired width of the map, in pixels.
Height int 1024 The desired height of the map, in pixels.

Output pins

Name Type Description
hMap hvar A handle to the map (handle is passed through from input to output).

Options

This filter has no options.

Comments

None.