Image preprocessor adapter to use imageflow
with Still.
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
Still was created and is maintained with ❤️ by Subvisual.
Still Imageflow is released under the ISC License.