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. PngUnitUnknown :: PngUnit

    JuicyPixels Codec.Picture.Png.Internal.Type

    0 value

  2. PlanarConfigContig :: TiffPlanarConfiguration

    JuicyPixels Codec.Picture.Tiff.Internal.Types

    No documentation available.

  3. PlanarConfigSeparate :: TiffPlanarConfiguration

    JuicyPixels Codec.Picture.Tiff.Internal.Types

    No documentation available.

  4. data Predictor

    JuicyPixels Codec.Picture.Tiff.Internal.Types

    No documentation available.

  5. PredictorHorizontalDifferencing :: Predictor

    JuicyPixels Codec.Picture.Tiff.Internal.Types

    No documentation available.

  6. PredictorNone :: Predictor

    JuicyPixels Codec.Picture.Tiff.Internal.Types

    No documentation available.

  7. class PackeablePixel a

    JuicyPixels Codec.Picture.Types

    This typeclass exist for performance reason, it allow to pack a pixel value to a simpler "primitive" data type to allow faster writing to moemory.

  8. type Palette = Image PixelRGB8

    JuicyPixels Codec.Picture.Types

    Type for the palette used in Gif & PNG files.

  9. data Palette' px

    JuicyPixels Codec.Picture.Types

    Type used to expose a palette extracted during reading. Use palettedAsImage to convert it to a palette usable for writing.

  10. Palette' :: Int -> !Vector (PixelBaseComponent px) -> Palette' px

    JuicyPixels Codec.Picture.Types

    No documentation available.

Page 218 of many | Previous | Next