home.social

#htj2k — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #htj2k, aggregated by home.social.

  1. The first stable release of #Jpylyzer 2.2 is out now!

    Main new feature is the support for High Throughput #JPEG2000 (#HTJ2K), and its JPH file format.

    Also lots of other fixes and improvements, as well as some API and output enhancements:

    jpylyzer.openpreservation.org/

  2. The first stable release of #Jpylyzer 2.2 is out now!

    Main new feature is the support for High Throughput #JPEG2000 (#HTJ2K), and its JPH file format.

    Also lots of other fixes and improvements, as well as some API and output enhancements:

    jpylyzer.openpreservation.org/

  3. In other news, the production version of #jpylyzer 2.2 will finally be out this Wednesday. For those who can't wait, I (more or less by accident!) already uploaded it to the Python package index today #jpeg2000 #HTJ2K

  4. In other news, the production version of #jpylyzer 2.2 will finally be out this Wednesday. For those who can't wait, I (more or less by accident!) already uploaded it to the Python package index today #jpeg2000 #HTJ2K

  5. Just a reminder for who missed this earlier: a few weeks ago we published a release candidate for #jpylyzer 2.2, which is available for testing.

    This release adds support of High Throughput #JPEG2000 #HTJ2K and its associated file formats, various codestream validation/parsing improvements, some output enhancements (including reporting of warnings), and an improved Python API.

    Details here:

    jpylyzer.openpreservation.org/

    Please let us know any issues, so we can fix them for the stable release!

  6. Just a reminder for who missed this earlier: a few weeks ago we published a release candidate for #jpylyzer 2.2, which is available for testing.

    This release adds support of High Throughput #JPEG2000 #HTJ2K and its associated file formats, various codestream validation/parsing improvements, some output enhancements (including reporting of warnings), and an improved Python API.

    Details here:

    jpylyzer.openpreservation.org/

    Please let us know any issues, so we can fix them for the stable release!

  7. The release candidate for #Jpylyzer 2.2 is out now! This is a truly action-packed release. Among other things, it adds support for High Throughput #JPEG2000 #HTJ2K. More info here:

    jpylyzer.openpreservation.org/

    @general

  8. The release candidate for #Jpylyzer 2.2 is out now! This is a truly action-packed release. Among other things, it adds support for High Throughput #JPEG2000 #HTJ2K. More info here:

    jpylyzer.openpreservation.org/

    @general

  9. High Throughput #JPEG2000 #HTJ2K files are still rare in the wild, but I added a few to the Jpylyzer test files repo:

    github.com/openpreserve/jpylyz

    Additional test files are welcome!

  10. High Throughput #JPEG2000 #HTJ2K files are still rare in the wild, but I added a few to the Jpylyzer test files repo:

    github.com/openpreserve/jpylyz

    Additional test files are welcome!

  11. For the adventurous #Jpylyzer users out there, I published a (strictly unofficial!) beta of version 2.2.0, which includes support for High Throughput #JPEG2000 #HTJ2K.

    Install using:

    pip install --pre jpylyzer

    To validate a JPH file:

    jpylyzer --format jph oj-ht-byte.jph > out-jph.xml

    To validate a HTJ2K codestream:

    jpylyzer --format jhc oj-ht-byte_causal.jhc > out-jhc.xml

    Draft docs are here:

    github.com/openpreserve/jpylyz

    An "official" release candidate will follow later.

  12. For the adventurous #Jpylyzer users out there, I published a (strictly unofficial!) beta of version 2.2.0, which includes support for High Throughput #JPEG2000 #HTJ2K.

    Install using:

    pip install --pre jpylyzer

    To validate a JPH file:

    jpylyzer --format jph oj-ht-byte.jph > out-jph.xml

    To validate a HTJ2K codestream:

    jpylyzer --format jhc oj-ht-byte_causal.jhc > out-jhc.xml

    Draft docs are here:

    github.com/openpreserve/jpylyz

    An "official" release candidate will follow later.

  13. Spent some time looking into software support for High Throughput #JPEG2000 #HTJ2K.

    The only open source software I could find that can write the JPH format is OpenHTJ2K:

    github.com/osamu620/OpenHTJ2K

    And below some observations on a few other encoders I looked into:

    github.com/openpreserve/jpylyz

  14. (Not so) random quote from the High Throughput #JPEG2000 (#HTJ2K) white paper:

    "As open source software, of course, the implementation has not been optimized nearly to the same extent as full commercial offerings such as that of Kakadu."

    🤷‍♂️ (noteworthy to mention here that the white paper's lead author is also the developer of Kakadu)

    Link to full document:

    htj2k.com/wp-content/uploads/w

  15. Making some good progress on adding High Throughput #JPEG2000 #HTJ2K to #Jpylyzer. Validation of the #JPH file format is pretty much done. Still need to add support for parsing/validating HTJ2K codestreams. If all goes well this should make it to a release some time this autumn.

  16. #Digipres hivemind - I'm looking for some (ideally small) sample images in JPH (High Throughput #JPEG2000 #HTJ2K) format.

    Currently I can only find one single example (here: github.com/uclouvain/openjpeg-).

    Any suggestions are welcome. Or contribute directly to the Jpylyzer test files dataset using Github:

    github.com/openpreserve/jpylyz