Load large image from Flutter Image Picker plugin?

35 Views Asked by At

I want to limit the image size by 1920x1080 for loading large images using Image_Picker. If I don't specify the max size, I get the image size as 4000x3000. If I specify the max size as 1920x1080. I get the image size as 1440x1080. Does the Image_picker crop or resize the image to fit in max size? It looks like that it does a resize but it doesn't keep the ratio. Does anyone can explain how Image_Picker works when it selects image larger than the max size specified?

0

There are 0 best solutions below