Relates :
|
When ImageIO reads in PNG files (and perhaps other formats?) it creates BufferedImages of type CUSTOM. We probably do not have optimized rendering for copying from this image type, so there may be performance implications here (although managed images probably mitigates this in most situations). These images are of known types; we should create something that makes sense in the PNG context (like ARGB, for example).
|