Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MearaY/StegaPy
/ get_image
Method
get_image
StegaPy/plugin/lsb/lsb_output_stream.py:59–60 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
57
self.pixels[row, col, channel] = (v & mask) | (int(bit) << bit_slot)
58
59
def
get_image(self) -> Image.Image:
60
return
self.image
Callers
1
embed_data
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected