MCPcopy Create free account
hub / github.com/ActiveState/code / extract_jpg

Function extract_jpg

recipes/Python/456375_File_Extractor/recipe-456375.py:91–92  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

89 extract(data, True)
90
91def extract_jpg(data):
92 extract(data, False)
93
94def extract(data, bmp):
95 while True:

Callers 1

workspaceFunction · 0.70

Calls 1

extractFunction · 0.70

Tested by

no test coverage detected