• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. PngLowLevel :: Image a -> [PngChunk] -> PngLowLevel a

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  2. PngNoInterlace :: PngInterlaceMethod

    JuicyPixels Codec.Picture.Png.Internal.Type

    No interlacing, basic data ordering, line by line from left to right.

  3. type PngPalette = Palette' PixelRGB8

    JuicyPixels Codec.Picture.Png.Internal.Type

    Palette with indices beginning at 0 to elemcount - 1

  4. data PngPhysicalDimension

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  5. PngPhysicalDimension :: Word32 -> Word32 -> PngUnit -> PngPhysicalDimension

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  6. data PngRawChunk

    JuicyPixels Codec.Picture.Png.Internal.Type

    Data structure during real png loading/parsing

  7. PngRawChunk :: Word32 -> ChunkSignature -> Word32 -> ByteString -> PngRawChunk

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  8. data PngRawImage

    JuicyPixels Codec.Picture.Png.Internal.Type

    Raw parsed image which need to be decoded.

  9. PngRawImage :: PngIHdr -> [PngRawChunk] -> PngRawImage

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  10. PngTrueColour :: PngImageType

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

Page 217 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete