Local static functions | |
|
| |
| void | j2k_read_sec (opj_j2k_t *j2k) |
| Read the SEC marker (SEcured Codestream). | |
| void | j2k_write_sec (opj_j2k_t *j2k) |
| Write the SEC marker (SEcured Codestream). | |
| void | j2k_read_insec (opj_j2k_t *j2k) |
| Read the INSEC marker (SEcured Codestream). | |
| void j2k_read_insec | ( | opj_j2k_t * | j2k | ) |
Read the INSEC marker (SEcured Codestream).
| j2k | J2K handle |
| void j2k_read_sec | ( | opj_j2k_t * | j2k | ) |
Read the SEC marker (SEcured Codestream).
| j2k | J2K handle |
| void j2k_write_sec | ( | opj_j2k_t * | j2k | ) |
Write the SEC marker (SEcured Codestream).
| j2k | J2K handle |
1.6.3