elixir-image / image_plug

Image server for Plug applications for streaming image transformations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Plug

A Plug that interprets image URLs and applies appropriate transforms before streaming the image to the client. An library that performs similar functions to imgix and intended to have compatible URL structures.

Installation

If available in Hex, the package can be installed by adding plug_image to your list of dependencies in mix.exs:

def deps do
  [
    {:image_plug, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/image_plug.

About

Image server for Plug applications for streaming image transformations


Languages

Language:Elixir 100.0%