menu
yjy_image_3_3_0 package
documentation
image.dart
decodeJpg function
decodeJpg function
dark_mode
light_mode
decodeJpg
function
Image
?
decodeJpg
(
List
<
int
>
bytes
)
Decode a JPG formatted image.
Implementation
Image? decodeJpg(List<int> bytes) => JpegDecoder().decodeImage(bytes);
yjy_image_3_3_0 package
documentation
image
decodeJpg function
image library