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. PixelYA16 :: Pixel16 -> Pixel16 -> PixelYA16

    JuicyPixels Codec.Picture

    No documentation available.

  2. data PixelYA8

    JuicyPixels Codec.Picture

    Pixel type storing 8bit Luminance (Y) and alpha (A) information. Values are stored in the following order:

    • Luminance
    • Alpha

  3. PixelYA8 :: Pixel8 -> Pixel8 -> PixelYA8

    JuicyPixels Codec.Picture

    No documentation available.

  4. data PixelYCbCr8

    JuicyPixels Codec.Picture

    Pixel type storing 8bit luminance, blue difference and red difference (YCbCr) information. Values are stored in the following order:

    • Y (luminance)
    • Cb
    • Cr

  5. PixelYCbCr8 :: Pixel8 -> Pixel8 -> Pixel8 -> PixelYCbCr8

    JuicyPixels Codec.Picture

    No documentation available.

  6. class PngSavable a

    JuicyPixels Codec.Picture

    Encode an image into a png if possible.

  7. data PaletteCreationMethod

    JuicyPixels Codec.Picture.ColorQuant

    Define which palette creation method is used.

  8. data PaletteOptions

    JuicyPixels Codec.Picture.ColorQuant

    To specify how the palette will be created.

  9. PaletteOptions :: PaletteCreationMethod -> Bool -> Int -> PaletteOptions

    JuicyPixels Codec.Picture.ColorQuant

    No documentation available.

  10. module Codec.Picture.Jpg.Internal.Progressive

    No documentation available.

Page 214 of many | Previous | Next