detectFormat

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

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

Meta