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.
-
JuicyPixels Codec.Picture.Types Describe an image and it's potential associated palette. If no palette is present, fallback to a DynamicImage
PalettedRGB16 :: Image Pixel8 -> Palette' PixelRGB16 -> PalettedImageJuicyPixels Codec.Picture.Types No documentation available.
PalettedRGB8 :: Image Pixel8 -> Palette' PixelRGB8 -> PalettedImageJuicyPixels Codec.Picture.Types No documentation available.
PalettedRGBA8 :: Image Pixel8 -> Palette' PixelRGBA8 -> PalettedImageJuicyPixels Codec.Picture.Types No documentation available.
PalettedY8 :: Image Pixel8 -> Palette' Pixel8 -> PalettedImageJuicyPixels Codec.Picture.Types No documentation available.
class (Storable
Pixel BaseComponent a, Num PixelBaseComponent a, Eq a) => Pixel aJuicyPixels Codec.Picture.Types Definition of pixels used in images. Each pixel has a color space, and a representative component (Word8 or Float).
-
JuicyPixels Codec.Picture.Types Type alias for 16bit greyscale pixels.
-
JuicyPixels Codec.Picture.Types Type alias for 32bit greyscale pixels.
-
JuicyPixels Codec.Picture.Types Type alias for 8bit greyscale pixels. For simplicity, greyscale pixels use plain numbers instead of a separate type.
-
JuicyPixels Codec.Picture.Types Pixel type storing 16bit cyan, magenta, yellow and black (CMYK) information. Values are stored in the following order:
- Cyan
- Magenta
- Yellow
- Black