Java Image Writing -


I want to create thousands of dynamic images with Java. I have created a JFram and LayerPane and have put jlabal on it. Then I am writing image content in this JLable. Then I make this image of this type of LayerPan

BufferedImage image = (BufferedImage) comp.createImage (width, height);

This creates an image entirely but its size is 20KB (more or less). Can I reduce the image size without losing its quality <>

or

Is there another way to create an image based on the text?

Thanks in advance

/ div>

Save as you JPEG and decrease the Q Can reduce its disk on disk . It is at least the main effect of quality impact recompilation.


Comments