Skip to content

Marlin-renderer 0.7.3.1

Compare
Choose a tag to compare
@bourgesl bourgesl released this 19 Jan 21:46
· 108 commits to use_Unsafe since this release

Release v0.7.3.1:

  • marlin-0.7.3.1-Unsafe.jar (RenderingEngine only)
  • marlin-0.7.3.1-Unsafe-sun-java2d.jar (patched sun.java2d.AAShapePipe + imageio PNGImageWriter): ~ 5 to 10% faster (multi-threading)

This release provides several bug fixes:

  • Fixed unsafe address alignment (4 bytes) in MarlinCache (may occur on non-x86 platforms)
  • Added patched imageio.PNGImageWriter (see https://bugs.openjdk.java.net/browse/JDK-6488522):
    • default Deflater level changed from 9 (best) to 4 (medium)
    • added compression parameter support (mode, quality)
  • Minor code style changes (merged with OpenJDK9 2016.01)
  • Improved regression tests (+ travis CI)

Please give us your your feedback: it is VERY important !

Just post your comments on the forum:
https://groups.google.com/forum/#!topic/marlin-renderer/biSbzplNlOc

Enjoy !
Laurent