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.
-
JuicyPixels Codec.Picture.Metadata.Exif Short
pngDpiX :: PngPhysicalDimension -> !Word32JuicyPixels Codec.Picture.Png.Internal.Type No documentation available.
-
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.
class (Storable
Pixel BaseComponent a, Num PixelBaseComponent a, Eq a) => Pixel aJuicyPixels Codec.Picture.Types Definition of pixels used in images. Each pixel has a color space, and a representative component (Word8 or Float).
-
JuicyPixels Codec.Picture.Types Type alias for 16bit greyscale pixels.
-
JuicyPixels Codec.Picture.Types Type alias for 32bit greyscale pixels.
-
JuicyPixels Codec.Picture.Types Type alias for 8bit greyscale pixels. For simplicity, greyscale pixels use plain numbers instead of a separate type.
-
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
PixelCMYK16 :: Pixel16 -> Pixel16 -> Pixel16 -> Pixel16 -> PixelCMYK16JuicyPixels Codec.Picture.Types No documentation available.
-
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