![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Namespaces | |
| namespace | testing |
| namespace | testing.tools |
| namespace | testing.tools.strip_jp2_comments |
Variables | |
| int | testing.tools.strip_jp2_comments.BOX_HEADER_SIZE = 8 |
| str | testing.tools.strip_jp2_comments.BOX_TAG_JP2C = b'jp2c' |
| int | testing.tools.strip_jp2_comments.MARKER_SIZE = 2 |
| int | testing.tools.strip_jp2_comments.MARKER_START = 0xff |
| int | testing.tools.strip_jp2_comments.MARKER_TAG_IGNORE = 0x00 |
| int | testing.tools.strip_jp2_comments.MARKER_TAG_COMMENT = 0x64 |
| int | testing.tools.strip_jp2_comments.MARKER_TAG_FILL = 0xff |