Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. writeBitmap :: BmpEncodable pixel => FilePath -> Image pixel -> IO ()

    JuicyPixels Codec.Picture.Bitmap

    Write an image in a file use the bitmap format.

  2. writeDynamicBitmap :: FilePath -> DynamicImage -> IO (Either String Bool)

    JuicyPixels Codec.Picture.Bitmap

    Write a dynamic image in a .bmp image file if possible. The same restriction as encodeDynamicBitmap apply.

  3. rasterMap :: Monad m => Int -> Int -> (Int -> Int -> m ()) -> m ()

    JuicyPixels Codec.Picture.Jpg.Internal.Common

    No documentation available.

  4. SourceBitmap :: SourceFormat

    JuicyPixels Codec.Picture.Metadata

    No documentation available.

  5. WindowsBitmapColorSpace :: ByteString -> ColorSpace

    JuicyPixels Codec.Picture.Metadata

    No documentation available.

  6. foldMap :: Monoid m => (Elem Keys -> m) -> Metadatas -> m

    JuicyPixels Codec.Picture.Metadata

    foldMap equivalent for metadatas.

  7. TagColorMap :: ExifTag

    JuicyPixels Codec.Picture.Metadata.Exif

    Short

  8. imageToBitmap :: DynamicImage -> ByteString

    JuicyPixels Codec.Picture.Saving

    This function will try to do anything to encode an image as bitmap, make all color conversion and such. Equivalent of decodeImage for Bitmap encoding

  9. class (Pixel a, Pixel PixelBaseComponent a) => LumaPlaneExtractable a

    JuicyPixels Codec.Picture.Types

    Helper class to help extract a luma plane out of an image or a pixel

  10. colorMap :: Pixel a => (PixelBaseComponent a -> PixelBaseComponent a) -> a -> a

    JuicyPixels Codec.Picture.Types

    Apply a function to each component of a pixel. If the color type possess an alpha (transparency channel), it is treated like the other color components.

Page 480 of many | Previous | Next