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. data PixelYCbCr8

    JuicyPixels Codec.Picture

    Pixel type storing 8bit luminance, blue difference and red difference (YCbCr) information. Values are stored in the following order:

    • Y (luminance)
    • Cb
    • Cr

  2. PixelYCbCr8 :: Pixel8 -> Pixel8 -> Pixel8 -> PixelYCbCr8

    JuicyPixels Codec.Picture

    No documentation available.

  3. class PngSavable a

    JuicyPixels Codec.Picture

    Encode an image into a png if possible.

  4. data PaletteCreationMethod

    JuicyPixels Codec.Picture.ColorQuant

    Define which palette creation method is used.

  5. data PaletteOptions

    JuicyPixels Codec.Picture.ColorQuant

    To specify how the palette will be created.

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

    JuicyPixels Codec.Picture.ColorQuant

    No documentation available.

  7. module Codec.Picture.Jpg.Internal.Progressive

    No documentation available.

  8. ProgressiveDCT :: JpgImageKind

    JuicyPixels Codec.Picture.Jpg.Internal.Types

    No documentation available.

  9. module Codec.Picture.Png

    Module used for loading & writing 'Portable Network Graphics' (PNG) files. A high level API is provided. It loads and saves images for you while hiding all the details about PNG chunks. Basic functions for PNG handling are decodePng, encodePng and encodePalettedPng. Convenience functions are provided for direct file handling and using DynamicImages. The loader has been validated against the pngsuite (http:/www.libpng.orgpubpngpngsuite.html)

  10. class PngPaletteSaveable a

    JuicyPixels Codec.Picture.Png

    Encode a paletted image into a png if possible.

Page 214 of many | Previous | Next