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.
-
websockets Network.WebSockets.Connection.PingPong No documentation available.
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.
-
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
type
Palette = Image PixelRGB8JuicyPixels Codec.Picture Type for the palette used in Gif & PNG files.
-
JuicyPixels Codec.Picture Define which palette creation method is used.
-
JuicyPixels Codec.Picture To specify how the palette will be created.
PaletteOptions :: PaletteCreationMethod -> Bool -> Int -> PaletteOptionsJuicyPixels Codec.Picture No documentation available.
class (Storable
Pixel BaseComponent a, Num PixelBaseComponent a, Eq a) => Pixel aJuicyPixels Codec.Picture Definition of pixels used in images. Each pixel has a color space, and a representative component (Word8 or Float).
-
JuicyPixels Codec.Picture Type alias for 16bit greyscale pixels.
-
JuicyPixels Codec.Picture Type alias for 32bit greyscale pixels.