Still Imageflow
Image preprocessor adapter to use imageflow
with Still.
Installation
First, make sure you include it in your deps:
def deps do
[
{:still_imageflow, "~> 0.1.0"},
# ...
]
end
Then, configure still
to use it as your adapter:
config :still, :image_adapter, Still.Preprocessor.Image.Imageflow
About
Still was created and is maintained with :heart: by Subvisual.
License
Still Imageflow is released under the ISC License.