I just came across a new PNG specification article and I'm curious about its support in Java. Specifically, can anyone tell me if Java 11 LTS or other versions will be updated to support this spec? I'm interested in knowing more about the Java versions that will implement these changes.
2 Answers
You can check out the OpenJDK contribution page for more info on updates. However, a heads up: major new features aren't typically backported to older JDK versions like Java 11 LTS. Those versions usually receive only bug fixes and performance improvements, though some vendors might do their own backporting.
I'm glad to hear HDR support is included in the new PNG spec. That’s super important for anyone working in computer graphics!
While backporting is unusual, it's been done before in some cases. For instance, features like Shenandoah GC and JFR have made their way into older versions via the shared jdkXu repositories maintained by non-Oracle vendors.