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. unsafePixelAt :: Pixel a => Vector (PixelBaseComponent a) -> Int -> a

    JuicyPixels Codec.Picture

    Unsafe version of pixelAt, read a pixel at the given index without bound checking (if possible). The index is expressed in number (PixelBaseComponent a)

  2. unsafeReadPixel :: (Pixel a, PrimMonad m) => STVector (PrimState m) (PixelBaseComponent a) -> Int -> m a

    JuicyPixels Codec.Picture

    Unsafe version of readPixel, read a pixel at the given position without bound checking (if possible). The index is expressed in number (PixelBaseComponent a)

  3. unsafeWritePixel :: (Pixel a, PrimMonad m) => STVector (PrimState m) (PixelBaseComponent a) -> Int -> a -> m ()

    JuicyPixels Codec.Picture

    Unsafe version of writePixel, write a pixel at the given position without bound checking. This can be _really_ unsafe. The index is expressed in number (PixelBaseComponent a)

  4. writePixel :: (Pixel a, PrimMonad m) => MutableImage (PrimState m) a -> Int -> Int -> a -> m ()

    JuicyPixels Codec.Picture

    Write a pixel in a mutable image at position x y

  5. gfPixels :: GifFrame -> Image Pixel8

    JuicyPixels Codec.Picture.Gif

    Image pixels

  6. scaleQuantisationMatrix :: Int -> QuantificationTable -> QuantificationTable

    JuicyPixels Codec.Picture.Jpg.Internal.DefaultTable

    No documentation available.

  7. JFifPixelsPerCentimeter :: JFifUnit

    JuicyPixels Codec.Picture.Jpg.Internal.Types

    2

  8. JFifPixelsPerInch :: JFifUnit

    JuicyPixels Codec.Picture.Jpg.Internal.Types

    1

  9. _jfifDpiX :: JpgJFIFApp0 -> !Word16

    JuicyPixels Codec.Picture.Jpg.Internal.Types

    No documentation available.

  10. DpiX :: Keys Word

    JuicyPixels Codec.Picture.Metadata

    No documentation available.

Page 104 of many | Previous | Next