Will New PNG Spec Be Supported in Java 11 and Other Versions?

0
6
Asked By CuriousCoder99 On

I heard there's a new PNG specification that could be significant for developers. Does anyone know if Java versions like Java 11 LTS will receive updates to support this new spec?

2 Answers

Answered By JavaGuru77 On

If you’re looking for info on Java updates, keep in mind that older JDKs, like Java 11 LTS, only usually get bug fixes and performance updates. So, new features from recent specs probably won’t make it back to these versions. Vendors might handle some updates on their own, but those aren’t reflected in the main JDK updates.

CodeWhisperer12 -

True, but I’ve seen some features backported in special repositories before. For example, things like Shenandoah GC actually made it over! If you want to check those, look at the jdkXu repositories.

Answered By GraphicsNinja84 On

It’s great to see HDR now supported! This is really crucial for anyone working in computer graphics, and I'm excited to see how it improves things.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.