我有一个由 Firebase 存储触发的 Google Cloud 函数,我想生成缩略图。
虽然 Node.js 文档有一个使用 ImageMagick 的示例,但 Python 运行时没有这样的等效项。
考虑到性能的可接受方法是什么?Pillow-SIMD可以在云函数中工作吗?
或者我应该使用 App Engine 生成缩略图并使用图像服务?
python-3.x firebase google-cloud-platform google-cloud-functions firebase-storage