Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. data BitmapInfoV3

    bmp Codec.BMP

    Device Independent Bitmap (DIB) header for Windows V3.

  2. BitmapInfoV3 :: Word32 -> Word32 -> Word32 -> Bool -> Word16 -> Word16 -> Compression -> Word32 -> Word32 -> Word32 -> Word32 -> Word32 -> BitmapInfoV3

    bmp Codec.BMP

    No documentation available.

  3. data BitmapInfoV4

    bmp Codec.BMP

    Device Independent Bitmap (DIB) header for Windows V4 (95 and newer)

  4. BitmapInfoV4 :: BitmapInfoV3 -> Word32 -> Word32 -> Word32 -> Word32 -> Word32 -> (CIEXYZ, CIEXYZ, CIEXYZ) -> Word32 -> Word32 -> Word32 -> BitmapInfoV4

    bmp Codec.BMP

    No documentation available.

  5. data BitmapInfoV5

    bmp Codec.BMP

    Device Independent Bitmap (DIB) header for Windows V5 (98/2000 and newer)

  6. BitmapInfoV5 :: BitmapInfoV4 -> Word32 -> Word32 -> Word32 -> Word32 -> BitmapInfoV5

    bmp Codec.BMP

    No documentation available.

  7. ErrorUnhandledBitmapHeaderSize :: Word32 -> Error

    bmp Codec.BMP

    We handle V3 V4 and V5 image headers, but the size of the header indicates it has some other format.

  8. bmpBitmapInfo :: BMP -> BitmapInfo

    bmp Codec.BMP

    No documentation available.

  9. errorBitmapHeaderSize :: Error -> Word32

    bmp Codec.BMP

    No documentation available.

  10. foldMapBound :: forall (f :: Type -> Type) r b a . (Foldable f, Monoid r) => (b -> r) -> Scope b f a -> r

    bound Bound.Scope

    Obtain a result by collecting information from bound variables

Page 933 of many | Previous | Next