change_format — 更改图像大小。
算子 change_format increases or decreases the size of the
input images to the indicated height or width, respectively. If the image is
reduced, parts are cut off at the “right” or “lower” edge of the image,
respectively. If the image is enlarged, the additional areas are set to 0.
The definition domain of the new image is equal to the domain of the input
image, clipped to the size of the new image. No zooming is carried out.
Image (输入对象) (multichannel-)image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
输入图像。
ImagePart (输出对象) (multichannel-)image(-array) → object (byte / direction / cyclic / int1 / int2 / uint2 / int4 / int8 / real / complex / vector_field)
Image with new format.
Width (输入控制) extent.x → (integer)
Width of new image.
默认值: 512
建议值: 32, 64, 128, 256, 512, 768, 1024
Height (输入控制) extent.y → (integer)
Height of new image.
默认值: 512
建议值: 32, 64, 128, 256, 512, 525, 1024
zoom_image_size,
zoom_image_factor
基础