Computes image size from a byte array using ImageIO.
Computes image size from a byte array using ImageIO.
Used by ExtractPopularImages
to calculate the size of
the image as a tuple of integers (width, height).
image as a byte array
size of image as a tuple (width, height) or (0,0).
Image sizing utilities.