I'm new to Java. I resized the large sized png files to standard file size by maintaining the aspect ratio. Below is the code snippet that i used. But the downside i see in this code snippet is that, after re-size the file size is much larger than the original. For e.g original is 5kb and the re-sized new one is 16kb.I'm new to Java. I resized the large sized png