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.
PgmPixel16 :: Word16 -> PgmPixel16netpbm Graphics.Netpbm No documentation available.
-
netpbm Graphics.Netpbm A pixel containing an 8-bit greyscale value.
PgmPixel8 :: Word8 -> PgmPixel8netpbm Graphics.Netpbm No documentation available.
PgmPixelData16 :: Vector PgmPixel16 -> PpmPixelDatanetpbm Graphics.Netpbm For 16-bit PGMs.
PgmPixelData8 :: Vector PgmPixel8 -> PpmPixelDatanetpbm Graphics.Netpbm For 8-bit PGMs.
type
PpmParseResult = Either String ([PPM], Maybe ByteString)netpbm Graphics.Netpbm The result of a PPM parse. See parsePPM.
-
netpbm Graphics.Netpbm Image data, either 8 or 16 bits. TODO rename to PNM
PpmPixelDataRGB16 :: Vector PpmPixelRGB16 -> PpmPixelDatanetpbm Graphics.Netpbm For 16-bit PPMs.
PpmPixelDataRGB8 :: Vector PpmPixelRGB8 -> PpmPixelDatanetpbm Graphics.Netpbm For 8-bit PPMs.
-
netpbm Graphics.Netpbm A pixel containing three 16-bit color components, RGB.