Skip to content

IImageProcessor.GetImageSize method

Gets the size for an image

public (int width, int height) GetImageSize(object image)
parameter description
image Image

Return Value

Image size as (width, height) tuple

See Also