Webmaster4o
Jul 22, 2015 - 17:30
Can workflow pass an image to pythonista to be used with PIL in pythonista?
Can workflow pass an image to pythonista to be used with PIL in pythonista?
The Workflow app recently got a Base64 action, which you can use to encode any data using ASCII letters. You can pass that string to Pythonista (either via the clipboard, or by manually opening a pythonista:// URL with an argv parameter - Workflow's built-in Pythonista actions don't work like they should) and then use the base64 module to decode the string back into the image data.
Thanks!
out of curiosity, are you on the beta? your app seems like a perfect appex module!
I couldn't use appex because of the watch bug when this was posted, I posted it before your workaround