yokawasa / azure-functions-python-samples

Azure Functions Python Sample Codes. NOTE: The project, hosted in a repository, is no longer actively maintained by its creators or contributors. There won't be any further updates, bug fixes, or support from the original developers in the project.
MIT License
392 stars 181 forks source link

blob-in blob-out sample #20

Closed snobu closed 5 years ago

snobu commented 5 years ago

Is there interest for a blob triggered, image watermarking sample?

Blob trigger -> input blob (image) -> watermarking with Pillow -> output blob (image)

I see no blob output as binary sample, and it's not very obvious how typing works for that case.

I can send a PR if the outlook is positive here.

yokawasa commented 5 years ago

@snobu Sounds great! PR is always welcome

snobu commented 5 years ago

PR sent, https://github.com/yokawasa/azure-functions-python-samples/pull/21.

yokawasa commented 5 years ago

@snobu Thanks alot for sending PR! Really awesome sample!