How to calculate the size of a resized image file without resizing (based on the parameters width, height and dpi)?
Example: I have image resolution is 6158x4190, dpi = 300, size = 13.2 MB. So when resized = 2939x2000, dpi = 150, the size is how much?
Will someone please help me?