José Valim - New in Livebook v0.2: inputs, graphs, and more!

This page summarizes the projects mentioned and recommended in the original post on /r/elixir

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • elixir-opencv

    Discontinued OpenCv NIF Bindings for Erlang/Elixir.

  • For OpenCV specifically, it looks like this repo exists https://github.com/ConnorRigby/elixir-opencv but is apparently abandoned and archived. (Currently almost nothing works)

  • mogrify

    Image processing in Elixir (ImageMagick command line wrapper)

  • https://github.com/route/mogrify Probably the most feature-rich one, and makes use of pipes. But it's just a wrapper around ImageMagick and requires IM to be installed, which I'm not a huge fan of.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • imagineer

    Image processing in Elixir

  • https://github.com/tyre/imagineer Only supports reading/writing PNGs, and is abandoned

  • eimp

    Erlang Image Manipulation Process

  • https://github.com/processone/eimp Searching instead for Erlang yields a few more results, such as this library which seems to be under very active development. However, the features seem limited, and it's all done with C code running in an external program, instead of via NIF. Pretty odd.

  • erl_img

    Discontinued Read/write image library for Erlang

  • https://github.com/evanmiller/erl_img And finally, there's this, which seems kinda feature-rich and is completely written in Erlang, so that's kind of cool. However, it's extremely old. It's used in this, https://github.com/proxeld/img_proc which adds more features but directly specifies this project is not intended to be used. It's more for education and testing purpose

  • img_proc

    Concurrent image processing in Erlang.

  • https://github.com/evanmiller/erl_img And finally, there's this, which seems kinda feature-rich and is completely written in Erlang, so that's kind of cool. However, it's extremely old. It's used in this, https://github.com/proxeld/img_proc which adds more features but directly specifies this project is not intended to be used. It's more for education and testing purpose

  • matrex

    A blazing fast matrix library for Elixir/Erlang with C implementation using CBLAS.

  • Finally, there's Matrex https://github.com/versilov/matrex which seems very performant and has some awesome features like command-line rending of heatmaps. I wonder if it could be useful for image processing in the same way that NumPy is used in Python's OpenCV.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts