Workspace 6.21.5
|
Retrieves basic information about an image such as its width, height and any text keys in the image.
Inputs: | |||
---|---|---|---|
Image | QImage | ||
Outputs: | |||
Width | int | ||
Height | int | ||
Text | QString | The text associated with the image, returned as a single string of key-value pairs separated by new-lines. |