Support for Pillow (Python image library) #1941
Closed
sbdchd
started this conversation in
Python Packages
Replies: 3 comments
|
I need this too |
0 replies
|
Would appreciate image manipulation library, OpenCV is too heavy, so would like to at least have Pillow, which is already good enough for most lightweight usecases that fits the context of deployment at Cloudflare Workers |
0 replies
|
Pillow works in Python workers now, check out the example: https://github.com/cloudflare/python-workers-examples/blob/main/image-gen/src/entry.py |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I use this to munge some upload images into background thumbnails as part of a web service
All reactions