Workspace 6.21.5
|
Resizes an image to a new width and height using a user-selected filtering technique.
Inputs: | |||
---|---|---|---|
Width | int | ||
Height | int | ||
Units | CSIRO::DataAnalysis::ResizeImage::ResizeUnits | Specifies what the Width and Height input values represent; percentages or pixels. | |
Smoothing | CSIRO::DataAnalysis::ResizeImage::SmoothingType | Controls how smoothing is performed when magnifying or minifying an image. | |
Mirror X | bool | Flips the image horizontally. | |
Mirror Y | bool | Flips the image vertically. | |
Image | QImage | ||
Outputs: | |||
Image | QImage |