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.
-
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
PixelYCbCr8 :: Pixel8 -> Pixel8 -> Pixel8 -> PixelYCbCr8JuicyPixels Codec.Picture No documentation available.
-
JuicyPixels Codec.Picture Encode an image into a png if possible.
-
JuicyPixels Codec.Picture.ColorQuant Define which palette creation method is used.
-
JuicyPixels Codec.Picture.ColorQuant To specify how the palette will be created.
PaletteOptions :: PaletteCreationMethod -> Bool -> Int -> PaletteOptionsJuicyPixels Codec.Picture.ColorQuant No documentation available.
module Codec.Picture.Jpg.Internal.
Progressive No documentation available.
ProgressiveDCT :: JpgImageKindJuicyPixels Codec.Picture.Jpg.Internal.Types No documentation available.
-
Module used for loading & writing 'Portable Network Graphics' (PNG) files. A high level API is provided. It loads and saves images for you while hiding all the details about PNG chunks. Basic functions for PNG handling are decodePng, encodePng and encodePalettedPng. Convenience functions are provided for direct file handling and using DynamicImages. The loader has been validated against the pngsuite (http:/www.libpng.orgpubpngpngsuite.html)
-
JuicyPixels Codec.Picture.Png Encode a paletted image into a png if possible.