Skip to content

0.6.0

Compare
Choose a tag to compare
@aous72 aous72 released this 02 Feb 08:15
· 550 commits to master since this release

The main contributions are:

  • Added support for IMF and BROADCAST profiles. ojph_compress now has the options "-profile IMF" and "-profile BROADCAST". These options do NOT change any configurations, but
    • run a check to see if the options selected, which might be the default options, meet the requested profile, producing a error message if something is wrong. The check includes testing any tile options.
    • insert the TLM marker segment into the generated codestream, which is required by these two profiles.
    • store each colour component into its own tile-part, which is a requirement for these two profiles.
  • Addressed issue #7.