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

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 PngPhysicalDimension

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  2. PngPhysicalDimension :: Word32 -> Word32 -> PngUnit -> PngPhysicalDimension

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  3. data PngRawChunk

    JuicyPixels Codec.Picture.Png.Internal.Type

    Data structure during real png loading/parsing

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

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  5. data PngRawImage

    JuicyPixels Codec.Picture.Png.Internal.Type

    Raw parsed image which need to be decoded.

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

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  7. PngTrueColour :: PngImageType

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  8. PngTrueColourWithAlpha :: PngImageType

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  9. data PngUnit

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  10. PngUnitMeter :: PngUnit

    JuicyPixels Codec.Picture.Png.Internal.Type

    1 value

Page 217 of many | Previous | Next

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