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 PngIHdr

    JuicyPixels Codec.Picture.Png.Internal.Type

    Generic header used in PNG images.

  2. PngIHdr :: Word32 -> Word32 -> Word8 -> PngImageType -> Word8 -> Word8 -> PngInterlaceMethod -> PngIHdr

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  3. data PngImageType

    JuicyPixels Codec.Picture.Png.Internal.Type

    What kind of information is encoded in the IDAT section of the PngFile

  4. PngIndexedColor :: PngImageType

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  5. PngInterlaceAdam7 :: PngInterlaceMethod

    JuicyPixels Codec.Picture.Png.Internal.Type

    Use the Adam7 ordering, see adam7Reordering

  6. data PngInterlaceMethod

    JuicyPixels Codec.Picture.Png.Internal.Type

    Different known interlace methods for PNG image

  7. data PngLowLevel a

    JuicyPixels Codec.Picture.Png.Internal.Type

    Low level access to PNG information

  8. PngLowLevel :: Image a -> [PngChunk] -> PngLowLevel a

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  9. PngNoInterlace :: PngInterlaceMethod

    JuicyPixels Codec.Picture.Png.Internal.Type

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

  10. type PngPalette = Palette' PixelRGB8

    JuicyPixels Codec.Picture.Png.Internal.Type

    Palette with indices beginning at 0 to elemcount - 1

Page 216 of many | Previous | Next