I am creating a buffer image that will become a JComponent snapshot (via paint ()) and will be displayed inside ImageIcon . There BufferedImage(int width, int height, int imageType)are a large number of types in the constructor , but which one should I use?
I am sure that any of them will work, but which of them is better than others? How do i choose? And why?
source
share