cocoa-xu / evision

Evision: An OpenCV-Erlang/Elixir binding
https://evision.app
Apache License 2.0
337 stars 22 forks source link

Update code generation with image inputs to read from file #221

Closed jonatanklosko closed 11 months ago

jonatanklosko commented 11 months ago

The image input value no longer has the binary inlined, instead it holds a reference to a file to read from. See changelog notes. This is not exactly a Kino change, but Livebook change, so it's compatible with Livebook v0.11+, but better to update sooner than later :)

cocoa-xu commented 11 months ago

Hi @jonatanklosko, thanks for the PR! This looks great!