Closed aditya21 closed 3 years ago
My code
File _newFile; if (properties.width > 3840 && properties.height > 2160) { _newFile = await FlutterNativeImage.compressImage(item.path, quality: 100, targetWidth: 3840, targetHeight: 2160); }
The output image shows height 3840 and width 2160.
Same issue https://github.com/btastic/flutter_native_image/issues/72#issuecomment-702680560
@greymag is probably right. I'm closing this one to keep it clean.
My code
The output image shows height 3840 and width 2160.