| synopsis || functions |

jpx_target

Java: Jpx_target

[Declared in "../apps/compressed_io/jpx.h"]


Synopsis

Provides full support for generating or copying JPX files. Note that the most correct suffix to use for JPX files is actually ".jpf", not ".jpx", although the latter is still a reasonable choice. The typical sequence of operations used to generate a JPX file is as follows:

Note that this object will make every effort to produce JPX files which are also JP2 compatible, recording the outcome of the relevant compatibility tests in the file-type box. For this reason, an application may choose to always write JPX files, even if the JP2 feature set is sufficient for its purposes.


Public Functions

jpx_target (2 forms) {Java: Jpx_target}

~jpx_target [virtual] {Java: Native_destroy}

operator=

exists {Java: Exists}

operator!

open [virtual] {Java: Open}

access_compatibility {Java: Access_compatibility}

add_codestream {Java: Add_codestream}

add_layer {Java: Add_layer}

access_composition {Java: Access_composition}

access_meta_manager

write_headers

write_metadata

close [virtual] {Java: Close}


| top || synopsis || functions |