This commit is contained in:
Jeffrey 'Alex' Clark 2026-04-16 06:48:09 -04:00
parent 07b20b3b33
commit 74e07b5b8a

View File

@ -22,7 +22,7 @@ boundary between untrusted image input and the Pillow API.
Untrusted zone │ Pillow API │
───────────── │ │
Image files ────►│ Image.open() ──► Format plugins │
Byte streams │ (40+ parsers) (Python + C FFI) │
Byte streams │ (40+ parsers) (Python + C FFI)
User metadata │ │
│ ImageMath.unsafe_eval(expr) ───────────┼──► Python eval()
│ ImageShow.show(image) ─────────────────┼──► os.system / subprocess