Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. ProgressiveDCT :: JpgImageKind

    JuicyPixels Codec.Picture.Jpg.Internal.Types

    No documentation available.

  2. 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)

  3. class PngPaletteSaveable a

    JuicyPixels Codec.Picture.Png

    Encode a paletted image into a png if possible.

  4. class PngSavable a

    JuicyPixels Codec.Picture.Png

    Encode an image into a png if possible.

  5. class PngPaletteSaveable a

    JuicyPixels Codec.Picture.Png.Internal.Export

    Encode a paletted image into a png if possible.

  6. class PngSavable a

    JuicyPixels Codec.Picture.Png.Internal.Export

    Encode an image into a png if possible.

  7. data PngChunk

    JuicyPixels Codec.Picture.Png.Internal.Type

    PNG chunk representing some extra information found in the parsed file.

  8. PngChunk :: ByteString -> ChunkSignature -> PngChunk

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  9. data PngFilter

    JuicyPixels Codec.Picture.Png.Internal.Type

    The pixels value should be : +---+---+ | c | b | +---+---+ | a | x | +---+---+ x being the current filtered pixel

  10. newtype PngGamma

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

Page 215 of many | Previous | Next