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.
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.
-
JuicyPixels Codec.Picture.Png Encode an image into a png if possible.
-
JuicyPixels Codec.Picture.Png.Internal.Export Encode a paletted image into a png if possible.
-
JuicyPixels Codec.Picture.Png.Internal.Export Encode an image into a png if possible.
-
JuicyPixels Codec.Picture.Png.Internal.Type PNG chunk representing some extra information found in the parsed file.
PngChunk :: ByteString -> ChunkSignature -> PngChunkJuicyPixels Codec.Picture.Png.Internal.Type No documentation available.
-
JuicyPixels Codec.Picture.Png.Internal.Type The pixels value should be : +---+---+ | c | b | +---+---+ | a | x | +---+---+ x being the current filtered pixel
-
JuicyPixels Codec.Picture.Png.Internal.Type No documentation available.