detectFormat

Detects the :d:struct:Format a given input is in.

  1. Format detectFormat(T data)
  2. auto detectFormat(T loadeable)
    detectFormat
    (
    T
    )
    if (
    isLoadeable!T
    )
  3. Format detectFormat(const Image!V image)

Meta