Hoogle Search

Within LTS Haskell 24.25 (ghc-9.10.3)

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

  1. scaleQuantisationMatrix :: Int -> QuantificationTable -> QuantificationTable

    JuicyPixels Codec.Picture.Jpg.Internal.DefaultTable

    No documentation available.

  2. JFifPixelsPerCentimeter :: JFifUnit

    JuicyPixels Codec.Picture.Jpg.Internal.Types

    2

  3. JFifPixelsPerInch :: JFifUnit

    JuicyPixels Codec.Picture.Jpg.Internal.Types

    1

  4. _jfifDpiX :: JpgJFIFApp0 -> !Word16

    JuicyPixels Codec.Picture.Jpg.Internal.Types

    No documentation available.

  5. DpiX :: Keys Word

    JuicyPixels Codec.Picture.Metadata

    No documentation available.

  6. TagSamplesPerPixel :: ExifTag

    JuicyPixels Codec.Picture.Metadata.Exif

    Short

  7. pngDpiX :: PngPhysicalDimension -> !Word32

    JuicyPixels Codec.Picture.Png.Internal.Type

    No documentation available.

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

  9. 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).

  10. type Pixel16 = Word16

    JuicyPixels Codec.Picture.Types

    Type alias for 16bit greyscale pixels.

Page 105 of many | Previous | Next