- pFreeImage_AcquireMemory
alias pFreeImage_AcquireMemory = BOOL function(FIMEMORY*, BYTE**, DWORD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_AdjustBrightness
alias pFreeImage_AdjustBrightness = BOOL function(FIBITMAP*, double)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_AdjustColors
alias pFreeImage_AdjustColors = BOOL function(FIBITMAP*, double, double, double, 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.
- pFreeImage_AdjustContrast
alias pFreeImage_AdjustContrast = BOOL function(FIBITMAP*, double)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_AdjustCurve
alias pFreeImage_AdjustCurve = BOOL function(FIBITMAP*, BYTE* LUT, FREE_IMAGE_COLOR_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.
- pFreeImage_AdjustGamma
alias pFreeImage_AdjustGamma = BOOL function(FIBITMAP*, double)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_Allocate
alias pFreeImage_Allocate = FIBITMAP* function(int, int, int, 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.
- pFreeImage_AllocateEx
alias pFreeImage_AllocateEx = FIBITMAP* function(int, int, int, const(RGBQUAD)*, 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.
- pFreeImage_AllocateExT
alias pFreeImage_AllocateExT = FIBITMAP* function(FREE_IMAGE_TYPE, int, int, int, const(void*), 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.
- pFreeImage_AllocateT
alias pFreeImage_AllocateT = FIBITMAP* function(FREE_IMAGE_TYPE type, int, int, 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.
- pFreeImage_AppendPage
alias pFreeImage_AppendPage = void function(FIMULTIBITMAP*, 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.
- pFreeImage_ApplyColorMapping
alias pFreeImage_ApplyColorMapping = uint function(FIBITMAP*, RGBQUAD*, RGBQUAD*, uint, BOOL, BOOL)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ApplyPaletteIndexMapping
alias pFreeImage_ApplyPaletteIndexMapping = uint function(FIBITMAP*, BYTE*, BYTE*, uint, BOOL)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_Clone
alias pFreeImage_Clone = 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.
- pFreeImage_CloneMetadata
alias pFreeImage_CloneMetadata = BOOL function(FIBITMAP*, 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.
- pFreeImage_CloneTag
alias pFreeImage_CloneTag = FITAG* function(FITAG*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_CloseMemory
alias pFreeImage_CloseMemory = void function(FIMEMORY*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_CloseMultiBitmap
alias pFreeImage_CloseMultiBitmap = BOOL function(FIMULTIBITMAP*, 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.
- pFreeImage_ColorQuantize
alias pFreeImage_ColorQuantize = FIBITMAP* function(FIBITMAP*, FREE_IMAGE_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.
- pFreeImage_ColorQuantizeEx
alias pFreeImage_ColorQuantizeEx = FIBITMAP* function(FIBITMAP*, 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.
- pFreeImage_Composite
alias pFreeImage_Composite = FIBITMAP* function(FIBITMAP*, 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.
- pFreeImage_ConvertFromRawBits
alias pFreeImage_ConvertFromRawBits = FIBITMAP* function(BYTE*, 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.
- pFreeImage_ConvertFromRawBitsEx
alias pFreeImage_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.
- pFreeImage_ConvertLine16To24_555
alias pFreeImage_ConvertLine16To24_555 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine16To24_565
alias pFreeImage_ConvertLine16To24_565 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine16To32_555
alias pFreeImage_ConvertLine16To32_555 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine16To32_565
alias pFreeImage_ConvertLine16To32_565 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine16To4_555
alias pFreeImage_ConvertLine16To4_555 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine16To4_565
alias pFreeImage_ConvertLine16To4_565 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine16To8_555
alias pFreeImage_ConvertLine16To8_555 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine16To8_565
alias pFreeImage_ConvertLine16To8_565 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine16_555_To16_565
alias pFreeImage_ConvertLine16_555_To16_565 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine16_565_To16_555
alias pFreeImage_ConvertLine16_565_To16_555 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine1To16_555
alias pFreeImage_ConvertLine1To16_555 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine1To16_565
alias pFreeImage_ConvertLine1To16_565 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine1To24
alias pFreeImage_ConvertLine1To24 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine1To32
alias pFreeImage_ConvertLine1To32 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine1To32MapTransparency
alias pFreeImage_ConvertLine1To32MapTransparency = void function(BYTE*, BYTE*, int, RGBQUAD*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine1To4
alias pFreeImage_ConvertLine1To4 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine1To8
alias pFreeImage_ConvertLine1To8 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine24To16_555
alias pFreeImage_ConvertLine24To16_555 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine24To16_565
alias pFreeImage_ConvertLine24To16_565 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine24To32
alias pFreeImage_ConvertLine24To32 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine24To4
alias pFreeImage_ConvertLine24To4 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine24To8
alias pFreeImage_ConvertLine24To8 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine32To16_555
alias pFreeImage_ConvertLine32To16_555 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine32To16_565
alias pFreeImage_ConvertLine32To16_565 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine32To24
alias pFreeImage_ConvertLine32To24 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine32To4
alias pFreeImage_ConvertLine32To4 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine32To8
alias pFreeImage_ConvertLine32To8 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine4To16_555
alias pFreeImage_ConvertLine4To16_555 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine4To16_565
alias pFreeImage_ConvertLine4To16_565 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine4To24
alias pFreeImage_ConvertLine4To24 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine4To32
alias pFreeImage_ConvertLine4To32 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine4To32MapTransparency
alias pFreeImage_ConvertLine4To32MapTransparency = void function(BYTE*, BYTE*, int, RGBQUAD*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine4To8
alias pFreeImage_ConvertLine4To8 = void function(BYTE*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine8To16_555
alias pFreeImage_ConvertLine8To16_555 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine8To16_565
alias pFreeImage_ConvertLine8To16_565 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine8To24
alias pFreeImage_ConvertLine8To24 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine8To32
alias pFreeImage_ConvertLine8To32 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine8To32MapTransparency
alias pFreeImage_ConvertLine8To32MapTransparency = void function(BYTE*, BYTE*, int, RGBQUAD*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertLine8To4
alias pFreeImage_ConvertLine8To4 = void function(BYTE*, BYTE*, int, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ConvertTo16Bits555
alias pFreeImage_ConvertTo16Bits555 = 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.
- pFreeImage_ConvertTo16Bits565
alias pFreeImage_ConvertTo16Bits565 = 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.
- pFreeImage_ConvertTo24Bits
alias pFreeImage_ConvertTo24Bits = 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.
- pFreeImage_ConvertTo32Bits
alias pFreeImage_ConvertTo32Bits = 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.
- pFreeImage_ConvertTo4Bits
alias pFreeImage_ConvertTo4Bits = 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.
- pFreeImage_ConvertTo8Bits
alias pFreeImage_ConvertTo8Bits = 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.
- pFreeImage_ConvertToFloat
alias pFreeImage_ConvertToFloat = 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.
- pFreeImage_ConvertToGreyscale
alias pFreeImage_ConvertToGreyscale = 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.
- pFreeImage_ConvertToRGB16
alias pFreeImage_ConvertToRGB16 = 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.
- pFreeImage_ConvertToRGBA16
alias pFreeImage_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.
- pFreeImage_ConvertToRGBAF
alias pFreeImage_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.
- pFreeImage_ConvertToRGBF
alias pFreeImage_ConvertToRGBF = 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.
- pFreeImage_ConvertToRawBits
alias pFreeImage_ConvertToRawBits = void function(BYTE*, FIBITMAP*, 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.
- pFreeImage_ConvertToStandardType
alias pFreeImage_ConvertToStandardType = FIBITMAP* function(FIBITMAP*, 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.
- pFreeImage_ConvertToType
alias pFreeImage_ConvertToType = FIBITMAP* function(FIBITMAP*, FREE_IMAGE_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.
- pFreeImage_ConvertToUINT16
alias pFreeImage_ConvertToUINT16 = 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.
- pFreeImage_Copy
alias pFreeImage_Copy = FIBITMAP* function(FIBITMAP*, int, int, int, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_CreateICCProfile
alias pFreeImage_CreateICCProfile = FIICCPROFILE* function(FIBITMAP*, void*, c_long)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_CreateTag
alias pFreeImage_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.
- pFreeImage_CreateView
alias pFreeImage_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.
- pFreeImage_DeInitialise
alias pFreeImage_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.
- pFreeImage_DeletePage
alias pFreeImage_DeletePage = void function(FIMULTIBITMAP*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_DeleteTag
alias pFreeImage_DeleteTag = void function(FITAG*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_DestroyICCProfile
alias pFreeImage_DestroyICCProfile = void 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.
- pFreeImage_Dither
alias pFreeImage_Dither = FIBITMAP* function(FIBITMAP*, FREE_IMAGE_DITHER)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_EnlargeCanvas
alias pFreeImage_EnlargeCanvas = FIBITMAP* function(FIBITMAP*, int, int, int, int, const(void*), 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.
- pFreeImage_FIFSupportsExportBPP
alias pFreeImage_FIFSupportsExportBPP = BOOL function(FREE_IMAGE_FORMAT, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_FIFSupportsExportType
alias pFreeImage_FIFSupportsExportType = BOOL function(FREE_IMAGE_FORMAT, FREE_IMAGE_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.
- pFreeImage_FIFSupportsICCProfiles
alias pFreeImage_FIFSupportsICCProfiles = BOOL function(FREE_IMAGE_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.
- pFreeImage_FIFSupportsNoPixels
alias pFreeImage_FIFSupportsNoPixels = BOOL function(FREE_IMAGE_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.
- pFreeImage_FIFSupportsReading
alias pFreeImage_FIFSupportsReading = BOOL function(FREE_IMAGE_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.
- pFreeImage_FIFSupportsWriting
alias pFreeImage_FIFSupportsWriting = BOOL function(FREE_IMAGE_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.
- pFreeImage_FillBackground
alias pFreeImage_FillBackground = BOOL function(FIBITMAP*, const(void*), 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.
- pFreeImage_FindCloseMetadata
alias pFreeImage_FindCloseMetadata = void function(FIMETADATA*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_FindFirstMetadata
alias pFreeImage_FindFirstMetadata = FIMETADATA* function(FREE_IMAGE_MDMODEL, FIBITMAP*, FITAG**)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_FindNextMetadata
alias pFreeImage_FindNextMetadata = BOOL function(FIMETADATA*, FITAG**)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_FlipHorizontal
alias pFreeImage_FlipHorizontal = BOOL 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.
- pFreeImage_FlipVertical
alias pFreeImage_FlipVertical = BOOL 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.
- pFreeImage_GetAdjustColorsLookupTable
alias pFreeImage_GetAdjustColorsLookupTable = int function(BYTE* LUT, double, double, double, BOOL)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetBPP
alias pFreeImage_GetBPP = 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.
- pFreeImage_GetBackgroundColor
alias pFreeImage_GetBackgroundColor = BOOL function(FIBITMAP*, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetBits
alias pFreeImage_GetBits = BYTE* 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.
- pFreeImage_GetBlueMask
alias pFreeImage_GetBlueMask = 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.
- pFreeImage_GetChannel
alias pFreeImage_GetChannel = FIBITMAP* function(FIBITMAP*, FREE_IMAGE_COLOR_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.
- pFreeImage_GetColorType
alias pFreeImage_GetColorType = FREE_IMAGE_COLOR_TYPE 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.
- pFreeImage_GetColorsUsed
alias pFreeImage_GetColorsUsed = 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.
- pFreeImage_GetComplexChannel
alias pFreeImage_GetComplexChannel = FIBITMAP* function(FIBITMAP*, FREE_IMAGE_COLOR_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.
- pFreeImage_GetCopyrightMessage
alias pFreeImage_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.
- pFreeImage_GetDIBSize
alias pFreeImage_GetDIBSize = 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.
- pFreeImage_GetDotsPerMeterX
alias pFreeImage_GetDotsPerMeterX = 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.
- pFreeImage_GetDotsPerMeterY
alias pFreeImage_GetDotsPerMeterY = 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.
- pFreeImage_GetFIFCount
alias pFreeImage_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.
- pFreeImage_GetFIFDescription
alias pFreeImage_GetFIFDescription = const(char)* function(FREE_IMAGE_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.
- pFreeImage_GetFIFExtensionList
alias pFreeImage_GetFIFExtensionList = const(char)* function(FREE_IMAGE_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.
- pFreeImage_GetFIFFromFilename
alias pFreeImage_GetFIFFromFilename = FREE_IMAGE_FORMAT function(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.
- pFreeImage_GetFIFFromFilenameU
alias pFreeImage_GetFIFFromFilenameU = FREE_IMAGE_FORMAT function(const(wchar_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.
- pFreeImage_GetFIFFromFormat
alias pFreeImage_GetFIFFromFormat = FREE_IMAGE_FORMAT function(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.
- pFreeImage_GetFIFFromMime
alias pFreeImage_GetFIFFromMime = FREE_IMAGE_FORMAT function(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.
- pFreeImage_GetFIFMimeType
alias pFreeImage_GetFIFMimeType = const(char)* function(FREE_IMAGE_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.
- pFreeImage_GetFIFRegExpr
alias pFreeImage_GetFIFRegExpr = const(char)* function(FREE_IMAGE_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.
- pFreeImage_GetFileType
alias pFreeImage_GetFileType = FREE_IMAGE_FORMAT function(const(char)*, 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.
- pFreeImage_GetFileTypeFromHandle
alias pFreeImage_GetFileTypeFromHandle = FREE_IMAGE_FORMAT function(FreeImageIO*, fi_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.
- pFreeImage_GetFileTypeFromMemory
alias pFreeImage_GetFileTypeFromMemory = FREE_IMAGE_FORMAT function(FIMEMORY*, 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.
- pFreeImage_GetFileTypeU
alias pFreeImage_GetFileTypeU = FREE_IMAGE_FORMAT function(const(wchar_t)*, 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.
- pFreeImage_GetFormatFromFIF
alias pFreeImage_GetFormatFromFIF = const(char)* function(FREE_IMAGE_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.
- pFreeImage_GetGreenMask
alias pFreeImage_GetGreenMask = 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.
- pFreeImage_GetHeight
alias pFreeImage_GetHeight = 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.
- pFreeImage_GetHistogram
alias pFreeImage_GetHistogram = BOOL function(FIBITMAP*, DWORD*, 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.
- pFreeImage_GetICCProfile
alias pFreeImage_GetICCProfile = FIICCPROFILE* 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.
- pFreeImage_GetImageType
alias pFreeImage_GetImageType = FREE_IMAGE_TYPE 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.
- pFreeImage_GetInfo
alias pFreeImage_GetInfo = BITMAPINFO* 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.
- pFreeImage_GetInfoHeader
alias pFreeImage_GetInfoHeader = BITMAPINFOHEADER* 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.
- pFreeImage_GetLine
alias pFreeImage_GetLine = 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.
- pFreeImage_GetLockedPageNumbers
alias pFreeImage_GetLockedPageNumbers = BOOL function(FIMULTIBITMAP*, int*, int*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetMemorySize
alias pFreeImage_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.
- pFreeImage_GetMetadata
alias pFreeImage_GetMetadata = BOOL function(FREE_IMAGE_MDMODEL, FIBITMAP*, const(char)*, FITAG**)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetMetadataCount
alias pFreeImage_GetMetadataCount = uint function(FREE_IMAGE_MDMODEL, 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.
- pFreeImage_GetPageCount
alias pFreeImage_GetPageCount = int function(FIMULTIBITMAP*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetPalette
alias pFreeImage_GetPalette = RGBQUAD* 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.
- pFreeImage_GetPitch
alias pFreeImage_GetPitch = 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.
- pFreeImage_GetPixelColor
alias pFreeImage_GetPixelColor = BOOL function(FIBITMAP*, uint, uint, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetPixelIndex
alias pFreeImage_GetPixelIndex = BOOL function(FIBITMAP*, uint, uint, BYTE*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetRedMask
alias pFreeImage_GetRedMask = 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.
- pFreeImage_GetScanLine
alias pFreeImage_GetScanLine = BYTE* function(FIBITMAP*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetTagCount
alias pFreeImage_GetTagCount = DWORD function(FITAG*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetTagDescription
alias pFreeImage_GetTagDescription = const(char)* function(FITAG*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetTagID
alias pFreeImage_GetTagID = WORD function(FITAG*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetTagKey
alias pFreeImage_GetTagKey = const(char)* function(FITAG*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetTagLength
alias pFreeImage_GetTagLength = DWORD function(FITAG*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetTagType
alias pFreeImage_GetTagType = FREE_IMAGE_MDTYPE function(FITAG*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetTagValue
alias pFreeImage_GetTagValue = const(void)* function(FITAG*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_GetThumbnail
alias pFreeImage_GetThumbnail = 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.
- pFreeImage_GetTransparencyCount
alias pFreeImage_GetTransparencyCount = 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.
- pFreeImage_GetTransparencyTable
alias pFreeImage_GetTransparencyTable = BYTE* 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.
- pFreeImage_GetTransparentIndex
alias pFreeImage_GetTransparentIndex = int 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.
- pFreeImage_GetVersion
alias pFreeImage_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.
- pFreeImage_GetWidth
alias pFreeImage_GetWidth = 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.
- pFreeImage_HasBackgroundColor
alias pFreeImage_HasBackgroundColor = BOOL 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.
- pFreeImage_HasPixels
alias pFreeImage_HasPixels = BOOL 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.
- pFreeImage_Initialise
alias pFreeImage_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.
- pFreeImage_InsertPage
alias pFreeImage_InsertPage = void function(FIMULTIBITMAP*, int, 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.
- pFreeImage_Invert
alias pFreeImage_Invert = BOOL 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.
- pFreeImage_IsLittleEndian
alias pFreeImage_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.
- pFreeImage_IsPluginEnabled
alias pFreeImage_IsPluginEnabled = int function(FREE_IMAGE_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.
- pFreeImage_IsTransparent
alias pFreeImage_IsTransparent = BOOL 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.
- pFreeImage_JPEGCrop
alias pFreeImage_JPEGCrop = BOOL function(const(char)*, const(char)*, int, int, int, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_JPEGCropU
alias pFreeImage_JPEGCropU = BOOL function(const(wchar_t)*, const(wchar_t)*, int, int, int, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_JPEGTransform
alias pFreeImage_JPEGTransform = BOOL function(const(char)*, const(char)*, FREE_IMAGE_JPEG_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.
- pFreeImage_JPEGTransformCombined
alias pFreeImage_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.
- pFreeImage_JPEGTransformCombinedFromMemory
alias pFreeImage_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.
- pFreeImage_JPEGTransformCombinedU
alias pFreeImage_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.
- pFreeImage_JPEGTransformFromHandle
alias pFreeImage_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.
- pFreeImage_JPEGTransformU
alias pFreeImage_JPEGTransformU = BOOL function(const(wchar_t)*, const(wchar_t)*, FREE_IMAGE_JPEG_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.
- pFreeImage_Load
alias pFreeImage_Load = FIBITMAP* function(FREE_IMAGE_FORMAT, const(char)*, 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.
- pFreeImage_LoadFromHandle
alias pFreeImage_LoadFromHandle = FIBITMAP* function(FREE_IMAGE_FORMAT, FreeImageIO*, fi_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.
- pFreeImage_LoadFromMemory
alias pFreeImage_LoadFromMemory = FIBITMAP* function(FREE_IMAGE_FORMAT, FIMEMORY*, 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.
- pFreeImage_LoadMultiBitmapFromMemory
alias pFreeImage_LoadMultiBitmapFromMemory = FIMULTIBITMAP* function(FREE_IMAGE_FORMAT, FIMEMORY*, 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.
- pFreeImage_LoadU
alias pFreeImage_LoadU = FIBITMAP* function(FREE_IMAGE_FORMAT, const(wchar_t)*, 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.
- pFreeImage_LockPage
alias pFreeImage_LockPage = FIBITMAP* function(FIMULTIBITMAP*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_LookupSVGColor
alias pFreeImage_LookupSVGColor = BOOL function(const(char)*, BYTE*, BYTE*, BYTE*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_LookupX11Color
alias pFreeImage_LookupX11Color = BOOL function(const(char)*, BYTE*, BYTE*, BYTE*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_MakeThumbnail
alias pFreeImage_MakeThumbnail = FIBITMAP* function(FIBITMAP*, int, 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.
- pFreeImage_MovePage
alias pFreeImage_MovePage = BOOL function(FIMULTIBITMAP*, int, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_MultigridPoissonSolver
alias pFreeImage_MultigridPoissonSolver = FIBITMAP* function(FIBITMAP*, 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.
- pFreeImage_OpenMemory
alias pFreeImage_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.
- pFreeImage_OpenMultiBitmap
alias pFreeImage_OpenMultiBitmap = FIMULTIBITMAP* function(FREE_IMAGE_FORMAT, const(char)*, BOOL, BOOL, 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.
- pFreeImage_OpenMultiBitmapFromHandle
alias pFreeImage_OpenMultiBitmapFromHandle = FIMULTIBITMAP* function(FREE_IMAGE_FORMAT, FreeImageIO*, fi_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.
- pFreeImage_OutputMessageProc
alias pFreeImage_OutputMessageProc = void function(int, 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.
- pFreeImage_Paste
alias pFreeImage_Paste = BOOL function(FIBITMAP*, FIBITMAP*, int, int, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_PreMultiplyWithAlpha
alias pFreeImage_PreMultiplyWithAlpha = BOOL 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.
- pFreeImage_ReadMemory
alias pFreeImage_ReadMemory = uint function(void*, uint, uint, FIMEMORY*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_RegisterExternalPlugin
alias pFreeImage_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.
- pFreeImage_RegisterLocalPlugin
alias pFreeImage_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.
- pFreeImage_Rescale
alias pFreeImage_Rescale = FIBITMAP* function(FIBITMAP*, int, int, FREE_IMAGE_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.
- pFreeImage_RescaleRect
alias pFreeImage_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.
- pFreeImage_Rotate
alias pFreeImage_Rotate = FIBITMAP* function(FIBITMAP*, double, const(void*) = 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.
- pFreeImage_RotateEx
alias pFreeImage_RotateEx = FIBITMAP* function(FIBITMAP*, double, double, double, double, double, BOOL)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_Save
alias pFreeImage_Save = BOOL function(FREE_IMAGE_FORMAT, FIBITMAP*, const(char)*, 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.
- pFreeImage_SaveMultiBitmapToHandle
alias pFreeImage_SaveMultiBitmapToHandle = BOOL function(FREE_IMAGE_FORMAT, FIMULTIBITMAP* bitmap, FreeImageIO*, fi_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.
- pFreeImage_SaveMultiBitmapToMemory
alias pFreeImage_SaveMultiBitmapToMemory = BOOL function(FREE_IMAGE_FORMAT, FIMULTIBITMAP*, FIMEMORY*, 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.
- pFreeImage_SaveToHandle
alias pFreeImage_SaveToHandle = BOOL function(FREE_IMAGE_FORMAT, FIBITMAP*, FreeImageIO*, fi_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.
- pFreeImage_SaveToMemory
alias pFreeImage_SaveToMemory = BOOL function(FREE_IMAGE_FORMAT, FIBITMAP*, FIMEMORY*, 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.
- pFreeImage_SaveU
alias pFreeImage_SaveU = BOOL function(FREE_IMAGE_FORMAT, FIBITMAP*, const(wchar_t)*, 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.
- pFreeImage_SeekMemory
alias pFreeImage_SeekMemory = BOOL function(FIMEMORY*, c_long, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetBackgroundColor
alias pFreeImage_SetBackgroundColor = BOOL function(FIBITMAP*, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetChannel
alias pFreeImage_SetChannel = BOOL function(FIBITMAP*, FIBITMAP*, FREE_IMAGE_COLOR_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.
- pFreeImage_SetComplexChannel
alias pFreeImage_SetComplexChannel = BOOL function(FIBITMAP*, FIBITMAP*, FREE_IMAGE_COLOR_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.
- pFreeImage_SetDotsPerMeterX
alias pFreeImage_SetDotsPerMeterX = void function(FIBITMAP*, 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.
- pFreeImage_SetDotsPerMeterY
alias pFreeImage_SetDotsPerMeterY = void function(FIBITMAP*, 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.
- pFreeImage_SetMetadata
alias pFreeImage_SetMetadata = BOOL function(FREE_IMAGE_MDMODEL, FIBITMAP*, const(char)*, FITAG*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetMetadataKeyValue
alias pFreeImage_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.
- pFreeImage_SetOutputMessage
alias pFreeImage_SetOutputMessage = void function(FreeImage_OutputMessageFunction)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetOutputMessageStdCall
alias pFreeImage_SetOutputMessageStdCall = void function(FreeImage_OutputMessageFunctionStdCall)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetPixelColor
alias pFreeImage_SetPixelColor = BOOL function(FIBITMAP*, uint, uint, RGBQUAD*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetPixelIndex
alias pFreeImage_SetPixelIndex = BOOL function(FIBITMAP*, uint, uint, BYTE*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetPluginEnabled
alias pFreeImage_SetPluginEnabled = int function(FREE_IMAGE_FORMAT, BOOL)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetTagCount
alias pFreeImage_SetTagCount = BOOL function(FITAG*, DWORD)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetTagDescription
alias pFreeImage_SetTagDescription = BOOL function(FITAG*, 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.
- pFreeImage_SetTagID
alias pFreeImage_SetTagID = BOOL function(FITAG*, WORD)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetTagKey
alias pFreeImage_SetTagKey = BOOL function(FITAG*, 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.
- pFreeImage_SetTagLength
alias pFreeImage_SetTagLength = BOOL function(FITAG*, DWORD)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetTagType
alias pFreeImage_SetTagType = BOOL function(FITAG*, FREE_IMAGE_MDTYPE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetTagValue
alias pFreeImage_SetTagValue = BOOL function(FITAG*, const(void)*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetThumbnail
alias pFreeImage_SetThumbnail = BOOL function(FIBITMAP*, 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.
- pFreeImage_SetTransparencyTable
alias pFreeImage_SetTransparencyTable = void function(FIBITMAP*, BYTE*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetTransparent
alias pFreeImage_SetTransparent = void function(FIBITMAP*, BOOL)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SetTransparentIndex
alias pFreeImage_SetTransparentIndex = void function(FIBITMAP*, int)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SwapColors
alias pFreeImage_SwapColors = uint function(FIBITMAP*, RGBQUAD*, RGBQUAD*, BOOL)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_SwapPaletteIndices
alias pFreeImage_SwapPaletteIndices = uint function(FIBITMAP*, BYTE*, BYTE*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_TagToString
alias pFreeImage_TagToString = const(char)* function(FREE_IMAGE_MDMODEL, FITAG*, 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.
- pFreeImage_TellMemory
alias pFreeImage_TellMemory = c_long function(FIMEMORY*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_Threshold
alias pFreeImage_Threshold = FIBITMAP* function(FIBITMAP*, BYTE)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_TmoDrago03
alias pFreeImage_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.
- pFreeImage_TmoFattal02
alias pFreeImage_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.
- pFreeImage_TmoReinhard05
alias pFreeImage_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.
- pFreeImage_TmoReinhard05Ex
alias pFreeImage_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.
- pFreeImage_ToneMapping
alias pFreeImage_ToneMapping = FIBITMAP* function(FIBITMAP*, FREE_IMAGE_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.
- pFreeImage_Unload
alias pFreeImage_Unload = void 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.
- pFreeImage_UnlockPage
alias pFreeImage_UnlockPage = void function(FIMULTIBITMAP*, FIBITMAP*, BOOL)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_Validate
alias pFreeImage_Validate = BOOL function(FREE_IMAGE_FORMAT, 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.
- pFreeImage_ValidateFromHandle
alias pFreeImage_ValidateFromHandle = BOOL function(FREE_IMAGE_FORMAT, FreeImageIO*, fi_handle)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ValidateFromMemory
alias pFreeImage_ValidateFromMemory = BOOL function(FREE_IMAGE_FORMAT, FIMEMORY)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ValidateU
alias pFreeImage_ValidateU = BOOL function(FREE_IMAGE_FORMAT, const(wchar_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.
- pFreeImage_WriteMemory
alias pFreeImage_WriteMemory = uint function(const(void*), uint, uint, FIMEMORY*)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ZLibCRC32
alias pFreeImage_ZLibCRC32 = DWORD function(DWORD, BYTE*, DWORD)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ZLibCompress
alias pFreeImage_ZLibCompress = DWORD function(BYTE*, DWORD, BYTE*, DWORD)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ZLibGUnzip
alias pFreeImage_ZLibGUnzip = DWORD function(BYTE*, DWORD, BYTE*, DWORD)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ZLibGZip
alias pFreeImage_ZLibGZip = DWORD function(BYTE*, DWORD, BYTE*, DWORD)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- pFreeImage_ZLibUncompress
alias pFreeImage_ZLibUncompress = DWORD function(BYTE*, DWORD, BYTE*, DWORD)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- FreeImage_AcquireMemory
pFreeImage_AcquireMemory FreeImage_AcquireMemory;
Undocumented in source.
- FreeImage_AdjustBrightness
pFreeImage_AdjustBrightness FreeImage_AdjustBrightness;
Undocumented in source.
- FreeImage_AdjustColors
pFreeImage_AdjustColors FreeImage_AdjustColors;
Undocumented in source.
- FreeImage_AdjustContrast
pFreeImage_AdjustContrast FreeImage_AdjustContrast;
Undocumented in source.
- FreeImage_AdjustCurve
pFreeImage_AdjustCurve FreeImage_AdjustCurve;
Undocumented in source.
- FreeImage_AdjustGamma
pFreeImage_AdjustGamma FreeImage_AdjustGamma;
Undocumented in source.
- FreeImage_Allocate
pFreeImage_Allocate FreeImage_Allocate;
Undocumented in source.
- FreeImage_AllocateEx
pFreeImage_AllocateEx FreeImage_AllocateEx;
Undocumented in source.
- FreeImage_AllocateExT
pFreeImage_AllocateExT FreeImage_AllocateExT;
Undocumented in source.
- FreeImage_AllocateT
pFreeImage_AllocateT FreeImage_AllocateT;
Undocumented in source.
- FreeImage_AppendPage
pFreeImage_AppendPage FreeImage_AppendPage;
Undocumented in source.
- FreeImage_ApplyColorMapping
pFreeImage_ApplyColorMapping FreeImage_ApplyColorMapping;
Undocumented in source.
- FreeImage_ApplyPaletteIndexMapping
pFreeImage_ApplyPaletteIndexMapping FreeImage_ApplyPaletteIndexMapping;
Undocumented in source.
- FreeImage_Clone
pFreeImage_Clone FreeImage_Clone;
Undocumented in source.
- FreeImage_CloneMetadata
pFreeImage_CloneMetadata FreeImage_CloneMetadata;
Undocumented in source.
- FreeImage_CloneTag
pFreeImage_CloneTag FreeImage_CloneTag;
Undocumented in source.
- FreeImage_CloseMemory
pFreeImage_CloseMemory FreeImage_CloseMemory;
Undocumented in source.
- FreeImage_CloseMultiBitmap
pFreeImage_CloseMultiBitmap FreeImage_CloseMultiBitmap;
Undocumented in source.
- FreeImage_ColorQuantize
pFreeImage_ColorQuantize FreeImage_ColorQuantize;
Undocumented in source.
- FreeImage_ColorQuantizeEx
pFreeImage_ColorQuantizeEx FreeImage_ColorQuantizeEx;
Undocumented in source.
- FreeImage_Composite
pFreeImage_Composite FreeImage_Composite;
Undocumented in source.
- FreeImage_ConvertFromRawBits
pFreeImage_ConvertFromRawBits FreeImage_ConvertFromRawBits;
Undocumented in source.
- FreeImage_ConvertFromRawBitsEx
pFreeImage_ConvertFromRawBitsEx FreeImage_ConvertFromRawBitsEx;
Undocumented in source.
- FreeImage_ConvertLine16To24_555
pFreeImage_ConvertLine16To24_555 FreeImage_ConvertLine16To24_555;
Undocumented in source.
- FreeImage_ConvertLine16To24_565
pFreeImage_ConvertLine16To24_565 FreeImage_ConvertLine16To24_565;
Undocumented in source.
- FreeImage_ConvertLine16To32_555
pFreeImage_ConvertLine16To32_555 FreeImage_ConvertLine16To32_555;
Undocumented in source.
- FreeImage_ConvertLine16To32_565
pFreeImage_ConvertLine16To32_565 FreeImage_ConvertLine16To32_565;
Undocumented in source.
- FreeImage_ConvertLine16To4_555
pFreeImage_ConvertLine16To4_555 FreeImage_ConvertLine16To4_555;
Undocumented in source.
- FreeImage_ConvertLine16To4_565
pFreeImage_ConvertLine16To4_565 FreeImage_ConvertLine16To4_565;
Undocumented in source.
- FreeImage_ConvertLine16To8_555
pFreeImage_ConvertLine16To8_555 FreeImage_ConvertLine16To8_555;
Undocumented in source.
- FreeImage_ConvertLine16To8_565
pFreeImage_ConvertLine16To8_565 FreeImage_ConvertLine16To8_565;
Undocumented in source.
- FreeImage_ConvertLine16_555_To16_565
pFreeImage_ConvertLine16_555_To16_565 FreeImage_ConvertLine16_555_To16_565;
Undocumented in source.
- FreeImage_ConvertLine16_565_To16_555
pFreeImage_ConvertLine16_565_To16_555 FreeImage_ConvertLine16_565_To16_555;
Undocumented in source.
- FreeImage_ConvertLine1To16_555
pFreeImage_ConvertLine1To16_555 FreeImage_ConvertLine1To16_555;
Undocumented in source.
- FreeImage_ConvertLine1To16_565
pFreeImage_ConvertLine1To16_565 FreeImage_ConvertLine1To16_565;
Undocumented in source.
- FreeImage_ConvertLine1To24
pFreeImage_ConvertLine1To24 FreeImage_ConvertLine1To24;
Undocumented in source.
- FreeImage_ConvertLine1To32
pFreeImage_ConvertLine1To32 FreeImage_ConvertLine1To32;
Undocumented in source.
- FreeImage_ConvertLine1To32MapTransparency
pFreeImage_ConvertLine1To32MapTransparency FreeImage_ConvertLine1To32MapTransparency;
Undocumented in source.
- FreeImage_ConvertLine1To4
pFreeImage_ConvertLine1To4 FreeImage_ConvertLine1To4;
Undocumented in source.
- FreeImage_ConvertLine1To8
pFreeImage_ConvertLine1To8 FreeImage_ConvertLine1To8;
Undocumented in source.
- FreeImage_ConvertLine24To16_555
pFreeImage_ConvertLine24To16_555 FreeImage_ConvertLine24To16_555;
Undocumented in source.
- FreeImage_ConvertLine24To16_565
pFreeImage_ConvertLine24To16_565 FreeImage_ConvertLine24To16_565;
Undocumented in source.
- FreeImage_ConvertLine24To32
pFreeImage_ConvertLine24To32 FreeImage_ConvertLine24To32;
Undocumented in source.
- FreeImage_ConvertLine24To4
pFreeImage_ConvertLine24To4 FreeImage_ConvertLine24To4;
Undocumented in source.
- FreeImage_ConvertLine24To8
pFreeImage_ConvertLine24To8 FreeImage_ConvertLine24To8;
Undocumented in source.
- FreeImage_ConvertLine32To16_555
pFreeImage_ConvertLine32To16_555 FreeImage_ConvertLine32To16_555;
Undocumented in source.
- FreeImage_ConvertLine32To16_565
pFreeImage_ConvertLine32To16_565 FreeImage_ConvertLine32To16_565;
Undocumented in source.
- FreeImage_ConvertLine32To24
pFreeImage_ConvertLine32To24 FreeImage_ConvertLine32To24;
Undocumented in source.
- FreeImage_ConvertLine32To4
pFreeImage_ConvertLine32To4 FreeImage_ConvertLine32To4;
Undocumented in source.
- FreeImage_ConvertLine32To8
pFreeImage_ConvertLine32To8 FreeImage_ConvertLine32To8;
Undocumented in source.
- FreeImage_ConvertLine4To16_555
pFreeImage_ConvertLine4To16_555 FreeImage_ConvertLine4To16_555;
Undocumented in source.
- FreeImage_ConvertLine4To16_565
pFreeImage_ConvertLine4To16_565 FreeImage_ConvertLine4To16_565;
Undocumented in source.
- FreeImage_ConvertLine4To24
pFreeImage_ConvertLine4To24 FreeImage_ConvertLine4To24;
Undocumented in source.
- FreeImage_ConvertLine4To32
pFreeImage_ConvertLine4To32 FreeImage_ConvertLine4To32;
Undocumented in source.
- FreeImage_ConvertLine4To32MapTransparency
pFreeImage_ConvertLine4To32MapTransparency FreeImage_ConvertLine4To32MapTransparency;
Undocumented in source.
- FreeImage_ConvertLine4To8
pFreeImage_ConvertLine4To8 FreeImage_ConvertLine4To8;
Undocumented in source.
- FreeImage_ConvertLine8To16_555
pFreeImage_ConvertLine8To16_555 FreeImage_ConvertLine8To16_555;
Undocumented in source.
- FreeImage_ConvertLine8To16_565
pFreeImage_ConvertLine8To16_565 FreeImage_ConvertLine8To16_565;
Undocumented in source.
- FreeImage_ConvertLine8To24
pFreeImage_ConvertLine8To24 FreeImage_ConvertLine8To24;
Undocumented in source.
- FreeImage_ConvertLine8To32
pFreeImage_ConvertLine8To32 FreeImage_ConvertLine8To32;
Undocumented in source.
- FreeImage_ConvertLine8To32MapTransparency
pFreeImage_ConvertLine8To32MapTransparency FreeImage_ConvertLine8To32MapTransparency;
Undocumented in source.
- FreeImage_ConvertLine8To4
pFreeImage_ConvertLine8To4 FreeImage_ConvertLine8To4;
Undocumented in source.
- FreeImage_ConvertTo16Bits555
pFreeImage_ConvertTo16Bits555 FreeImage_ConvertTo16Bits555;
Undocumented in source.
- FreeImage_ConvertTo16Bits565
pFreeImage_ConvertTo16Bits565 FreeImage_ConvertTo16Bits565;
Undocumented in source.
- FreeImage_ConvertTo24Bits
pFreeImage_ConvertTo24Bits FreeImage_ConvertTo24Bits;
Undocumented in source.
- FreeImage_ConvertTo32Bits
pFreeImage_ConvertTo32Bits FreeImage_ConvertTo32Bits;
Undocumented in source.
- FreeImage_ConvertTo4Bits
pFreeImage_ConvertTo4Bits FreeImage_ConvertTo4Bits;
Undocumented in source.
- FreeImage_ConvertTo8Bits
pFreeImage_ConvertTo8Bits FreeImage_ConvertTo8Bits;
Undocumented in source.
- FreeImage_ConvertToFloat
pFreeImage_ConvertToFloat FreeImage_ConvertToFloat;
Undocumented in source.
- FreeImage_ConvertToGreyscale
pFreeImage_ConvertToGreyscale FreeImage_ConvertToGreyscale;
Undocumented in source.
- FreeImage_ConvertToRGB16
pFreeImage_ConvertToRGB16 FreeImage_ConvertToRGB16;
Undocumented in source.
- FreeImage_ConvertToRGBA16
pFreeImage_ConvertToRGBA16 FreeImage_ConvertToRGBA16;
Undocumented in source.
- FreeImage_ConvertToRGBAF
pFreeImage_ConvertToRGBAF FreeImage_ConvertToRGBAF;
Undocumented in source.
- FreeImage_ConvertToRGBF
pFreeImage_ConvertToRGBF FreeImage_ConvertToRGBF;
Undocumented in source.
- FreeImage_ConvertToRawBits
pFreeImage_ConvertToRawBits FreeImage_ConvertToRawBits;
Undocumented in source.
- FreeImage_ConvertToStandardType
pFreeImage_ConvertToStandardType FreeImage_ConvertToStandardType;
Undocumented in source.
- FreeImage_ConvertToType
pFreeImage_ConvertToType FreeImage_ConvertToType;
Undocumented in source.
- FreeImage_ConvertToUINT16
pFreeImage_ConvertToUINT16 FreeImage_ConvertToUINT16;
Undocumented in source.
- FreeImage_Copy
pFreeImage_Copy FreeImage_Copy;
Undocumented in source.
- FreeImage_CreateICCProfile
pFreeImage_CreateICCProfile FreeImage_CreateICCProfile;
Undocumented in source.
- FreeImage_CreateTag
pFreeImage_CreateTag FreeImage_CreateTag;
Undocumented in source.
- FreeImage_CreateView
pFreeImage_CreateView FreeImage_CreateView;
Undocumented in source.
- FreeImage_DeInitialise
pFreeImage_DeInitialise FreeImage_DeInitialise;
Undocumented in source.
- FreeImage_DeletePage
pFreeImage_DeletePage FreeImage_DeletePage;
Undocumented in source.
- FreeImage_DeleteTag
pFreeImage_DeleteTag FreeImage_DeleteTag;
Undocumented in source.
- FreeImage_DestroyICCProfile
pFreeImage_DestroyICCProfile FreeImage_DestroyICCProfile;
Undocumented in source.
- FreeImage_Dither
pFreeImage_Dither FreeImage_Dither;
Undocumented in source.
- FreeImage_EnlargeCanvas
pFreeImage_EnlargeCanvas FreeImage_EnlargeCanvas;
Undocumented in source.
- FreeImage_FIFSupportsExportBPP
pFreeImage_FIFSupportsExportBPP FreeImage_FIFSupportsExportBPP;
Undocumented in source.
- FreeImage_FIFSupportsExportType
pFreeImage_FIFSupportsExportType FreeImage_FIFSupportsExportType;
Undocumented in source.
- FreeImage_FIFSupportsICCProfiles
pFreeImage_FIFSupportsICCProfiles FreeImage_FIFSupportsICCProfiles;
Undocumented in source.
- FreeImage_FIFSupportsNoPixels
pFreeImage_FIFSupportsNoPixels FreeImage_FIFSupportsNoPixels;
Undocumented in source.
- FreeImage_FIFSupportsReading
pFreeImage_FIFSupportsReading FreeImage_FIFSupportsReading;
Undocumented in source.
- FreeImage_FIFSupportsWriting
pFreeImage_FIFSupportsWriting FreeImage_FIFSupportsWriting;
Undocumented in source.
- FreeImage_FillBackground
pFreeImage_FillBackground FreeImage_FillBackground;
Undocumented in source.
- FreeImage_FindCloseMetadata
pFreeImage_FindCloseMetadata FreeImage_FindCloseMetadata;
Undocumented in source.
- FreeImage_FindFirstMetadata
pFreeImage_FindFirstMetadata FreeImage_FindFirstMetadata;
Undocumented in source.
- FreeImage_FindNextMetadata
pFreeImage_FindNextMetadata FreeImage_FindNextMetadata;
Undocumented in source.
- FreeImage_FlipHorizontal
pFreeImage_FlipHorizontal FreeImage_FlipHorizontal;
Undocumented in source.
- FreeImage_FlipVertical
pFreeImage_FlipVertical FreeImage_FlipVertical;
Undocumented in source.
- FreeImage_GetAdjustColorsLookupTable
pFreeImage_GetAdjustColorsLookupTable FreeImage_GetAdjustColorsLookupTable;
Undocumented in source.
- FreeImage_GetBPP
pFreeImage_GetBPP FreeImage_GetBPP;
Undocumented in source.
- FreeImage_GetBackgroundColor
pFreeImage_GetBackgroundColor FreeImage_GetBackgroundColor;
Undocumented in source.
- FreeImage_GetBits
pFreeImage_GetBits FreeImage_GetBits;
Undocumented in source.
- FreeImage_GetBlueMask
pFreeImage_GetBlueMask FreeImage_GetBlueMask;
Undocumented in source.
- FreeImage_GetChannel
pFreeImage_GetChannel FreeImage_GetChannel;
Undocumented in source.
- FreeImage_GetColorType
pFreeImage_GetColorType FreeImage_GetColorType;
Undocumented in source.
- FreeImage_GetColorsUsed
pFreeImage_GetColorsUsed FreeImage_GetColorsUsed;
Undocumented in source.
- FreeImage_GetComplexChannel
pFreeImage_GetComplexChannel FreeImage_GetComplexChannel;
Undocumented in source.
- FreeImage_GetCopyrightMessage
pFreeImage_GetCopyrightMessage FreeImage_GetCopyrightMessage;
Undocumented in source.
- FreeImage_GetDIBSize
pFreeImage_GetDIBSize FreeImage_GetDIBSize;
Undocumented in source.
- FreeImage_GetDotsPerMeterX
pFreeImage_GetDotsPerMeterX FreeImage_GetDotsPerMeterX;
Undocumented in source.
- FreeImage_GetDotsPerMeterY
pFreeImage_GetDotsPerMeterY FreeImage_GetDotsPerMeterY;
Undocumented in source.
- FreeImage_GetFIFCount
pFreeImage_GetFIFCount FreeImage_GetFIFCount;
Undocumented in source.
- FreeImage_GetFIFDescription
pFreeImage_GetFIFDescription FreeImage_GetFIFDescription;
Undocumented in source.
- FreeImage_GetFIFExtensionList
pFreeImage_GetFIFExtensionList FreeImage_GetFIFExtensionList;
Undocumented in source.
- FreeImage_GetFIFFromFilename
pFreeImage_GetFIFFromFilename FreeImage_GetFIFFromFilename;
Undocumented in source.
- FreeImage_GetFIFFromFilenameU
pFreeImage_GetFIFFromFilenameU FreeImage_GetFIFFromFilenameU;
Undocumented in source.
- FreeImage_GetFIFFromFormat
pFreeImage_GetFIFFromFormat FreeImage_GetFIFFromFormat;
Undocumented in source.
- FreeImage_GetFIFFromMime
pFreeImage_GetFIFFromMime FreeImage_GetFIFFromMime;
Undocumented in source.
- FreeImage_GetFIFMimeType
pFreeImage_GetFIFMimeType FreeImage_GetFIFMimeType;
Undocumented in source.
- FreeImage_GetFIFRegExpr
pFreeImage_GetFIFRegExpr FreeImage_GetFIFRegExpr;
Undocumented in source.
- FreeImage_GetFileType
pFreeImage_GetFileType FreeImage_GetFileType;
Undocumented in source.
- FreeImage_GetFileTypeFromHandle
pFreeImage_GetFileTypeFromHandle FreeImage_GetFileTypeFromHandle;
Undocumented in source.
- FreeImage_GetFileTypeFromMemory
pFreeImage_GetFileTypeFromMemory FreeImage_GetFileTypeFromMemory;
Undocumented in source.
- FreeImage_GetFileTypeU
pFreeImage_GetFileTypeU FreeImage_GetFileTypeU;
Undocumented in source.
- FreeImage_GetFormatFromFIF
pFreeImage_GetFormatFromFIF FreeImage_GetFormatFromFIF;
Undocumented in source.
- FreeImage_GetGreenMask
pFreeImage_GetGreenMask FreeImage_GetGreenMask;
Undocumented in source.
- FreeImage_GetHeight
pFreeImage_GetHeight FreeImage_GetHeight;
Undocumented in source.
- FreeImage_GetHistogram
pFreeImage_GetHistogram FreeImage_GetHistogram;
Undocumented in source.
- FreeImage_GetICCProfile
pFreeImage_GetICCProfile FreeImage_GetICCProfile;
Undocumented in source.
- FreeImage_GetImageType
pFreeImage_GetImageType FreeImage_GetImageType;
Undocumented in source.
- FreeImage_GetInfo
pFreeImage_GetInfo FreeImage_GetInfo;
Undocumented in source.
- FreeImage_GetInfoHeader
pFreeImage_GetInfoHeader FreeImage_GetInfoHeader;
Undocumented in source.
- FreeImage_GetLine
pFreeImage_GetLine FreeImage_GetLine;
Undocumented in source.
- FreeImage_GetLockedPageNumbers
pFreeImage_GetLockedPageNumbers FreeImage_GetLockedPageNumbers;
Undocumented in source.
- FreeImage_GetMemorySize
pFreeImage_GetMemorySize FreeImage_GetMemorySize;
Undocumented in source.
- FreeImage_GetMetadata
pFreeImage_GetMetadata FreeImage_GetMetadata;
Undocumented in source.
- FreeImage_GetMetadataCount
pFreeImage_GetMetadataCount FreeImage_GetMetadataCount;
Undocumented in source.
- FreeImage_GetPageCount
pFreeImage_GetPageCount FreeImage_GetPageCount;
Undocumented in source.
- FreeImage_GetPalette
pFreeImage_GetPalette FreeImage_GetPalette;
Undocumented in source.
- FreeImage_GetPitch
pFreeImage_GetPitch FreeImage_GetPitch;
Undocumented in source.
- FreeImage_GetPixelColor
pFreeImage_GetPixelColor FreeImage_GetPixelColor;
Undocumented in source.
- FreeImage_GetPixelIndex
pFreeImage_GetPixelIndex FreeImage_GetPixelIndex;
Undocumented in source.
- FreeImage_GetRedMask
pFreeImage_GetRedMask FreeImage_GetRedMask;
Undocumented in source.
- FreeImage_GetScanLine
pFreeImage_GetScanLine FreeImage_GetScanLine;
Undocumented in source.
- FreeImage_GetTagCount
pFreeImage_GetTagCount FreeImage_GetTagCount;
Undocumented in source.
- FreeImage_GetTagDescription
pFreeImage_GetTagDescription FreeImage_GetTagDescription;
Undocumented in source.
- FreeImage_GetTagID
pFreeImage_GetTagID FreeImage_GetTagID;
Undocumented in source.
- FreeImage_GetTagKey
pFreeImage_GetTagKey FreeImage_GetTagKey;
Undocumented in source.
- FreeImage_GetTagLength
pFreeImage_GetTagLength FreeImage_GetTagLength;
Undocumented in source.
- FreeImage_GetTagType
pFreeImage_GetTagType FreeImage_GetTagType;
Undocumented in source.
- FreeImage_GetTagValue
pFreeImage_GetTagValue FreeImage_GetTagValue;
Undocumented in source.
- FreeImage_GetThumbnail
pFreeImage_GetThumbnail FreeImage_GetThumbnail;
Undocumented in source.
- FreeImage_GetTransparencyCount
pFreeImage_GetTransparencyCount FreeImage_GetTransparencyCount;
Undocumented in source.
- FreeImage_GetTransparencyTable
pFreeImage_GetTransparencyTable FreeImage_GetTransparencyTable;
Undocumented in source.
- FreeImage_GetTransparentIndex
pFreeImage_GetTransparentIndex FreeImage_GetTransparentIndex;
Undocumented in source.
- FreeImage_GetVersion
pFreeImage_GetVersion FreeImage_GetVersion;
Undocumented in source.
- FreeImage_GetWidth
pFreeImage_GetWidth FreeImage_GetWidth;
Undocumented in source.
- FreeImage_HasBackgroundColor
pFreeImage_HasBackgroundColor FreeImage_HasBackgroundColor;
Undocumented in source.
- FreeImage_HasPixels
pFreeImage_HasPixels FreeImage_HasPixels;
Undocumented in source.
- FreeImage_Initialise
pFreeImage_Initialise FreeImage_Initialise;
Undocumented in source.
- FreeImage_InsertPage
pFreeImage_InsertPage FreeImage_InsertPage;
Undocumented in source.
- FreeImage_Invert
pFreeImage_Invert FreeImage_Invert;
Undocumented in source.
- FreeImage_IsLittleEndian
pFreeImage_IsLittleEndian FreeImage_IsLittleEndian;
Undocumented in source.
- FreeImage_IsPluginEnabled
pFreeImage_IsPluginEnabled FreeImage_IsPluginEnabled;
Undocumented in source.
- FreeImage_IsTransparent
pFreeImage_IsTransparent FreeImage_IsTransparent;
Undocumented in source.
- FreeImage_JPEGCrop
pFreeImage_JPEGCrop FreeImage_JPEGCrop;
Undocumented in source.
- FreeImage_JPEGCropU
pFreeImage_JPEGCropU FreeImage_JPEGCropU;
Undocumented in source.
- FreeImage_JPEGTransform
pFreeImage_JPEGTransform FreeImage_JPEGTransform;
Undocumented in source.
- FreeImage_JPEGTransformCombined
pFreeImage_JPEGTransformCombined FreeImage_JPEGTransformCombined;
Undocumented in source.
- FreeImage_JPEGTransformCombinedFromMemory
pFreeImage_JPEGTransformCombinedFromMemory FreeImage_JPEGTransformCombinedFromMemory;
Undocumented in source.
- FreeImage_JPEGTransformCombinedU
pFreeImage_JPEGTransformCombinedU FreeImage_JPEGTransformCombinedU;
Undocumented in source.
- FreeImage_JPEGTransformFromHandle
pFreeImage_JPEGTransformFromHandle FreeImage_JPEGTransformFromHandle;
Undocumented in source.
- FreeImage_JPEGTransformU
pFreeImage_JPEGTransformU FreeImage_JPEGTransformU;
Undocumented in source.
- FreeImage_Load
pFreeImage_Load FreeImage_Load;
Undocumented in source.
- FreeImage_LoadFromHandle
pFreeImage_LoadFromHandle FreeImage_LoadFromHandle;
Undocumented in source.
- FreeImage_LoadFromMemory
pFreeImage_LoadFromMemory FreeImage_LoadFromMemory;
Undocumented in source.
- FreeImage_LoadMultiBitmapFromMemory
pFreeImage_LoadMultiBitmapFromMemory FreeImage_LoadMultiBitmapFromMemory;
Undocumented in source.
- FreeImage_LoadU
pFreeImage_LoadU FreeImage_LoadU;
Undocumented in source.
- FreeImage_LockPage
pFreeImage_LockPage FreeImage_LockPage;
Undocumented in source.
- FreeImage_LookupSVGColor
pFreeImage_LookupSVGColor FreeImage_LookupSVGColor;
Undocumented in source.
- FreeImage_LookupX11Color
pFreeImage_LookupX11Color FreeImage_LookupX11Color;
Undocumented in source.
- FreeImage_MakeThumbnail
pFreeImage_MakeThumbnail FreeImage_MakeThumbnail;
Undocumented in source.
- FreeImage_MovePage
pFreeImage_MovePage FreeImage_MovePage;
Undocumented in source.
- FreeImage_MultigridPoissonSolver
pFreeImage_MultigridPoissonSolver FreeImage_MultigridPoissonSolver;
Undocumented in source.
- FreeImage_OpenMemory
pFreeImage_OpenMemory FreeImage_OpenMemory;
Undocumented in source.
- FreeImage_OpenMultiBitmap
pFreeImage_OpenMultiBitmap FreeImage_OpenMultiBitmap;
Undocumented in source.
- FreeImage_OpenMultiBitmapFromHandle
pFreeImage_OpenMultiBitmapFromHandle FreeImage_OpenMultiBitmapFromHandle;
Undocumented in source.
- FreeImage_OutputMessageProc
pFreeImage_OutputMessageProc FreeImage_OutputMessageProc;
Undocumented in source.
- FreeImage_Paste
pFreeImage_Paste FreeImage_Paste;
Undocumented in source.
- FreeImage_PreMultiplyWithAlpha
pFreeImage_PreMultiplyWithAlpha FreeImage_PreMultiplyWithAlpha;
Undocumented in source.
- FreeImage_ReadMemory
pFreeImage_ReadMemory FreeImage_ReadMemory;
Undocumented in source.
- FreeImage_RegisterExternalPlugin
pFreeImage_RegisterExternalPlugin FreeImage_RegisterExternalPlugin;
Undocumented in source.
- FreeImage_RegisterLocalPlugin
pFreeImage_RegisterLocalPlugin FreeImage_RegisterLocalPlugin;
Undocumented in source.
- FreeImage_Rescale
pFreeImage_Rescale FreeImage_Rescale;
Undocumented in source.
- FreeImage_RescaleRect
pFreeImage_RescaleRect FreeImage_RescaleRect;
Undocumented in source.
- FreeImage_Rotate
pFreeImage_Rotate FreeImage_Rotate;
Undocumented in source.
- FreeImage_RotateEx
pFreeImage_RotateEx FreeImage_RotateEx;
Undocumented in source.
- FreeImage_Save
pFreeImage_Save FreeImage_Save;
Undocumented in source.
- FreeImage_SaveMultiBitmapToHandle
pFreeImage_SaveMultiBitmapToHandle FreeImage_SaveMultiBitmapToHandle;
Undocumented in source.
- FreeImage_SaveMultiBitmapToMemory
pFreeImage_SaveMultiBitmapToMemory FreeImage_SaveMultiBitmapToMemory;
Undocumented in source.
- FreeImage_SaveToHandle
pFreeImage_SaveToHandle FreeImage_SaveToHandle;
Undocumented in source.
- FreeImage_SaveToMemory
pFreeImage_SaveToMemory FreeImage_SaveToMemory;
Undocumented in source.
- FreeImage_SaveU
pFreeImage_SaveU FreeImage_SaveU;
Undocumented in source.
- FreeImage_SeekMemory
pFreeImage_SeekMemory FreeImage_SeekMemory;
Undocumented in source.
- FreeImage_SetBackgroundColor
pFreeImage_SetBackgroundColor FreeImage_SetBackgroundColor;
Undocumented in source.
- FreeImage_SetChannel
pFreeImage_SetChannel FreeImage_SetChannel;
Undocumented in source.
- FreeImage_SetComplexChannel
pFreeImage_SetComplexChannel FreeImage_SetComplexChannel;
Undocumented in source.
- FreeImage_SetDotsPerMeterX
pFreeImage_SetDotsPerMeterX FreeImage_SetDotsPerMeterX;
Undocumented in source.
- FreeImage_SetDotsPerMeterY
pFreeImage_SetDotsPerMeterY FreeImage_SetDotsPerMeterY;
Undocumented in source.
- FreeImage_SetMetadata
pFreeImage_SetMetadata FreeImage_SetMetadata;
Undocumented in source.
- FreeImage_SetMetadataKeyValue
pFreeImage_SetMetadataKeyValue FreeImage_SetMetadataKeyValue;
Undocumented in source.
- FreeImage_SetOutputMessage
pFreeImage_SetOutputMessage FreeImage_SetOutputMessage;
Undocumented in source.
- FreeImage_SetOutputMessageStdCall
pFreeImage_SetOutputMessageStdCall FreeImage_SetOutputMessageStdCall;
Undocumented in source.
- FreeImage_SetPixelColor
pFreeImage_SetPixelColor FreeImage_SetPixelColor;
Undocumented in source.
- FreeImage_SetPixelIndex
pFreeImage_SetPixelIndex FreeImage_SetPixelIndex;
Undocumented in source.
- FreeImage_SetPluginEnabled
pFreeImage_SetPluginEnabled FreeImage_SetPluginEnabled;
Undocumented in source.
- FreeImage_SetTagCount
pFreeImage_SetTagCount FreeImage_SetTagCount;
Undocumented in source.
- FreeImage_SetTagDescription
pFreeImage_SetTagDescription FreeImage_SetTagDescription;
Undocumented in source.
- FreeImage_SetTagID
pFreeImage_SetTagID FreeImage_SetTagID;
Undocumented in source.
- FreeImage_SetTagKey
pFreeImage_SetTagKey FreeImage_SetTagKey;
Undocumented in source.
- FreeImage_SetTagLength
pFreeImage_SetTagLength FreeImage_SetTagLength;
Undocumented in source.
- FreeImage_SetTagType
pFreeImage_SetTagType FreeImage_SetTagType;
Undocumented in source.
- FreeImage_SetTagValue
pFreeImage_SetTagValue FreeImage_SetTagValue;
Undocumented in source.
- FreeImage_SetThumbnail
pFreeImage_SetThumbnail FreeImage_SetThumbnail;
Undocumented in source.
- FreeImage_SetTransparencyTable
pFreeImage_SetTransparencyTable FreeImage_SetTransparencyTable;
Undocumented in source.
- FreeImage_SetTransparent
pFreeImage_SetTransparent FreeImage_SetTransparent;
Undocumented in source.
- FreeImage_SetTransparentIndex
pFreeImage_SetTransparentIndex FreeImage_SetTransparentIndex;
Undocumented in source.
- FreeImage_SwapColors
pFreeImage_SwapColors FreeImage_SwapColors;
Undocumented in source.
- FreeImage_SwapPaletteIndices
pFreeImage_SwapPaletteIndices FreeImage_SwapPaletteIndices;
Undocumented in source.
- FreeImage_TagToString
pFreeImage_TagToString FreeImage_TagToString;
Undocumented in source.
- FreeImage_TellMemory
pFreeImage_TellMemory FreeImage_TellMemory;
Undocumented in source.
- FreeImage_Threshold
pFreeImage_Threshold FreeImage_Threshold;
Undocumented in source.
- FreeImage_TmoDrago03
pFreeImage_TmoDrago03 FreeImage_TmoDrago03;
Undocumented in source.
- FreeImage_TmoFattal02
pFreeImage_TmoFattal02 FreeImage_TmoFattal02;
Undocumented in source.
- FreeImage_TmoReinhard05
pFreeImage_TmoReinhard05 FreeImage_TmoReinhard05;
Undocumented in source.
- FreeImage_TmoReinhard05Ex
pFreeImage_TmoReinhard05Ex FreeImage_TmoReinhard05Ex;
Undocumented in source.
- FreeImage_ToneMapping
pFreeImage_ToneMapping FreeImage_ToneMapping;
Undocumented in source.
- FreeImage_Unload
pFreeImage_Unload FreeImage_Unload;
Undocumented in source.
- FreeImage_UnlockPage
pFreeImage_UnlockPage FreeImage_UnlockPage;
Undocumented in source.
- FreeImage_Validate
pFreeImage_Validate FreeImage_Validate;
Undocumented in source.
- FreeImage_ValidateFromHandle
pFreeImage_ValidateFromHandle FreeImage_ValidateFromHandle;
Undocumented in source.
- FreeImage_ValidateFromMemory
pFreeImage_ValidateFromMemory FreeImage_ValidateFromMemory;
Undocumented in source.
- FreeImage_ValidateU
pFreeImage_ValidateU FreeImage_ValidateU;
Undocumented in source.
- FreeImage_WriteMemory
pFreeImage_WriteMemory FreeImage_WriteMemory;
Undocumented in source.
- FreeImage_ZLibCRC32
pFreeImage_ZLibCRC32 FreeImage_ZLibCRC32;
Undocumented in source.
- FreeImage_ZLibCompress
pFreeImage_ZLibCompress FreeImage_ZLibCompress;
Undocumented in source.
- FreeImage_ZLibGUnzip
pFreeImage_ZLibGUnzip FreeImage_ZLibGUnzip;
Undocumented in source.
- FreeImage_ZLibGZip
pFreeImage_ZLibGZip FreeImage_ZLibGZip;
Undocumented in source.
- FreeImage_ZLibUncompress
pFreeImage_ZLibUncompress FreeImage_ZLibUncompress;
Undocumented in source.