ImageLoader/image_loader_web library
Classes
Functions
-
createImageElementFromBytes(
Uint8List bytes, [String? dimensions]) → Future< HTMLImageElement> -
processImage(
Uint8List? bytes, String? url, bool flipY) → Future< ImageElement?> -
processImageBlob(
Blob blob, bool flipY) → Future< ImageElement?> -
setDimensions(
HTMLImageElement imageElement, String? dimensions) → HTMLImageElement