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
- interface IImageProcessor
Gets the size for an image
public (int width, int height) GetImageSize(object image)
| parameter | description |
|---|---|
| image | Image |
Image size as (width, height) tuple