Image is an image processing library for Elixir. It is based upon the fabulous vix library that provides a libvips wrapper for Elixir.Image is intended to provide well-documented common image processing functions in an idiomatic Elixir functional style as a layer above the very comprehensive set of functions in Vix and libvips.In a very simple image resizing benchmark, Image is approximately 2 to 3 times faster than Mogrify and uses about 5 times less memory.

github.com/kipcole9/image

we use libvips.org (the software behind that library) in bonfire instead of convert (from https://imagemagick.org) when available 🙂 https://github.com/bonfire-networks/bonfire_files/blob/main/lib/image_edit.ex#L6

+ -
Image is an image processing library for Elixir. It is based upon the fabulous vix library that provides a libvips wrapper for Elixir.Image is intended to provide well-documented common image processing functions in an idiomatic Elixir functional style as a layer above the very comprehensive set of functions in Vix and libvips.In a very simple image resizing benchmark, Image is approximately 2 to 3 times faster than Mogrify and uses about 5 times less memory.

github.com/kipcole9/image

we use libvips.org (the software behind that library) in bonfire instead of convert (from https://imagemagick.org) when available 🙂 https://github.com/bonfire-networks/bonfire_files/blob/main/lib/image_edit.ex#L6