bow
bow copied to clipboard
File uploads for Elixir (with Ecto support)
Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the source of truth for this Elixir library and leverage on latest features of ExDoc.
This code ```elixir def transform(source, target, :thumb) do Bow.Exec.exec source, target, "convert ${input} -strip -gravity Center -resize 250x175^ -extent 250x175 ${output}" end ``` produces this error ```elixir {:error, %{ original:...
Could you please add a sentence to your Readme.md, (or send me a a reply) about why someone might want to choose Bow over Arc, or vice versa? Thanks.