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. P6 :: PPMType

    netpbm Graphics.Netpbm

    binary pixmap (color)

  2. data PPM

    netpbm Graphics.Netpbm

    A PPM file with type, dimensions, and image data.

  3. PPM :: PPMHeader -> PpmPixelData -> PPM

    netpbm Graphics.Netpbm

    No documentation available.

  4. data PPMHeader

    netpbm Graphics.Netpbm

    Meta information about the image: The exact PPM format and dimensions.

  5. PPMHeader :: PPMType -> Int -> Int -> PPMHeader

    netpbm Graphics.Netpbm

    No documentation available.

  6. data PPMType

    netpbm Graphics.Netpbm

    The netpbm image type of an image.

  7. newtype PbmPixel

    netpbm Graphics.Netpbm

    A pixel containing black or white.

  8. PbmPixel :: Bool -> PbmPixel

    netpbm Graphics.Netpbm

    No documentation available.

  9. PbmPixelData :: Vector PbmPixel -> PpmPixelData

    netpbm Graphics.Netpbm

    For 1-bit PBMs.

  10. data PgmPixel16

    netpbm Graphics.Netpbm

    A pixel containing a 16-bit greyscale value.

Page 966 of many | Previous | Next