Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. PgmPixel16 :: Word16 -> PgmPixel16

    netpbm Graphics.Netpbm

    No documentation available.

  2. data PgmPixel8

    netpbm Graphics.Netpbm

    A pixel containing an 8-bit greyscale value.

  3. PgmPixel8 :: Word8 -> PgmPixel8

    netpbm Graphics.Netpbm

    No documentation available.

  4. PgmPixelData16 :: Vector PgmPixel16 -> PpmPixelData

    netpbm Graphics.Netpbm

    For 16-bit PGMs.

  5. PgmPixelData8 :: Vector PgmPixel8 -> PpmPixelData

    netpbm Graphics.Netpbm

    For 8-bit PGMs.

  6. type PpmParseResult = Either String ([PPM], Maybe ByteString)

    netpbm Graphics.Netpbm

    The result of a PPM parse. See parsePPM.

  7. data PpmPixelData

    netpbm Graphics.Netpbm

    Image data, either 8 or 16 bits. TODO rename to PNM

  8. PpmPixelDataRGB16 :: Vector PpmPixelRGB16 -> PpmPixelData

    netpbm Graphics.Netpbm

    For 16-bit PPMs.

  9. PpmPixelDataRGB8 :: Vector PpmPixelRGB8 -> PpmPixelData

    netpbm Graphics.Netpbm

    For 8-bit PPMs.

  10. data PpmPixelRGB16

    netpbm Graphics.Netpbm

    A pixel containing three 16-bit color components, RGB.

Page 967 of many | Previous | Next