picseal_pub/libs/jpg_bin_w.py

25 lines
196 B
Python

#
#
#
class JpgBinWrite:
soi = 0xffd8
def __init__(self):
pass
def writeJpgPicSeal(self):
pass
def writeJpgMetadata(self):
pass
#
def writeJpgImgData(self):
pass