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. class PngSavable a

    JuicyPixels Codec.Picture.Png

    Encode an image into a png if possible.

  2. class PngPaletteSaveable a

    JuicyPixels Codec.Picture.Png.Internal.Export

    Encode a paletted image into a png if possible.

  3. class PngSavable a

    JuicyPixels Codec.Picture.Png.Internal.Export

    Encode an image into a png if possible.

  4. data PngChunk

    JuicyPixels Codec.Picture.Png.Internal.Type

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

  5. PngChunk :: ByteString -> ChunkSignature -> PngChunk

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  6. data PngFilter

    JuicyPixels Codec.Picture.Png.Internal.Type

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

  7. newtype PngGamma

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  8. PngGamma :: Double -> PngGamma

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  9. PngGreyscale :: PngImageType

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  10. PngGreyscaleWithAlpha :: PngImageType

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

Page 215 of many | Previous | Next