Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. TagSamplesPerPixel :: ExifTag

    JuicyPixels Codec.Picture.Metadata.Exif

    Short

  2. pngDpiX :: PngPhysicalDimension -> !Word32

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

  3. 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.

  4. class (Storable PixelBaseComponent a, Num PixelBaseComponent a, Eq a) => Pixel a

    JuicyPixels Codec.Picture.Types

    Definition of pixels used in images. Each pixel has a color space, and a representative component (Word8 or Float).

  5. type Pixel16 = Word16

    JuicyPixels Codec.Picture.Types

    Type alias for 16bit greyscale pixels.

  6. type Pixel32 = Word32

    JuicyPixels Codec.Picture.Types

    Type alias for 32bit greyscale pixels.

  7. type Pixel8 = Word8

    JuicyPixels Codec.Picture.Types

    Type alias for 8bit greyscale pixels. For simplicity, greyscale pixels use plain numbers instead of a separate type.

  8. data PixelCMYK16

    JuicyPixels Codec.Picture.Types

    Pixel type storing 16bit cyan, magenta, yellow and black (CMYK) information. Values are stored in the following order:

    • Cyan
    • Magenta
    • Yellow
    • Black

  9. PixelCMYK16 :: Pixel16 -> Pixel16 -> Pixel16 -> Pixel16 -> PixelCMYK16

    JuicyPixels Codec.Picture.Types

    No documentation available.

  10. data PixelCMYK8

    JuicyPixels Codec.Picture.Types

    Pixel type storing 8bit cyan, magenta, yellow and black (CMYK) information. Values are stored in the following order:

    • Cyan
    • Magenta
    • Yellow
    • Black

Page 105 of many | Previous | Next