This commit is contained in:
+3
-1
@@ -1,5 +1,7 @@
|
||||
"""Generate solid-color PNG icons for PWA manifest using stdlib only (no Pillow)."""
|
||||
import zlib, struct, os
|
||||
import zlib
|
||||
import struct
|
||||
import os
|
||||
|
||||
def make_png(size, rgb=(0x25, 0x63, 0xEB)):
|
||||
"""Create a minimal valid RGB PNG of the given size filled with one color."""
|
||||
|
||||
Reference in New Issue
Block a user