FIBitmap.this

Creates an image from from existing memory data.

  1. this(FreeImage lib, string filename, int flags)
  2. this(FreeImage lib, FIBITMAP* bitmap)
  3. this(FreeImage lib, ubyte* data, int width, int height, int pitch, uint bpp, uint redMask, uint blueMask, uint greenMask, bool topDown)
    class FIBitmap
    this
    (,
    ubyte* data
    ,
    int width
    ,
    int height
    ,
    int pitch
    ,
    uint bpp
    ,
    uint redMask
    ,,,
    bool topDown = false
    )

Throws

FreeImage on error.

Meta