derelict.freeimage.functions

Undocumented in source.

Members

Aliases

da_FreeImage_AcquireMemory
alias da_FreeImage_AcquireMemory = BOOL function(FIMEMORY* stream, BYTE** data, DWORD* size_in_bytes)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_AdjustBrightness
alias da_FreeImage_AdjustBrightness = BOOL function(FIBITMAP* dib, double percentage)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_AdjustColors
alias da_FreeImage_AdjustColors = BOOL function(FIBITMAP* dib, double brightness, double contrast, double gamma, BOOL invert = FALSE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_AdjustContrast
alias da_FreeImage_AdjustContrast = BOOL function(FIBITMAP* dib, double percentage)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_AdjustCurve
alias da_FreeImage_AdjustCurve = BOOL function(FIBITMAP* dib, BYTE* LUT, FREE_IMAGE_COLOR_CHANNEL channel)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_AdjustGamma
alias da_FreeImage_AdjustGamma = BOOL function(FIBITMAP* dib, double gamma)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Allocate
alias da_FreeImage_Allocate = FIBITMAP* function(int width, int height, int bpp, uint red_mask = 0, uint green_mask = 0, uint blue_mask = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_AllocateEx
alias da_FreeImage_AllocateEx = FIBITMAP* function(int width, int height, int bpp, const(RGBQUAD)* color, int options = 0, const(RGBQUAD)* palette = null, uint red_mask = 0, uint green_mask = 0, uint blue_mask = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_AllocateExT
alias da_FreeImage_AllocateExT = FIBITMAP* function(FREE_IMAGE_TYPE type, int width, int height, int bpp, const(void*) color, int options = 0, const(RGBQUAD)* palette = null, uint red_mask = 0, uint green_mask = 0, uint blue_mask = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_AllocateT
alias da_FreeImage_AllocateT = FIBITMAP* function(FREE_IMAGE_TYPE type, int width, int height, int bpp = 8, uint red_mask = 0, uint green_mask = 0, uint blue_mask = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_AppendPage
alias da_FreeImage_AppendPage = void function(FIMULTIBITMAP* bitmap, FIBITMAP* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ApplyColorMapping
alias da_FreeImage_ApplyColorMapping = uint function(FIBITMAP* dib, RGBQUAD* srccolors, RGBQUAD* dstcolors, uint count, BOOL ignore_alpha, BOOL swap)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ApplyPaletteIndexMapping
alias da_FreeImage_ApplyPaletteIndexMapping = uint function(FIBITMAP* dib, BYTE* srcindices, BYTE* dstindices, uint count, BOOL swap)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Clone
alias da_FreeImage_Clone = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_CloneMetadata
alias da_FreeImage_CloneMetadata = BOOL function(FIBITMAP* dst, FIBITMAP* src)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_CloneTag
alias da_FreeImage_CloneTag = FITAG* function(FITAG* tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_CloseMemory
alias da_FreeImage_CloseMemory = void function(FIMEMORY* stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_CloseMultiBitmap
alias da_FreeImage_CloseMultiBitmap = BOOL function(FIMULTIBITMAP* bitmap, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ColorQuantize
alias da_FreeImage_ColorQuantize = FIBITMAP* function(FIBITMAP* dib, FREE_IMAGE_QUANTIZE quantize)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ColorQuantizeEx
alias da_FreeImage_ColorQuantizeEx = FIBITMAP* function(FIBITMAP* dib, FREE_IMAGE_QUANTIZE quantize = FIQ_WUQUANT, int PaletteSize = 256, int ReserveSize = 0, RGBQUAD* ReservePalette = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Composite
alias da_FreeImage_Composite = FIBITMAP* function(FIBITMAP* fg, BOOL useFileBkg = FALSE, RGBQUAD* appBkColor = null, FIBITMAP* bg = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertFromRawBits
alias da_FreeImage_ConvertFromRawBits = FIBITMAP* function(BYTE* bits, int width, int height, int pitch, uint bpp, uint red_mask, uint green_mask, uint blue_mask, BOOL topdown = FALSE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertFromRawBitsEx
alias da_FreeImage_ConvertFromRawBitsEx = FIBITMAP* function(BOOL, BYTE*, FREE_IMAGE_TYPE, int, int, int, uint, uint, uint, uint, BOOL topdown = FALSE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine16To24_555
alias da_FreeImage_ConvertLine16To24_555 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine16To24_565
alias da_FreeImage_ConvertLine16To24_565 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine16To32_555
alias da_FreeImage_ConvertLine16To32_555 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine16To32_565
alias da_FreeImage_ConvertLine16To32_565 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine16To4_555
alias da_FreeImage_ConvertLine16To4_555 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine16To4_565
alias da_FreeImage_ConvertLine16To4_565 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine16To8_555
alias da_FreeImage_ConvertLine16To8_555 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine16To8_565
alias da_FreeImage_ConvertLine16To8_565 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine16_555_To16_565
alias da_FreeImage_ConvertLine16_555_To16_565 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine16_565_To16_555
alias da_FreeImage_ConvertLine16_565_To16_555 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine1To16_555
alias da_FreeImage_ConvertLine1To16_555 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine1To16_565
alias da_FreeImage_ConvertLine1To16_565 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine1To24
alias da_FreeImage_ConvertLine1To24 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine1To32
alias da_FreeImage_ConvertLine1To32 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine1To4
alias da_FreeImage_ConvertLine1To4 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine1To8
alias da_FreeImage_ConvertLine1To8 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine24To16_555
alias da_FreeImage_ConvertLine24To16_555 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine24To16_565
alias da_FreeImage_ConvertLine24To16_565 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine24To32
alias da_FreeImage_ConvertLine24To32 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine24To4
alias da_FreeImage_ConvertLine24To4 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine24To8
alias da_FreeImage_ConvertLine24To8 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine32To16_555
alias da_FreeImage_ConvertLine32To16_555 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine32To16_565
alias da_FreeImage_ConvertLine32To16_565 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine32To24
alias da_FreeImage_ConvertLine32To24 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine32To4
alias da_FreeImage_ConvertLine32To4 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine32To8
alias da_FreeImage_ConvertLine32To8 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine4To16_555
alias da_FreeImage_ConvertLine4To16_555 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine4To16_565
alias da_FreeImage_ConvertLine4To16_565 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine4To24
alias da_FreeImage_ConvertLine4To24 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine4To32
alias da_FreeImage_ConvertLine4To32 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine4To8
alias da_FreeImage_ConvertLine4To8 = void function(BYTE* target, BYTE* source, int width_in_pixels)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine8To16_555
alias da_FreeImage_ConvertLine8To16_555 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine8To16_565
alias da_FreeImage_ConvertLine8To16_565 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine8To24
alias da_FreeImage_ConvertLine8To24 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine8To32
alias da_FreeImage_ConvertLine8To32 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertLine8To4
alias da_FreeImage_ConvertLine8To4 = void function(BYTE* target, BYTE* source, int width_in_pixels, RGBQUAD* palette)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertTo16Bits555
alias da_FreeImage_ConvertTo16Bits555 = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertTo16Bits565
alias da_FreeImage_ConvertTo16Bits565 = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertTo24Bits
alias da_FreeImage_ConvertTo24Bits = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertTo32Bits
alias da_FreeImage_ConvertTo32Bits = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertTo4Bits
alias da_FreeImage_ConvertTo4Bits = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertTo8Bits
alias da_FreeImage_ConvertTo8Bits = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertToFloat
alias da_FreeImage_ConvertToFloat = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertToGreyscale
alias da_FreeImage_ConvertToGreyscale = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertToRGB16
alias da_FreeImage_ConvertToRGB16 = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertToRGBA16
alias da_FreeImage_ConvertToRGBA16 = FIBITMAP* function(FIBITMAP*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertToRGBAF
alias da_FreeImage_ConvertToRGBAF = FIBITMAP* function(FIBITMAP*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertToRGBF
alias da_FreeImage_ConvertToRGBF = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertToRawBits
alias da_FreeImage_ConvertToRawBits = void function(BYTE* bits, FIBITMAP* dib, int pitch, uint bpp, uint red_mask, uint green_mask, uint blue_mask, BOOL topdown = FALSE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertToStandardType
alias da_FreeImage_ConvertToStandardType = FIBITMAP* function(FIBITMAP* src, BOOL scale_linear = TRUE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertToType
alias da_FreeImage_ConvertToType = FIBITMAP* function(FIBITMAP* src, FREE_IMAGE_TYPE dst_type, BOOL scale_linear = TRUE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ConvertToUINT16
alias da_FreeImage_ConvertToUINT16 = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Copy
alias da_FreeImage_Copy = FIBITMAP* function(FIBITMAP* dib, int left, int top, int right, int bottom)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_CreateICCProfile
alias da_FreeImage_CreateICCProfile = FIICCPROFILE* function(FIBITMAP* dib, void* data, c_long size)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_CreateTag
alias da_FreeImage_CreateTag = FITAG* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_CreateView
alias da_FreeImage_CreateView = FIBITMAP* function(FIBITMAP*, uint, uint, uint, uint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_DeInitialise
alias da_FreeImage_DeInitialise = void function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_DeletePage
alias da_FreeImage_DeletePage = void function(FIMULTIBITMAP* bitmap, int page)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_DeleteTag
alias da_FreeImage_DeleteTag = void function(FITAG* tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_DestroyICCProfile
alias da_FreeImage_DestroyICCProfile = void function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Dither
alias da_FreeImage_Dither = FIBITMAP* function(FIBITMAP* dib, FREE_IMAGE_DITHER algorithm)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_EnlargeCanvas
alias da_FreeImage_EnlargeCanvas = FIBITMAP* function(FIBITMAP* src, int left, int top, int right, int bottom, const(void*) color, int options = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FIFSupportsExportBPP
alias da_FreeImage_FIFSupportsExportBPP = BOOL function(FREE_IMAGE_FORMAT fif, int bpp)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FIFSupportsExportType
alias da_FreeImage_FIFSupportsExportType = BOOL function(FREE_IMAGE_FORMAT fif, FREE_IMAGE_TYPE type)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FIFSupportsICCProfiles
alias da_FreeImage_FIFSupportsICCProfiles = BOOL function(FREE_IMAGE_FORMAT fif)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FIFSupportsNoPixels
alias da_FreeImage_FIFSupportsNoPixels = BOOL function(FREE_IMAGE_FORMAT fif)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FIFSupportsReading
alias da_FreeImage_FIFSupportsReading = BOOL function(FREE_IMAGE_FORMAT fif)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FIFSupportsWriting
alias da_FreeImage_FIFSupportsWriting = BOOL function(FREE_IMAGE_FORMAT fif)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FillBackground
alias da_FreeImage_FillBackground = BOOL function(FIBITMAP* dib, const(void*) color, int options = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FindCloseMetadata
alias da_FreeImage_FindCloseMetadata = void function(FIMETADATA* mdhandle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FindFirstMetadata
alias da_FreeImage_FindFirstMetadata = FIMETADATA* function(FREE_IMAGE_MDMODEL model, FIBITMAP* dib, FITAG** tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FindNextMetadata
alias da_FreeImage_FindNextMetadata = BOOL function(FIMETADATA* mdhandle, FITAG** tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FlipHorizontal
alias da_FreeImage_FlipHorizontal = BOOL function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_FlipVertical
alias da_FreeImage_FlipVertical = BOOL function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetAdjustColorsLookupTable
alias da_FreeImage_GetAdjustColorsLookupTable = int function(BYTE* LUT, double brightness, double contrast, double gamma, BOOL invert)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetBPP
alias da_FreeImage_GetBPP = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetBackgroundColor
alias da_FreeImage_GetBackgroundColor = BOOL function(FIBITMAP* dib, RGBQUAD* bkcolor)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetBits
alias da_FreeImage_GetBits = BYTE* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetBlueMask
alias da_FreeImage_GetBlueMask = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetChannel
alias da_FreeImage_GetChannel = FIBITMAP* function(FIBITMAP* dib, FREE_IMAGE_COLOR_CHANNEL channel)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetColorType
alias da_FreeImage_GetColorType = FREE_IMAGE_COLOR_TYPE function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetColorsUsed
alias da_FreeImage_GetColorsUsed = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetComplexChannel
alias da_FreeImage_GetComplexChannel = FIBITMAP* function(FIBITMAP* src, FREE_IMAGE_COLOR_CHANNEL channel)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetCopyrightMessage
alias da_FreeImage_GetCopyrightMessage = const(char)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetDIBSize
alias da_FreeImage_GetDIBSize = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetDotsPerMeterX
alias da_FreeImage_GetDotsPerMeterX = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetDotsPerMeterY
alias da_FreeImage_GetDotsPerMeterY = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFIFCount
alias da_FreeImage_GetFIFCount = int function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFIFDescription
alias da_FreeImage_GetFIFDescription = const(char)* function(FREE_IMAGE_FORMAT fif)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFIFExtensionList
alias da_FreeImage_GetFIFExtensionList = const(char)* function(FREE_IMAGE_FORMAT fif)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFIFFromFilename
alias da_FreeImage_GetFIFFromFilename = FREE_IMAGE_FORMAT function(const(char)* filename)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFIFFromFilenameU
alias da_FreeImage_GetFIFFromFilenameU = FREE_IMAGE_FORMAT function(const(wchar_t)* filename)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFIFFromFormat
alias da_FreeImage_GetFIFFromFormat = FREE_IMAGE_FORMAT function(const(char)* format)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFIFFromMime
alias da_FreeImage_GetFIFFromMime = FREE_IMAGE_FORMAT function(const(char)* mime)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFIFMimeType
alias da_FreeImage_GetFIFMimeType = const(char)* function(FREE_IMAGE_FORMAT fif)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFIFRegExpr
alias da_FreeImage_GetFIFRegExpr = const(char)* function(FREE_IMAGE_FORMAT fif)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFileType
alias da_FreeImage_GetFileType = FREE_IMAGE_FORMAT function(const(char)* filename, int size = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFileTypeFromHandle
alias da_FreeImage_GetFileTypeFromHandle = FREE_IMAGE_FORMAT function(FreeImageIO* io, fi_handle handle, int size = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFileTypeFromMemory
alias da_FreeImage_GetFileTypeFromMemory = FREE_IMAGE_FORMAT function(FIMEMORY* stream, int size = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFileTypeU
alias da_FreeImage_GetFileTypeU = FREE_IMAGE_FORMAT function(const(wchar_t)* filename, int size = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetFormatFromFIF
alias da_FreeImage_GetFormatFromFIF = const(char)* function(FREE_IMAGE_FORMAT fif)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetGreenMask
alias da_FreeImage_GetGreenMask = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetHeight
alias da_FreeImage_GetHeight = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetHistogram
alias da_FreeImage_GetHistogram = BOOL function(FIBITMAP* dib, DWORD* histo, FREE_IMAGE_COLOR_CHANNEL channel = FICC_BLACK)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetICCProfile
alias da_FreeImage_GetICCProfile = FIICCPROFILE* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetImageType
alias da_FreeImage_GetImageType = FREE_IMAGE_TYPE function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetInfo
alias da_FreeImage_GetInfo = BITMAPINFO* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetInfoHeader
alias da_FreeImage_GetInfoHeader = BITMAPINFOHEADER* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetLine
alias da_FreeImage_GetLine = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetLockedPageNumbers
alias da_FreeImage_GetLockedPageNumbers = BOOL function(FIMULTIBITMAP* bitmap, int* pages, int* count)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetMemorySize
alias da_FreeImage_GetMemorySize = uint function(FIBITMAP*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetMetadata
alias da_FreeImage_GetMetadata = BOOL function(FREE_IMAGE_MDMODEL model, FIBITMAP* dib, const(char)* key, FITAG** tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetMetadataCount
alias da_FreeImage_GetMetadataCount = uint function(FREE_IMAGE_MDMODEL model, FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetPageCount
alias da_FreeImage_GetPageCount = int function(FIMULTIBITMAP* bitmap)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetPalette
alias da_FreeImage_GetPalette = RGBQUAD* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetPitch
alias da_FreeImage_GetPitch = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetPixelColor
alias da_FreeImage_GetPixelColor = BOOL function(FIBITMAP* dib, uint x, uint y, RGBQUAD* value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetPixelIndex
alias da_FreeImage_GetPixelIndex = BOOL function(FIBITMAP* dib, uint x, uint y, BYTE* value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetRedMask
alias da_FreeImage_GetRedMask = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetScanLine
alias da_FreeImage_GetScanLine = BYTE* function(FIBITMAP* dib, int scanline)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetTagCount
alias da_FreeImage_GetTagCount = DWORD function(FITAG* tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetTagDescription
alias da_FreeImage_GetTagDescription = const(char)* function(FITAG* tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetTagID
alias da_FreeImage_GetTagID = WORD function(FITAG* tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetTagKey
alias da_FreeImage_GetTagKey = const(char)* function(FITAG* tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetTagLength
alias da_FreeImage_GetTagLength = DWORD function(FITAG* tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetTagType
alias da_FreeImage_GetTagType = FREE_IMAGE_MDTYPE function(FITAG* tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetTagValue
alias da_FreeImage_GetTagValue = const(void)* function(FITAG* tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetThumbnail
alias da_FreeImage_GetThumbnail = FIBITMAP* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetTransparencyCount
alias da_FreeImage_GetTransparencyCount = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetTransparencyTable
alias da_FreeImage_GetTransparencyTable = BYTE* function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetTransparentIndex
alias da_FreeImage_GetTransparentIndex = int function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetVersion
alias da_FreeImage_GetVersion = const(char)* function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_GetWidth
alias da_FreeImage_GetWidth = uint function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_HasBackgroundColor
alias da_FreeImage_HasBackgroundColor = BOOL function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_HasPixels
alias da_FreeImage_HasPixels = BOOL function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Initialise
alias da_FreeImage_Initialise = void function(BOOL load_local_plugins_only = FALSE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_InsertPage
alias da_FreeImage_InsertPage = void function(FIMULTIBITMAP* bitmap, int page, FIBITMAP* data)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Invert
alias da_FreeImage_Invert = BOOL function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_IsLittleEndian
alias da_FreeImage_IsLittleEndian = BOOL function()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_IsPluginEnabled
alias da_FreeImage_IsPluginEnabled = int function(FREE_IMAGE_FORMAT fif)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_IsTransparent
alias da_FreeImage_IsTransparent = BOOL function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_JPEGCrop
alias da_FreeImage_JPEGCrop = BOOL function(const(char)* src_file, const(char)* dst_file, int left, int top, int right, int bottom)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_JPEGCropU
alias da_FreeImage_JPEGCropU = BOOL function(const(wchar_t)* src_file, const(wchar_t)* dst_file, int left, int top, int right, int bottom)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_JPEGTransform
alias da_FreeImage_JPEGTransform = BOOL function(const(char)* src_file, const(char)* dst_file, FREE_IMAGE_JPEG_OPERATION operation, BOOL perfect = TRUE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_JPEGTransformCombined
alias da_FreeImage_JPEGTransformCombined = BOOL function(const(char)*, const(char)*, FREE_IMAGE_JPEG_OPERATION, int*, int*, int*, int*, BOOL perfect = TRUE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_JPEGTransformCombinedFromMemory
alias da_FreeImage_JPEGTransformCombinedFromMemory = BOOL function(FIMEMORY*, FIMEMORY*, FREE_IMAGE_JPEG_OPERATION, int*, int*, int*, int*, BOOL perfect = TRUE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_JPEGTransformCombinedU
alias da_FreeImage_JPEGTransformCombinedU = BOOL function(const(wchar_t)*, const(wchar_t)*, FREE_IMAGE_JPEG_OPERATION, int*, int*, int*, int*, BOOL perfect = TRUE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_JPEGTransformFromHandle
alias da_FreeImage_JPEGTransformFromHandle = BOOL function(FreeImageIO*, fi_handle, FreeImageIO*, fi_handle, FREE_IMAGE_JPEG_OPERATION, int*, int*, int*, int*, BOOL perfect = TRUE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_JPEGTransformU
alias da_FreeImage_JPEGTransformU = BOOL function(const(wchar_t)* src_file, const(wchar_t)* dst_file, FREE_IMAGE_JPEG_OPERATION operation, BOOL perfect = TRUE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Load
alias da_FreeImage_Load = FIBITMAP* function(FREE_IMAGE_FORMAT fif, const(char)* filename, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_LoadFromHandle
alias da_FreeImage_LoadFromHandle = FIBITMAP* function(FREE_IMAGE_FORMAT fif, FreeImageIO* io, fi_handle handle, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_LoadFromMemory
alias da_FreeImage_LoadFromMemory = FIBITMAP* function(FREE_IMAGE_FORMAT fif, FIMEMORY* stream, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_LoadMultiBitmapFromMemory
alias da_FreeImage_LoadMultiBitmapFromMemory = FIMULTIBITMAP* function(FREE_IMAGE_FORMAT fif, FIMEMORY* stream, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_LoadU
alias da_FreeImage_LoadU = FIBITMAP* function(FREE_IMAGE_FORMAT fif, const(wchar_t)* filename, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_LockPage
alias da_FreeImage_LockPage = FIBITMAP* function(FIMULTIBITMAP* bitmap, int page)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_LookupSVGColor
alias da_FreeImage_LookupSVGColor = BOOL function(const(char)* szColor, BYTE* nRed, BYTE* nGreen, BYTE* nBlue)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_LookupX11Color
alias da_FreeImage_LookupX11Color = BOOL function(const(char)* szColor, BYTE* nRed, BYTE* nGreen, BYTE* nBlue)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_MakeThumbnail
alias da_FreeImage_MakeThumbnail = FIBITMAP* function(FIBITMAP* dib, int max_pixel_size, BOOL convert = TRUE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_MovePage
alias da_FreeImage_MovePage = BOOL function(FIMULTIBITMAP* bitmap, int target, int source)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_MultigridPoissonSolver
alias da_FreeImage_MultigridPoissonSolver = FIBITMAP* function(FIBITMAP* Laplacian, int ncycle = 3)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_OpenMemory
alias da_FreeImage_OpenMemory = FIMEMORY* function(BYTE* data = null, DWORD size_in_bytes = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_OpenMultiBitmap
alias da_FreeImage_OpenMultiBitmap = FIMULTIBITMAP* function(FREE_IMAGE_FORMAT fif, const(char)* filename, BOOL create_new, BOOL read_only, BOOL keep_cache_in_memory = FALSE, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_OpenMultiBitmapFromHandle
alias da_FreeImage_OpenMultiBitmapFromHandle = FIMULTIBITMAP* function(FREE_IMAGE_FORMAT fif, FreeImageIO* io, fi_handle handle, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_OutputMessageProc
alias da_FreeImage_OutputMessageProc = void function(int fif, const(char)* fmt, ...)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Paste
alias da_FreeImage_Paste = BOOL function(FIBITMAP* dst, FIBITMAP* src, int left, int top, int alpha)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_PreMultiplyWithAlpha
alias da_FreeImage_PreMultiplyWithAlpha = BOOL function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ReadMemory
alias da_FreeImage_ReadMemory = uint function(void* buffer, uint size, uint count, FIMEMORY* stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_RegisterExternalPlugin
alias da_FreeImage_RegisterExternalPlugin = FREE_IMAGE_FORMAT function(const(char)* path, const(char)* format = null, const(char)* description = null, const(char)* extension = null, const(char)* regexpr = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_RegisterLocalPlugin
alias da_FreeImage_RegisterLocalPlugin = FREE_IMAGE_FORMAT function(FI_InitProc proc_address, const(char)* format = null, const(char)* description = null, const(char)* extension = null, const(char)* regexpr = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Rescale
alias da_FreeImage_Rescale = FIBITMAP* function(FIBITMAP* dib, int dst_width, int dst_height, FREE_IMAGE_FILTER filter)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_RescaleRect
alias da_FreeImage_RescaleRect = FIBITMAP* function(FIBITMAP*, int, int, int, int, int, int, FREE_IMAGE_FILTER filter = FILTER_CATMULLROM, uint flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Rotate
alias da_FreeImage_Rotate = FIBITMAP* function(FIBITMAP* dib, double angle, const(void*) bkcolor = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_RotateClassic
alias da_FreeImage_RotateClassic = FIBITMAP* function(FIBITMAP* dib, double angle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_RotateEx
alias da_FreeImage_RotateEx = FIBITMAP* function(FIBITMAP* dib, double angle, double x_shift, double y_shift, double x_origin, double y_origin, BOOL use_mask)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Save
alias da_FreeImage_Save = BOOL function(FREE_IMAGE_FORMAT fif, FIBITMAP* dib, const(char)* filename, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SaveMultiBitmapToHandle
alias da_FreeImage_SaveMultiBitmapToHandle = BOOL function(FREE_IMAGE_FORMAT fif, FIMULTIBITMAP* bitmap, FreeImageIO* io, fi_handle handle, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SaveMultiBitmapToMemory
alias da_FreeImage_SaveMultiBitmapToMemory = BOOL function(FREE_IMAGE_FORMAT fif, FIMULTIBITMAP* bitmap, FIMEMORY* stream, int flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SaveToHandle
alias da_FreeImage_SaveToHandle = BOOL function(FREE_IMAGE_FORMAT fif, FIBITMAP* dib, FreeImageIO* io, fi_handle handle, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SaveToMemory
alias da_FreeImage_SaveToMemory = BOOL function(FREE_IMAGE_FORMAT fif, FIBITMAP* dib, FIMEMORY* stream, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SaveU
alias da_FreeImage_SaveU = BOOL function(FREE_IMAGE_FORMAT fif, FIBITMAP* dib, const(wchar_t)* filename, int flags = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SeekMemory
alias da_FreeImage_SeekMemory = BOOL function(FIMEMORY* stream, c_long offset, int origin)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetBackgroundColor
alias da_FreeImage_SetBackgroundColor = BOOL function(FIBITMAP* dib, RGBQUAD* bkcolor)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetChannel
alias da_FreeImage_SetChannel = BOOL function(FIBITMAP* dst, FIBITMAP* src, FREE_IMAGE_COLOR_CHANNEL channel)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetComplexChannel
alias da_FreeImage_SetComplexChannel = BOOL function(FIBITMAP* dst, FIBITMAP* src, FREE_IMAGE_COLOR_CHANNEL channel)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetDotsPerMeterX
alias da_FreeImage_SetDotsPerMeterX = void function(FIBITMAP* dib, uint res)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetDotsPerMeterY
alias da_FreeImage_SetDotsPerMeterY = void function(FIBITMAP* dib, uint res)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetMetadata
alias da_FreeImage_SetMetadata = BOOL function(FREE_IMAGE_MDMODEL model, FIBITMAP* dib, const(char)* key, FITAG* tag)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetMetadataKeyValue
alias da_FreeImage_SetMetadataKeyValue = BOOL function(FREE_IMAGE_MDMODEL, FIBITMAP*, const(char)*, const(char)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetOutputMessage
alias da_FreeImage_SetOutputMessage = void function(FreeImage_OutputMessageFunction omf)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetOutputMessageStdCall
alias da_FreeImage_SetOutputMessageStdCall = void function(FreeImage_OutputMessageFunctionStdCall omf)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetPixelColor
alias da_FreeImage_SetPixelColor = BOOL function(FIBITMAP* dib, uint x, uint y, RGBQUAD* value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetPixelIndex
alias da_FreeImage_SetPixelIndex = BOOL function(FIBITMAP* dib, uint x, uint y, BYTE* value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetPluginEnabled
alias da_FreeImage_SetPluginEnabled = int function(FREE_IMAGE_FORMAT fif, BOOL enable)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetTagCount
alias da_FreeImage_SetTagCount = BOOL function(FITAG* tag, DWORD count)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetTagDescription
alias da_FreeImage_SetTagDescription = BOOL function(FITAG* tag, const(char)* description)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetTagID
alias da_FreeImage_SetTagID = BOOL function(FITAG* tag, WORD id)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetTagKey
alias da_FreeImage_SetTagKey = BOOL function(FITAG* tag, const(char)* key)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetTagLength
alias da_FreeImage_SetTagLength = BOOL function(FITAG* tag, DWORD length)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetTagType
alias da_FreeImage_SetTagType = BOOL function(FITAG* tag, FREE_IMAGE_MDTYPE type)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetTagValue
alias da_FreeImage_SetTagValue = BOOL function(FITAG* tag, const(void)* value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetThumbnail
alias da_FreeImage_SetThumbnail = BOOL function(FIBITMAP* dib, FIBITMAP* thumbnail)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetTransparencyTable
alias da_FreeImage_SetTransparencyTable = void function(FIBITMAP* dib, BYTE* table, int count)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetTransparent
alias da_FreeImage_SetTransparent = void function(FIBITMAP* dib, BOOL enabled)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SetTransparentIndex
alias da_FreeImage_SetTransparentIndex = void function(FIBITMAP* dib, int index)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SwapColors
alias da_FreeImage_SwapColors = uint function(FIBITMAP* dib, RGBQUAD* color_a, RGBQUAD* color_b, BOOL ignore_alpha)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_SwapPaletteIndices
alias da_FreeImage_SwapPaletteIndices = uint function(FIBITMAP* dib, BYTE* index_a, BYTE* index_b)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_TagToString
alias da_FreeImage_TagToString = const(char)* function(FREE_IMAGE_MDMODEL model, FITAG* tag, char* Make = null)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_TellMemory
alias da_FreeImage_TellMemory = c_long function(FIMEMORY* stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Threshold
alias da_FreeImage_Threshold = FIBITMAP* function(FIBITMAP* dib, BYTE T)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_TmoDrago03
alias da_FreeImage_TmoDrago03 = FIBITMAP* function(FIBITMAP* src, double gamma = 2.2, double exposure = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_TmoFattal02
alias da_FreeImage_TmoFattal02 = FIBITMAP* function(FIBITMAP* src, double color_saturation = 0.5, double attenuation = 0.85)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_TmoReinhard05
alias da_FreeImage_TmoReinhard05 = FIBITMAP* function(FIBITMAP* src, double intensity = 0, double contrast = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_TmoReinhard05Ex
alias da_FreeImage_TmoReinhard05Ex = FIBITMAP* function(FIBITMAP* src, double intensity = 0, double contrast = 0, double adaptation = 1, double color_correction = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ToneMapping
alias da_FreeImage_ToneMapping = FIBITMAP* function(FIBITMAP* dib, FREE_IMAGE_TMO tmo, double first_param = 0, double second_param = 0)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_Unload
alias da_FreeImage_Unload = void function(FIBITMAP* dib)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_UnlockPage
alias da_FreeImage_UnlockPage = void function(FIMULTIBITMAP* bitmap, FIBITMAP* data, BOOL changed)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_WriteMemory
alias da_FreeImage_WriteMemory = uint function(const(void*) buffer, uint size, uint count, FIMEMORY* stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ZLibCRC32
alias da_FreeImage_ZLibCRC32 = DWORD function(DWORD crc, BYTE* source, DWORD source_size)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ZLibCompress
alias da_FreeImage_ZLibCompress = DWORD function(BYTE* target, DWORD target_size, BYTE* source, DWORD source_size)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ZLibGUnzip
alias da_FreeImage_ZLibGUnzip = DWORD function(BYTE* target, DWORD target_size, BYTE* source, DWORD source_size)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ZLibGZip
alias da_FreeImage_ZLibGZip = DWORD function(BYTE* target, DWORD target_size, BYTE* source, DWORD source_size)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
da_FreeImage_ZLibUncompress
alias da_FreeImage_ZLibUncompress = DWORD function(BYTE* target, DWORD target_size, BYTE* source, DWORD source_size)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Functions

loadFuncs
void loadFuncs(SharedLibLoader loader)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

FreeImage_AcquireMemory
da_FreeImage_AcquireMemory FreeImage_AcquireMemory;
Undocumented in source.
FreeImage_AdjustBrightness
da_FreeImage_AdjustBrightness FreeImage_AdjustBrightness;
Undocumented in source.
FreeImage_AdjustColors
da_FreeImage_AdjustColors FreeImage_AdjustColors;
Undocumented in source.
FreeImage_AdjustContrast
da_FreeImage_AdjustContrast FreeImage_AdjustContrast;
Undocumented in source.
FreeImage_AdjustCurve
da_FreeImage_AdjustCurve FreeImage_AdjustCurve;
Undocumented in source.
FreeImage_AdjustGamma
da_FreeImage_AdjustGamma FreeImage_AdjustGamma;
Undocumented in source.
FreeImage_Allocate
da_FreeImage_Allocate FreeImage_Allocate;
Undocumented in source.
FreeImage_AllocateEx
da_FreeImage_AllocateEx FreeImage_AllocateEx;
Undocumented in source.
FreeImage_AllocateExT
da_FreeImage_AllocateExT FreeImage_AllocateExT;
Undocumented in source.
FreeImage_AllocateT
da_FreeImage_AllocateT FreeImage_AllocateT;
Undocumented in source.
FreeImage_AppendPage
da_FreeImage_AppendPage FreeImage_AppendPage;
Undocumented in source.
FreeImage_ApplyColorMapping
da_FreeImage_ApplyColorMapping FreeImage_ApplyColorMapping;
Undocumented in source.
FreeImage_ApplyPaletteIndexMapping
da_FreeImage_ApplyPaletteIndexMapping FreeImage_ApplyPaletteIndexMapping;
Undocumented in source.
FreeImage_Clone
da_FreeImage_Clone FreeImage_Clone;
Undocumented in source.
FreeImage_CloneMetadata
da_FreeImage_CloneMetadata FreeImage_CloneMetadata;
Undocumented in source.
FreeImage_CloneTag
da_FreeImage_CloneTag FreeImage_CloneTag;
Undocumented in source.
FreeImage_CloseMemory
da_FreeImage_CloseMemory FreeImage_CloseMemory;
Undocumented in source.
FreeImage_CloseMultiBitmap
da_FreeImage_CloseMultiBitmap FreeImage_CloseMultiBitmap;
Undocumented in source.
FreeImage_ColorQuantize
da_FreeImage_ColorQuantize FreeImage_ColorQuantize;
Undocumented in source.
FreeImage_ColorQuantizeEx
da_FreeImage_ColorQuantizeEx FreeImage_ColorQuantizeEx;
Undocumented in source.
FreeImage_Composite
da_FreeImage_Composite FreeImage_Composite;
Undocumented in source.
FreeImage_ConvertFromRawBits
da_FreeImage_ConvertFromRawBits FreeImage_ConvertFromRawBits;
Undocumented in source.
FreeImage_ConvertFromRawBitsEx
da_FreeImage_ConvertFromRawBitsEx FreeImage_ConvertFromRawBitsEx;
Undocumented in source.
FreeImage_ConvertLine16To24_555
da_FreeImage_ConvertLine16To24_555 FreeImage_ConvertLine16To24_555;
Undocumented in source.
FreeImage_ConvertLine16To24_565
da_FreeImage_ConvertLine16To24_565 FreeImage_ConvertLine16To24_565;
Undocumented in source.
FreeImage_ConvertLine16To32_555
da_FreeImage_ConvertLine16To32_555 FreeImage_ConvertLine16To32_555;
Undocumented in source.
FreeImage_ConvertLine16To32_565
da_FreeImage_ConvertLine16To32_565 FreeImage_ConvertLine16To32_565;
Undocumented in source.
FreeImage_ConvertLine16To4_555
da_FreeImage_ConvertLine16To4_555 FreeImage_ConvertLine16To4_555;
Undocumented in source.
FreeImage_ConvertLine16To4_565
da_FreeImage_ConvertLine16To4_565 FreeImage_ConvertLine16To4_565;
Undocumented in source.
FreeImage_ConvertLine16To8_555
da_FreeImage_ConvertLine16To8_555 FreeImage_ConvertLine16To8_555;
Undocumented in source.
FreeImage_ConvertLine16To8_565
da_FreeImage_ConvertLine16To8_565 FreeImage_ConvertLine16To8_565;
Undocumented in source.
FreeImage_ConvertLine16_555_To16_565
da_FreeImage_ConvertLine16_555_To16_565 FreeImage_ConvertLine16_555_To16_565;
Undocumented in source.
FreeImage_ConvertLine16_565_To16_555
da_FreeImage_ConvertLine16_565_To16_555 FreeImage_ConvertLine16_565_To16_555;
Undocumented in source.
FreeImage_ConvertLine1To16_555
da_FreeImage_ConvertLine1To16_555 FreeImage_ConvertLine1To16_555;
Undocumented in source.
FreeImage_ConvertLine1To16_565
da_FreeImage_ConvertLine1To16_565 FreeImage_ConvertLine1To16_565;
Undocumented in source.
FreeImage_ConvertLine1To24
da_FreeImage_ConvertLine1To24 FreeImage_ConvertLine1To24;
Undocumented in source.
FreeImage_ConvertLine1To32
da_FreeImage_ConvertLine1To32 FreeImage_ConvertLine1To32;
Undocumented in source.
FreeImage_ConvertLine1To4
da_FreeImage_ConvertLine1To4 FreeImage_ConvertLine1To4;
Undocumented in source.
FreeImage_ConvertLine1To8
da_FreeImage_ConvertLine1To8 FreeImage_ConvertLine1To8;
Undocumented in source.
FreeImage_ConvertLine24To16_555
da_FreeImage_ConvertLine24To16_555 FreeImage_ConvertLine24To16_555;
Undocumented in source.
FreeImage_ConvertLine24To16_565
da_FreeImage_ConvertLine24To16_565 FreeImage_ConvertLine24To16_565;
Undocumented in source.
FreeImage_ConvertLine24To32
da_FreeImage_ConvertLine24To32 FreeImage_ConvertLine24To32;
Undocumented in source.
FreeImage_ConvertLine24To4
da_FreeImage_ConvertLine24To4 FreeImage_ConvertLine24To4;
Undocumented in source.
FreeImage_ConvertLine24To8
da_FreeImage_ConvertLine24To8 FreeImage_ConvertLine24To8;
Undocumented in source.
FreeImage_ConvertLine32To16_555
da_FreeImage_ConvertLine32To16_555 FreeImage_ConvertLine32To16_555;
Undocumented in source.
FreeImage_ConvertLine32To16_565
da_FreeImage_ConvertLine32To16_565 FreeImage_ConvertLine32To16_565;
Undocumented in source.
FreeImage_ConvertLine32To24
da_FreeImage_ConvertLine32To24 FreeImage_ConvertLine32To24;
Undocumented in source.
FreeImage_ConvertLine32To4
da_FreeImage_ConvertLine32To4 FreeImage_ConvertLine32To4;
Undocumented in source.
FreeImage_ConvertLine32To8
da_FreeImage_ConvertLine32To8 FreeImage_ConvertLine32To8;
Undocumented in source.
FreeImage_ConvertLine4To16_555
da_FreeImage_ConvertLine4To16_555 FreeImage_ConvertLine4To16_555;
Undocumented in source.
FreeImage_ConvertLine4To16_565
da_FreeImage_ConvertLine4To16_565 FreeImage_ConvertLine4To16_565;
Undocumented in source.
FreeImage_ConvertLine4To24
da_FreeImage_ConvertLine4To24 FreeImage_ConvertLine4To24;
Undocumented in source.
FreeImage_ConvertLine4To32
da_FreeImage_ConvertLine4To32 FreeImage_ConvertLine4To32;
Undocumented in source.
FreeImage_ConvertLine4To8
da_FreeImage_ConvertLine4To8 FreeImage_ConvertLine4To8;
Undocumented in source.
FreeImage_ConvertLine8To16_555
da_FreeImage_ConvertLine8To16_555 FreeImage_ConvertLine8To16_555;
Undocumented in source.
FreeImage_ConvertLine8To16_565
da_FreeImage_ConvertLine8To16_565 FreeImage_ConvertLine8To16_565;
Undocumented in source.
FreeImage_ConvertLine8To24
da_FreeImage_ConvertLine8To24 FreeImage_ConvertLine8To24;
Undocumented in source.
FreeImage_ConvertLine8To32
da_FreeImage_ConvertLine8To32 FreeImage_ConvertLine8To32;
Undocumented in source.
FreeImage_ConvertLine8To4
da_FreeImage_ConvertLine8To4 FreeImage_ConvertLine8To4;
Undocumented in source.
FreeImage_ConvertTo16Bits555
da_FreeImage_ConvertTo16Bits555 FreeImage_ConvertTo16Bits555;
Undocumented in source.
FreeImage_ConvertTo16Bits565
da_FreeImage_ConvertTo16Bits565 FreeImage_ConvertTo16Bits565;
Undocumented in source.
FreeImage_ConvertTo24Bits
da_FreeImage_ConvertTo24Bits FreeImage_ConvertTo24Bits;
Undocumented in source.
FreeImage_ConvertTo32Bits
da_FreeImage_ConvertTo32Bits FreeImage_ConvertTo32Bits;
Undocumented in source.
FreeImage_ConvertTo4Bits
da_FreeImage_ConvertTo4Bits FreeImage_ConvertTo4Bits;
Undocumented in source.
FreeImage_ConvertTo8Bits
da_FreeImage_ConvertTo8Bits FreeImage_ConvertTo8Bits;
Undocumented in source.
FreeImage_ConvertToFloat
da_FreeImage_ConvertToFloat FreeImage_ConvertToFloat;
Undocumented in source.
FreeImage_ConvertToGreyscale
da_FreeImage_ConvertToGreyscale FreeImage_ConvertToGreyscale;
Undocumented in source.
FreeImage_ConvertToRGB16
da_FreeImage_ConvertToRGB16 FreeImage_ConvertToRGB16;
Undocumented in source.
FreeImage_ConvertToRGBA16
da_FreeImage_ConvertToRGBA16 FreeImage_ConvertToRGBA16;
Undocumented in source.
FreeImage_ConvertToRGBAF
da_FreeImage_ConvertToRGBAF FreeImage_ConvertToRGBAF;
Undocumented in source.
FreeImage_ConvertToRGBF
da_FreeImage_ConvertToRGBF FreeImage_ConvertToRGBF;
Undocumented in source.
FreeImage_ConvertToRawBits
da_FreeImage_ConvertToRawBits FreeImage_ConvertToRawBits;
Undocumented in source.
FreeImage_ConvertToStandardType
da_FreeImage_ConvertToStandardType FreeImage_ConvertToStandardType;
Undocumented in source.
FreeImage_ConvertToType
da_FreeImage_ConvertToType FreeImage_ConvertToType;
Undocumented in source.
FreeImage_ConvertToUINT16
da_FreeImage_ConvertToUINT16 FreeImage_ConvertToUINT16;
Undocumented in source.
FreeImage_Copy
da_FreeImage_Copy FreeImage_Copy;
Undocumented in source.
FreeImage_CreateICCProfile
da_FreeImage_CreateICCProfile FreeImage_CreateICCProfile;
Undocumented in source.
FreeImage_CreateTag
da_FreeImage_CreateTag FreeImage_CreateTag;
Undocumented in source.
FreeImage_CreateView
da_FreeImage_CreateView FreeImage_CreateView;
Undocumented in source.
FreeImage_DeInitialise
da_FreeImage_DeInitialise FreeImage_DeInitialise;
Undocumented in source.
FreeImage_DeletePage
da_FreeImage_DeletePage FreeImage_DeletePage;
Undocumented in source.
FreeImage_DeleteTag
da_FreeImage_DeleteTag FreeImage_DeleteTag;
Undocumented in source.
FreeImage_DestroyICCProfile
da_FreeImage_DestroyICCProfile FreeImage_DestroyICCProfile;
Undocumented in source.
FreeImage_Dither
da_FreeImage_Dither FreeImage_Dither;
Undocumented in source.
FreeImage_EnlargeCanvas
da_FreeImage_EnlargeCanvas FreeImage_EnlargeCanvas;
Undocumented in source.
FreeImage_FIFSupportsExportBPP
da_FreeImage_FIFSupportsExportBPP FreeImage_FIFSupportsExportBPP;
Undocumented in source.
FreeImage_FIFSupportsExportType
da_FreeImage_FIFSupportsExportType FreeImage_FIFSupportsExportType;
Undocumented in source.
FreeImage_FIFSupportsICCProfiles
da_FreeImage_FIFSupportsICCProfiles FreeImage_FIFSupportsICCProfiles;
Undocumented in source.
FreeImage_FIFSupportsNoPixels
da_FreeImage_FIFSupportsNoPixels FreeImage_FIFSupportsNoPixels;
Undocumented in source.
FreeImage_FIFSupportsReading
da_FreeImage_FIFSupportsReading FreeImage_FIFSupportsReading;
Undocumented in source.
FreeImage_FIFSupportsWriting
da_FreeImage_FIFSupportsWriting FreeImage_FIFSupportsWriting;
Undocumented in source.
FreeImage_FillBackground
da_FreeImage_FillBackground FreeImage_FillBackground;
Undocumented in source.
FreeImage_FindCloseMetadata
da_FreeImage_FindCloseMetadata FreeImage_FindCloseMetadata;
Undocumented in source.
FreeImage_FindFirstMetadata
da_FreeImage_FindFirstMetadata FreeImage_FindFirstMetadata;
Undocumented in source.
FreeImage_FindNextMetadata
da_FreeImage_FindNextMetadata FreeImage_FindNextMetadata;
Undocumented in source.
FreeImage_FlipHorizontal
da_FreeImage_FlipHorizontal FreeImage_FlipHorizontal;
Undocumented in source.
FreeImage_FlipVertical
da_FreeImage_FlipVertical FreeImage_FlipVertical;
Undocumented in source.
FreeImage_GetAdjustColorsLookupTable
da_FreeImage_GetAdjustColorsLookupTable FreeImage_GetAdjustColorsLookupTable;
Undocumented in source.
FreeImage_GetBPP
da_FreeImage_GetBPP FreeImage_GetBPP;
Undocumented in source.
FreeImage_GetBackgroundColor
da_FreeImage_GetBackgroundColor FreeImage_GetBackgroundColor;
Undocumented in source.
FreeImage_GetBits
da_FreeImage_GetBits FreeImage_GetBits;
Undocumented in source.
FreeImage_GetBlueMask
da_FreeImage_GetBlueMask FreeImage_GetBlueMask;
Undocumented in source.
FreeImage_GetChannel
da_FreeImage_GetChannel FreeImage_GetChannel;
Undocumented in source.
FreeImage_GetColorType
da_FreeImage_GetColorType FreeImage_GetColorType;
Undocumented in source.
FreeImage_GetColorsUsed
da_FreeImage_GetColorsUsed FreeImage_GetColorsUsed;
Undocumented in source.
FreeImage_GetComplexChannel
da_FreeImage_GetComplexChannel FreeImage_GetComplexChannel;
Undocumented in source.
FreeImage_GetCopyrightMessage
da_FreeImage_GetCopyrightMessage FreeImage_GetCopyrightMessage;
Undocumented in source.
FreeImage_GetDIBSize
da_FreeImage_GetDIBSize FreeImage_GetDIBSize;
Undocumented in source.
FreeImage_GetDotsPerMeterX
da_FreeImage_GetDotsPerMeterX FreeImage_GetDotsPerMeterX;
Undocumented in source.
FreeImage_GetDotsPerMeterY
da_FreeImage_GetDotsPerMeterY FreeImage_GetDotsPerMeterY;
Undocumented in source.
FreeImage_GetFIFCount
da_FreeImage_GetFIFCount FreeImage_GetFIFCount;
Undocumented in source.
FreeImage_GetFIFDescription
da_FreeImage_GetFIFDescription FreeImage_GetFIFDescription;
Undocumented in source.
FreeImage_GetFIFExtensionList
da_FreeImage_GetFIFExtensionList FreeImage_GetFIFExtensionList;
Undocumented in source.
FreeImage_GetFIFFromFilename
da_FreeImage_GetFIFFromFilename FreeImage_GetFIFFromFilename;
Undocumented in source.
FreeImage_GetFIFFromFilenameU
da_FreeImage_GetFIFFromFilenameU FreeImage_GetFIFFromFilenameU;
Undocumented in source.
FreeImage_GetFIFFromFormat
da_FreeImage_GetFIFFromFormat FreeImage_GetFIFFromFormat;
Undocumented in source.
FreeImage_GetFIFFromMime
da_FreeImage_GetFIFFromMime FreeImage_GetFIFFromMime;
Undocumented in source.
FreeImage_GetFIFMimeType
da_FreeImage_GetFIFMimeType FreeImage_GetFIFMimeType;
Undocumented in source.
FreeImage_GetFIFRegExpr
da_FreeImage_GetFIFRegExpr FreeImage_GetFIFRegExpr;
Undocumented in source.
FreeImage_GetFileType
da_FreeImage_GetFileType FreeImage_GetFileType;
Undocumented in source.
FreeImage_GetFileTypeFromHandle
da_FreeImage_GetFileTypeFromHandle FreeImage_GetFileTypeFromHandle;
Undocumented in source.
FreeImage_GetFileTypeFromMemory
da_FreeImage_GetFileTypeFromMemory FreeImage_GetFileTypeFromMemory;
Undocumented in source.
FreeImage_GetFileTypeU
da_FreeImage_GetFileTypeU FreeImage_GetFileTypeU;
Undocumented in source.
FreeImage_GetFormatFromFIF
da_FreeImage_GetFormatFromFIF FreeImage_GetFormatFromFIF;
Undocumented in source.
FreeImage_GetGreenMask
da_FreeImage_GetGreenMask FreeImage_GetGreenMask;
Undocumented in source.
FreeImage_GetHeight
da_FreeImage_GetHeight FreeImage_GetHeight;
Undocumented in source.
FreeImage_GetHistogram
da_FreeImage_GetHistogram FreeImage_GetHistogram;
Undocumented in source.
FreeImage_GetICCProfile
da_FreeImage_GetICCProfile FreeImage_GetICCProfile;
Undocumented in source.
FreeImage_GetImageType
da_FreeImage_GetImageType FreeImage_GetImageType;
Undocumented in source.
FreeImage_GetInfo
da_FreeImage_GetInfo FreeImage_GetInfo;
Undocumented in source.
FreeImage_GetInfoHeader
da_FreeImage_GetInfoHeader FreeImage_GetInfoHeader;
Undocumented in source.
FreeImage_GetLine
da_FreeImage_GetLine FreeImage_GetLine;
Undocumented in source.
FreeImage_GetLockedPageNumbers
da_FreeImage_GetLockedPageNumbers FreeImage_GetLockedPageNumbers;
Undocumented in source.
FreeImage_GetMemorySize
da_FreeImage_GetMemorySize FreeImage_GetMemorySize;
Undocumented in source.
FreeImage_GetMetadata
da_FreeImage_GetMetadata FreeImage_GetMetadata;
Undocumented in source.
FreeImage_GetMetadataCount
da_FreeImage_GetMetadataCount FreeImage_GetMetadataCount;
Undocumented in source.
FreeImage_GetPageCount
da_FreeImage_GetPageCount FreeImage_GetPageCount;
Undocumented in source.
FreeImage_GetPalette
da_FreeImage_GetPalette FreeImage_GetPalette;
Undocumented in source.
FreeImage_GetPitch
da_FreeImage_GetPitch FreeImage_GetPitch;
Undocumented in source.
FreeImage_GetPixelColor
da_FreeImage_GetPixelColor FreeImage_GetPixelColor;
Undocumented in source.
FreeImage_GetPixelIndex
da_FreeImage_GetPixelIndex FreeImage_GetPixelIndex;
Undocumented in source.
FreeImage_GetRedMask
da_FreeImage_GetRedMask FreeImage_GetRedMask;
Undocumented in source.
FreeImage_GetScanLine
da_FreeImage_GetScanLine FreeImage_GetScanLine;
Undocumented in source.
FreeImage_GetTagCount
da_FreeImage_GetTagCount FreeImage_GetTagCount;
Undocumented in source.
FreeImage_GetTagDescription
da_FreeImage_GetTagDescription FreeImage_GetTagDescription;
Undocumented in source.
FreeImage_GetTagID
da_FreeImage_GetTagID FreeImage_GetTagID;
Undocumented in source.
FreeImage_GetTagKey
da_FreeImage_GetTagKey FreeImage_GetTagKey;
Undocumented in source.
FreeImage_GetTagLength
da_FreeImage_GetTagLength FreeImage_GetTagLength;
Undocumented in source.
FreeImage_GetTagType
da_FreeImage_GetTagType FreeImage_GetTagType;
Undocumented in source.
FreeImage_GetTagValue
da_FreeImage_GetTagValue FreeImage_GetTagValue;
Undocumented in source.
FreeImage_GetThumbnail
da_FreeImage_GetThumbnail FreeImage_GetThumbnail;
Undocumented in source.
FreeImage_GetTransparencyCount
da_FreeImage_GetTransparencyCount FreeImage_GetTransparencyCount;
Undocumented in source.
FreeImage_GetTransparencyTable
da_FreeImage_GetTransparencyTable FreeImage_GetTransparencyTable;
Undocumented in source.
FreeImage_GetTransparentIndex
da_FreeImage_GetTransparentIndex FreeImage_GetTransparentIndex;
Undocumented in source.
FreeImage_GetVersion
da_FreeImage_GetVersion FreeImage_GetVersion;
Undocumented in source.
FreeImage_GetWidth
da_FreeImage_GetWidth FreeImage_GetWidth;
Undocumented in source.
FreeImage_HasBackgroundColor
da_FreeImage_HasBackgroundColor FreeImage_HasBackgroundColor;
Undocumented in source.
FreeImage_HasPixels
da_FreeImage_HasPixels FreeImage_HasPixels;
Undocumented in source.
FreeImage_Initialise
da_FreeImage_Initialise FreeImage_Initialise;
Undocumented in source.
FreeImage_InsertPage
da_FreeImage_InsertPage FreeImage_InsertPage;
Undocumented in source.
FreeImage_Invert
da_FreeImage_Invert FreeImage_Invert;
Undocumented in source.
FreeImage_IsLittleEndian
da_FreeImage_IsLittleEndian FreeImage_IsLittleEndian;
Undocumented in source.
FreeImage_IsPluginEnabled
da_FreeImage_IsPluginEnabled FreeImage_IsPluginEnabled;
Undocumented in source.
FreeImage_IsTransparent
da_FreeImage_IsTransparent FreeImage_IsTransparent;
Undocumented in source.
FreeImage_JPEGCrop
da_FreeImage_JPEGCrop FreeImage_JPEGCrop;
Undocumented in source.
FreeImage_JPEGCropU
da_FreeImage_JPEGCropU FreeImage_JPEGCropU;
Undocumented in source.
FreeImage_JPEGTransform
da_FreeImage_JPEGTransform FreeImage_JPEGTransform;
Undocumented in source.
FreeImage_JPEGTransformCombined
da_FreeImage_JPEGTransformCombined FreeImage_JPEGTransformCombined;
Undocumented in source.
FreeImage_JPEGTransformCombinedFromMemory
da_FreeImage_JPEGTransformCombinedFromMemory FreeImage_JPEGTransformCombinedFromMemory;
Undocumented in source.
FreeImage_JPEGTransformCombinedU
da_FreeImage_JPEGTransformCombinedU FreeImage_JPEGTransformCombinedU;
Undocumented in source.
FreeImage_JPEGTransformFromHandle
da_FreeImage_JPEGTransformFromHandle FreeImage_JPEGTransformFromHandle;
Undocumented in source.
FreeImage_JPEGTransformU
da_FreeImage_JPEGTransformU FreeImage_JPEGTransformU;
Undocumented in source.
FreeImage_Load
da_FreeImage_Load FreeImage_Load;
Undocumented in source.
FreeImage_LoadFromHandle
da_FreeImage_LoadFromHandle FreeImage_LoadFromHandle;
Undocumented in source.
FreeImage_LoadFromMemory
da_FreeImage_LoadFromMemory FreeImage_LoadFromMemory;
Undocumented in source.
FreeImage_LoadMultiBitmapFromMemory
da_FreeImage_LoadMultiBitmapFromMemory FreeImage_LoadMultiBitmapFromMemory;
Undocumented in source.
FreeImage_LoadU
da_FreeImage_LoadU FreeImage_LoadU;
Undocumented in source.
FreeImage_LockPage
da_FreeImage_LockPage FreeImage_LockPage;
Undocumented in source.
FreeImage_LookupSVGColor
da_FreeImage_LookupSVGColor FreeImage_LookupSVGColor;
Undocumented in source.
FreeImage_LookupX11Color
da_FreeImage_LookupX11Color FreeImage_LookupX11Color;
Undocumented in source.
FreeImage_MakeThumbnail
da_FreeImage_MakeThumbnail FreeImage_MakeThumbnail;
Undocumented in source.
FreeImage_MovePage
da_FreeImage_MovePage FreeImage_MovePage;
Undocumented in source.
FreeImage_MultigridPoissonSolver
da_FreeImage_MultigridPoissonSolver FreeImage_MultigridPoissonSolver;
Undocumented in source.
FreeImage_OpenMemory
da_FreeImage_OpenMemory FreeImage_OpenMemory;
Undocumented in source.
FreeImage_OpenMultiBitmap
da_FreeImage_OpenMultiBitmap FreeImage_OpenMultiBitmap;
Undocumented in source.
FreeImage_OpenMultiBitmapFromHandle
da_FreeImage_OpenMultiBitmapFromHandle FreeImage_OpenMultiBitmapFromHandle;
Undocumented in source.
FreeImage_OutputMessageProc
da_FreeImage_OutputMessageProc FreeImage_OutputMessageProc;
Undocumented in source.
FreeImage_Paste
da_FreeImage_Paste FreeImage_Paste;
Undocumented in source.
FreeImage_PreMultiplyWithAlpha
da_FreeImage_PreMultiplyWithAlpha FreeImage_PreMultiplyWithAlpha;
Undocumented in source.
FreeImage_ReadMemory
da_FreeImage_ReadMemory FreeImage_ReadMemory;
Undocumented in source.
FreeImage_RegisterExternalPlugin
da_FreeImage_RegisterExternalPlugin FreeImage_RegisterExternalPlugin;
Undocumented in source.
FreeImage_RegisterLocalPlugin
da_FreeImage_RegisterLocalPlugin FreeImage_RegisterLocalPlugin;
Undocumented in source.
FreeImage_Rescale
da_FreeImage_Rescale FreeImage_Rescale;
Undocumented in source.
FreeImage_RescaleRect
da_FreeImage_RescaleRect FreeImage_RescaleRect;
Undocumented in source.
FreeImage_Rotate
da_FreeImage_Rotate FreeImage_Rotate;
Undocumented in source.
FreeImage_RotateClassic
da_FreeImage_RotateClassic FreeImage_RotateClassic;
Undocumented in source.
FreeImage_RotateEx
da_FreeImage_RotateEx FreeImage_RotateEx;
Undocumented in source.
FreeImage_Save
da_FreeImage_Save FreeImage_Save;
Undocumented in source.
FreeImage_SaveMultiBitmapToHandle
da_FreeImage_SaveMultiBitmapToHandle FreeImage_SaveMultiBitmapToHandle;
Undocumented in source.
FreeImage_SaveMultiBitmapToMemory
da_FreeImage_SaveMultiBitmapToMemory FreeImage_SaveMultiBitmapToMemory;
Undocumented in source.
FreeImage_SaveToHandle
da_FreeImage_SaveToHandle FreeImage_SaveToHandle;
Undocumented in source.
FreeImage_SaveToMemory
da_FreeImage_SaveToMemory FreeImage_SaveToMemory;
Undocumented in source.
FreeImage_SaveU
da_FreeImage_SaveU FreeImage_SaveU;
Undocumented in source.
FreeImage_SeekMemory
da_FreeImage_SeekMemory FreeImage_SeekMemory;
Undocumented in source.
FreeImage_SetBackgroundColor
da_FreeImage_SetBackgroundColor FreeImage_SetBackgroundColor;
Undocumented in source.
FreeImage_SetChannel
da_FreeImage_SetChannel FreeImage_SetChannel;
Undocumented in source.
FreeImage_SetComplexChannel
da_FreeImage_SetComplexChannel FreeImage_SetComplexChannel;
Undocumented in source.
FreeImage_SetDotsPerMeterX
da_FreeImage_SetDotsPerMeterX FreeImage_SetDotsPerMeterX;
Undocumented in source.
FreeImage_SetDotsPerMeterY
da_FreeImage_SetDotsPerMeterY FreeImage_SetDotsPerMeterY;
Undocumented in source.
FreeImage_SetMetadata
da_FreeImage_SetMetadata FreeImage_SetMetadata;
Undocumented in source.
FreeImage_SetMetadataKeyValue
da_FreeImage_SetMetadataKeyValue FreeImage_SetMetadataKeyValue;
Undocumented in source.
FreeImage_SetOutputMessage
da_FreeImage_SetOutputMessage FreeImage_SetOutputMessage;
Undocumented in source.
FreeImage_SetOutputMessageStdCall
da_FreeImage_SetOutputMessageStdCall FreeImage_SetOutputMessageStdCall;
Undocumented in source.
FreeImage_SetPixelColor
da_FreeImage_SetPixelColor FreeImage_SetPixelColor;
Undocumented in source.
FreeImage_SetPixelIndex
da_FreeImage_SetPixelIndex FreeImage_SetPixelIndex;
Undocumented in source.
FreeImage_SetPluginEnabled
da_FreeImage_SetPluginEnabled FreeImage_SetPluginEnabled;
Undocumented in source.
FreeImage_SetTagCount
da_FreeImage_SetTagCount FreeImage_SetTagCount;
Undocumented in source.
FreeImage_SetTagDescription
da_FreeImage_SetTagDescription FreeImage_SetTagDescription;
Undocumented in source.
FreeImage_SetTagID
da_FreeImage_SetTagID FreeImage_SetTagID;
Undocumented in source.
FreeImage_SetTagKey
da_FreeImage_SetTagKey FreeImage_SetTagKey;
Undocumented in source.
FreeImage_SetTagLength
da_FreeImage_SetTagLength FreeImage_SetTagLength;
Undocumented in source.
FreeImage_SetTagType
da_FreeImage_SetTagType FreeImage_SetTagType;
Undocumented in source.
FreeImage_SetTagValue
da_FreeImage_SetTagValue FreeImage_SetTagValue;
Undocumented in source.
FreeImage_SetThumbnail
da_FreeImage_SetThumbnail FreeImage_SetThumbnail;
Undocumented in source.
FreeImage_SetTransparencyTable
da_FreeImage_SetTransparencyTable FreeImage_SetTransparencyTable;
Undocumented in source.
FreeImage_SetTransparent
da_FreeImage_SetTransparent FreeImage_SetTransparent;
Undocumented in source.
FreeImage_SetTransparentIndex
da_FreeImage_SetTransparentIndex FreeImage_SetTransparentIndex;
Undocumented in source.
FreeImage_SwapColors
da_FreeImage_SwapColors FreeImage_SwapColors;
Undocumented in source.
FreeImage_SwapPaletteIndices
da_FreeImage_SwapPaletteIndices FreeImage_SwapPaletteIndices;
Undocumented in source.
FreeImage_TagToString
da_FreeImage_TagToString FreeImage_TagToString;
Undocumented in source.
FreeImage_TellMemory
da_FreeImage_TellMemory FreeImage_TellMemory;
Undocumented in source.
FreeImage_Threshold
da_FreeImage_Threshold FreeImage_Threshold;
Undocumented in source.
FreeImage_TmoDrago03
da_FreeImage_TmoDrago03 FreeImage_TmoDrago03;
Undocumented in source.
FreeImage_TmoFattal02
da_FreeImage_TmoFattal02 FreeImage_TmoFattal02;
Undocumented in source.
FreeImage_TmoReinhard05
da_FreeImage_TmoReinhard05 FreeImage_TmoReinhard05;
Undocumented in source.
FreeImage_TmoReinhard05Ex
da_FreeImage_TmoReinhard05Ex FreeImage_TmoReinhard05Ex;
Undocumented in source.
FreeImage_ToneMapping
da_FreeImage_ToneMapping FreeImage_ToneMapping;
Undocumented in source.
FreeImage_Unload
da_FreeImage_Unload FreeImage_Unload;
Undocumented in source.
FreeImage_UnlockPage
da_FreeImage_UnlockPage FreeImage_UnlockPage;
Undocumented in source.
FreeImage_WriteMemory
da_FreeImage_WriteMemory FreeImage_WriteMemory;
Undocumented in source.
FreeImage_ZLibCRC32
da_FreeImage_ZLibCRC32 FreeImage_ZLibCRC32;
Undocumented in source.
FreeImage_ZLibCompress
da_FreeImage_ZLibCompress FreeImage_ZLibCompress;
Undocumented in source.
FreeImage_ZLibGUnzip
da_FreeImage_ZLibGUnzip FreeImage_ZLibGUnzip;
Undocumented in source.
FreeImage_ZLibGZip
da_FreeImage_ZLibGZip FreeImage_ZLibGZip;
Undocumented in source.
FreeImage_ZLibUncompress
da_FreeImage_ZLibUncompress FreeImage_ZLibUncompress;
Undocumented in source.

Meta