Tzeroxik
Image processing libraries?
Hello everyone, so I tried looking for options for image processing libraries in elixir but so far haven’t found any good options, the closest I’ve seen is using the C API for OpenCV which is deprecated so that’s not an option, are there any libraries for elixir for more advanced image processing like filtering (Intensity, Spacial, Frequency, Transform, Morphological, in a nutshell more biometrics oriented image processing) available?
Thanks in advance for the answers! ![]()
Most Liked
jxub
From what I seen and read, mongrify (GitHub - elixir-mogrify/mogrify: Image processing in Elixir (ImageMagick command line wrapper) · GitHub) seems to be highly regarded for manipulating images, however it’s just a wrapper for ImageMagick.
dimitarvp
Well to be fair, that’s nothing bad. You don’t depend on any dynamically linked libraries / NIFs / Ports, just on a few tools being installed in your $PATH.
We should definitely depend on mature hardcore tools, I am all for it. And such wrappers make the experience even better!
Last Post!
Tzeroxik
It might be a good option eventually but right now it only supports (for filtering) Gaussian Blur ![]()
Popular in Questions
Other popular topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #elixirconf-us
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex









