imageflow_ex icon indicating copy to clipboard operation
imageflow_ex copied to clipboard

Add decoding and encoding to string for Graph

Open tehPlayer opened this issue 4 years ago • 1 comments

I wanted to add on-fly conversion, without saving files anywhere on disk, but send the stream directly to GCloud. As I know it is possible using the low-level API, but it was missing from high-level API. This PR shouldn't affect current I/O, it just adds new features.

tehPlayer avatar Feb 08 '21 15:02 tehPlayer

I've added required fixes and added an integration test. I've also changed the workflow action, because actions/setup-elixir@v1 is no longer maintained.

tehPlayer avatar Mar 11 '21 16:03 tehPlayer