Turbojpeg.jpeg_to_yuv

You're seeing just the function jpeg_to_yuv, go back to Turbojpeg module for more information.

Specs

jpeg_to_yuv(binary()) :: {:ok, binary()} | error()

Converts jpeg to yuv

  iex> {:ok, yuv} = Turbojpeg.jpeg_to_yuv(jpeg)
    {:ok,<<..>>}