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. encodeBitmapWithPaletteAndMetadata :: BmpEncodable pixel => Metadatas -> BmpPalette -> Image pixel -> ByteString

    JuicyPixels Codec.Picture.Bitmap

    Equivalent to encodeBitmapWithPalette but also store the following metadatas:

  2. encodeDynamicBitmap :: DynamicImage -> Either String ByteString

    JuicyPixels Codec.Picture.Bitmap

    Encode a dynamic image in BMP if possible, supported images are:

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

    JuicyPixels Codec.Picture.Bitmap

    Write an image in a file use the bitmap format.

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

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

    JuicyPixels Codec.Picture.Jpg.Internal.Common

    No documentation available.

  6. SourceBitmap :: SourceFormat

    JuicyPixels Codec.Picture.Metadata

    No documentation available.

  7. WindowsBitmapColorSpace :: ByteString -> ColorSpace

    JuicyPixels Codec.Picture.Metadata

    No documentation available.

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

    JuicyPixels Codec.Picture.Metadata

    foldMap equivalent for metadatas.

  9. TagColorMap :: ExifTag

    JuicyPixels Codec.Picture.Metadata.Exif

    Short

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

Page 479 of many | Previous | Next