getSize static method

Size getSize(
  1. Uint8List bytes
)

Returns the Size of image bytes.

Implementation

static Size getSize(Uint8List bytes) => ImageGeneral.getSize(bytes);