Hello, the next question. Programmatically (in Java) I save images in Jpeg format using the ImageIO.write()
method. As you know, in this case, the picture is stored in the standard for Jpeg 24-bit color depth. Image sizes in pixels are known. How to at least roughly predict the size of the image in bytes after saving?
As practice has shown, the formula (Π΄Π»ΠΈΠ½Π° Π² ΠΏΠΈΠΊΡ.)*(ΡΠΈΡΠΈΠ½Π° Π² ΠΏΠΈΠΊΡ)*(3 Π±Π°ΠΉΡΠ°)
does not give correct results.