M
Size: a a a
AA
Т
AA
AA
КА
КА
DK
ВП
КА
MB
if (imageProps.width > 4096 || imageProps.height > 4096) {
File file;
file = await FlutterNativeImage.compressImage(imagePath,
targetWidth: 4096,
targetHeight: imageProps.height < 4096
? (imageProps.height * 600 / imageProps.width).round()
: 4096);
return file;
}
АК
DK
MB
MB
Z
Z