Are there any Erlang packages for image manipulation?

Hi All

I’m looking for an Erlang package or wrapper around a good/maintained image manipulation library.

Something similar to Elixir vips package.

Help appreciated.
Thanks

In Zotonic we have an interface to the command line version of ImageMagick. Works well.

I guess it could be split off into a separate library, if demand is big enough.

There are more z_media_....erl files there, for identifying file, extracting mime type and size, etc. We also have some code for determining the focus point or images (useful when cropping).

4 Likes