Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
strip_jp2_comments.py File Reference

(acbcf08a6dffdfe90a6eaf661fcd6923f0de2447)

Go to the source code of this file.

Namespaces

namespace  testing
 
namespace  testing.tools
 
namespace  testing.tools.strip_jp2_comments
 

Functions

 testing.tools.strip_jp2_comments.parse_box (buffer, offset)
 
 testing.tools.strip_jp2_comments.parse_marker (buffer, offset)
 
 testing.tools.strip_jp2_comments.rewrite_jp2c (buffer)
 
 testing.tools.strip_jp2_comments.main (in_file, out_file)
 

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