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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blob-in blob-out sample

snobu opened this issue · comments

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.

@snobu Sounds great! PR is always welcome

PR sent, #21.

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