rsim v0.1.0 Rsim.ImageResizerMogrify View Source

Link to this section Summary

Functions

Resize provided image to specified size, saves to dest path

Link to this section Functions

Link to this function resize(src, dest, width, height) View Source
resize(String.t(), String.t(), number(), number()) :: :ok | {:error, String.t()}

Resize provided image to specified size, saves to dest path

:ok = Rsim.ImageResizerMogrify.resize(“/path/to/src.png”, “/path/to/dest.png”, 200, 100)