Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. PongTimeout :: PongTimeout

    websockets Network.WebSockets.Connection.PingPong

    No documentation available.

  2. module Data.Text.Short.Partial

    Partial functions vocabulary This module provides common partial functions for operating on ShortText. The use of these functions is discouraged as they tend to be error-prone.

  3. module Codec.Picture

    Main module for image import/export into various image formats. To use the library without thinking about it, look after decodeImage and readImage. Generally, the read* functions read the images from a file and try to decode it, and the decode* functions try to decode a bytestring. For an easy image writing use the saveBmpImage, saveJpgImage & savePngImage functions

  4. type Palette = Image PixelRGB8

    JuicyPixels Codec.Picture

    Type for the palette used in Gif & PNG files.

  5. data PaletteCreationMethod

    JuicyPixels Codec.Picture

    Define which palette creation method is used.

  6. data PaletteOptions

    JuicyPixels Codec.Picture

    To specify how the palette will be created.

  7. PaletteOptions :: PaletteCreationMethod -> Bool -> Int -> PaletteOptions

    JuicyPixels Codec.Picture

    No documentation available.

  8. class (Storable PixelBaseComponent a, Num PixelBaseComponent a, Eq a) => Pixel a

    JuicyPixels Codec.Picture

    Definition of pixels used in images. Each pixel has a color space, and a representative component (Word8 or Float).

  9. type Pixel16 = Word16

    JuicyPixels Codec.Picture

    Type alias for 16bit greyscale pixels.

  10. type Pixel32 = Word32

    JuicyPixels Codec.Picture

    Type alias for 32bit greyscale pixels.

Page 211 of many | Previous | Next