EffectsSdkImage.fromEncoded constructor

EffectsSdkImage.fromEncoded(
  1. Uint8List encoded
)

Creates image from encoded bytes.

  • encoded: Compressed image data (JPEG/PNG supported)

Implementation

EffectsSdkImage.fromEncoded(Uint8List encoded) : source = EncodedImageData(encoded);