Skip to content

Instantly share code, notes, and snippets.

@tkreuder
tkreuder / Wifi Statusbar.py
Created July 1, 2024 07:54 — forked from drdrang/Wifi Statusbar.py
Overlay full strength graphics on statusbar of an iOS screenshot when the device is using wifi.
#!/usr/bin/python
import Image
import base64, zlib
# Jay Parlar convinced me to turn this data structure
# from a dictionary into an object.
class PackedImage(object):
def __init__(self, mode, size, data):
self.mode = mode