bindbc.freeimage.bindstatic

Undocumented in source.

Members

Functions

FreeImage_AcquireMemory
BOOL FreeImage_AcquireMemory(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.
FreeImage_AdjustBrightness
BOOL FreeImage_AdjustBrightness(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.
FreeImage_AdjustColors
BOOL FreeImage_AdjustColors(FIBITMAP* , double , double , double , 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.
FreeImage_AdjustContrast
BOOL FreeImage_AdjustContrast(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.
FreeImage_AdjustCurve
BOOL FreeImage_AdjustCurve(FIBITMAP* , BYTE* , 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.
FreeImage_AdjustGamma
BOOL FreeImage_AdjustGamma(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.
FreeImage_Allocate
FIBITMAP* FreeImage_Allocate(int , int , int , uint red_mask, uint green_mask, uint blue_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.
FreeImage_AllocateEx
FIBITMAP* FreeImage_AllocateEx(int , int , int , const(RGBQUAD)* , int options, const(RGBQUAD)* palette, uint red_mask, uint green_mask, uint blue_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.
FreeImage_AllocateExT
FIBITMAP* FreeImage_AllocateExT(FREE_IMAGE_TYPE , int , int , int , const(void*) , int options, const(RGBQUAD)* palette, uint red_mask, uint green_mask, uint blue_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.
FreeImage_AllocateT
FIBITMAP* FreeImage_AllocateT(FREE_IMAGE_TYPE type, int , int , int , uint red_mask, uint green_mask, uint blue_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.
FreeImage_AppendPage
void FreeImage_AppendPage(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.
FreeImage_ApplyColorMapping
uint FreeImage_ApplyColorMapping(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.
FreeImage_ApplyPaletteIndexMapping
uint FreeImage_ApplyPaletteIndexMapping(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.
FreeImage_Clone
FIBITMAP* FreeImage_Clone(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.
FreeImage_CloneMetadata
BOOL FreeImage_CloneMetadata(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.
FreeImage_CloneTag
FITAG* FreeImage_CloneTag(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.
FreeImage_CloseMemory
void FreeImage_CloseMemory(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.
FreeImage_CloseMultiBitmap
BOOL FreeImage_CloseMultiBitmap(FIMULTIBITMAP* , 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.
FreeImage_ColorQuantize
FIBITMAP* FreeImage_ColorQuantize(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.
FreeImage_ColorQuantizeEx
FIBITMAP* FreeImage_ColorQuantizeEx(FIBITMAP* , FREE_IMAGE_QUANTIZE quantize, int PaletteSize, int ReserveSize, RGBQUAD* ReservePalette)
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_Composite
FIBITMAP* FreeImage_Composite(FIBITMAP* , BOOL useFileBkg, RGBQUAD* appBkColor, FIBITMAP* bg)
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_ConvertFromRawBits
FIBITMAP* FreeImage_ConvertFromRawBits(BYTE* bits, int , int , int , uint , uint , uint , uint , BOOL topdown)
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_ConvertFromRawBitsEx
FIBITMAP* FreeImage_ConvertFromRawBitsEx(BOOL , BYTE* , FREE_IMAGE_TYPE , int , int , int , uint , uint , uint , uint , BOOL topdown)
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_ConvertLine16To24_555
void FreeImage_ConvertLine16To24_555(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.
FreeImage_ConvertLine16To24_565
void FreeImage_ConvertLine16To24_565(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.
FreeImage_ConvertLine16To32_555
void FreeImage_ConvertLine16To32_555(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.
FreeImage_ConvertLine16To32_565
void FreeImage_ConvertLine16To32_565(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.
FreeImage_ConvertLine16To4_555
void FreeImage_ConvertLine16To4_555(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.
FreeImage_ConvertLine16To4_565
void FreeImage_ConvertLine16To4_565(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.
FreeImage_ConvertLine16To8_555
void FreeImage_ConvertLine16To8_555(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.
FreeImage_ConvertLine16To8_565
void FreeImage_ConvertLine16To8_565(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.
FreeImage_ConvertLine16_555_To16_565
void FreeImage_ConvertLine16_555_To16_565(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.
FreeImage_ConvertLine16_565_To16_555
void FreeImage_ConvertLine16_565_To16_555(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.
FreeImage_ConvertLine1To16_555
void FreeImage_ConvertLine1To16_555(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.
FreeImage_ConvertLine1To16_565
void FreeImage_ConvertLine1To16_565(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.
FreeImage_ConvertLine1To24
void FreeImage_ConvertLine1To24(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.
FreeImage_ConvertLine1To32
void FreeImage_ConvertLine1To32(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.
FreeImage_ConvertLine1To32MapTransparency
void FreeImage_ConvertLine1To32MapTransparency(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.
FreeImage_ConvertLine1To4
void FreeImage_ConvertLine1To4(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.
FreeImage_ConvertLine1To8
void FreeImage_ConvertLine1To8(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.
FreeImage_ConvertLine24To16_555
void FreeImage_ConvertLine24To16_555(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.
FreeImage_ConvertLine24To16_565
void FreeImage_ConvertLine24To16_565(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.
FreeImage_ConvertLine24To32
void FreeImage_ConvertLine24To32(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.
FreeImage_ConvertLine24To4
void FreeImage_ConvertLine24To4(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.
FreeImage_ConvertLine24To8
void FreeImage_ConvertLine24To8(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.
FreeImage_ConvertLine32To16_555
void FreeImage_ConvertLine32To16_555(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.
FreeImage_ConvertLine32To16_565
void FreeImage_ConvertLine32To16_565(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.
FreeImage_ConvertLine32To24
void FreeImage_ConvertLine32To24(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.
FreeImage_ConvertLine32To4
void FreeImage_ConvertLine32To4(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.
FreeImage_ConvertLine32To8
void FreeImage_ConvertLine32To8(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.
FreeImage_ConvertLine4To16_555
void FreeImage_ConvertLine4To16_555(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.
FreeImage_ConvertLine4To16_565
void FreeImage_ConvertLine4To16_565(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.
FreeImage_ConvertLine4To24
void FreeImage_ConvertLine4To24(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.
FreeImage_ConvertLine4To32
void FreeImage_ConvertLine4To32(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.
FreeImage_ConvertLine4To32MapTransparency
void FreeImage_ConvertLine4To32MapTransparency(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.
FreeImage_ConvertLine4To8
void FreeImage_ConvertLine4To8(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.
FreeImage_ConvertLine8To16_555
void FreeImage_ConvertLine8To16_555(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.
FreeImage_ConvertLine8To16_565
void FreeImage_ConvertLine8To16_565(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.
FreeImage_ConvertLine8To24
void FreeImage_ConvertLine8To24(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.
FreeImage_ConvertLine8To32
void FreeImage_ConvertLine8To32(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.
FreeImage_ConvertLine8To32MapTransparency
void FreeImage_ConvertLine8To32MapTransparency(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.
FreeImage_ConvertLine8To4
void FreeImage_ConvertLine8To4(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.
FreeImage_ConvertTo16Bits555
FIBITMAP* FreeImage_ConvertTo16Bits555(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.
FreeImage_ConvertTo16Bits565
FIBITMAP* FreeImage_ConvertTo16Bits565(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.
FreeImage_ConvertTo24Bits
FIBITMAP* FreeImage_ConvertTo24Bits(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.
FreeImage_ConvertTo32Bits
FIBITMAP* FreeImage_ConvertTo32Bits(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.
FreeImage_ConvertTo4Bits
FIBITMAP* FreeImage_ConvertTo4Bits(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.
FreeImage_ConvertTo8Bits
FIBITMAP* FreeImage_ConvertTo8Bits(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.
FreeImage_ConvertToFloat
FIBITMAP* FreeImage_ConvertToFloat(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.
FreeImage_ConvertToGreyscale
FIBITMAP* FreeImage_ConvertToGreyscale(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.
FreeImage_ConvertToRGB16
FIBITMAP* FreeImage_ConvertToRGB16(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.
FreeImage_ConvertToRGBA16
FIBITMAP* FreeImage_ConvertToRGBA16(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.
FreeImage_ConvertToRGBAF
FIBITMAP* FreeImage_ConvertToRGBAF(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.
FreeImage_ConvertToRGBF
FIBITMAP* FreeImage_ConvertToRGBF(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.
FreeImage_ConvertToRawBits
void FreeImage_ConvertToRawBits(BYTE* bits, FIBITMAP* , int , uint , uint , uint , uint , BOOL topdown)
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_ConvertToStandardType
FIBITMAP* FreeImage_ConvertToStandardType(FIBITMAP* , BOOL scale_linear)
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_ConvertToType
FIBITMAP* FreeImage_ConvertToType(FIBITMAP* , FREE_IMAGE_TYPE , BOOL scale_linear)
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_ConvertToUINT16
FIBITMAP* FreeImage_ConvertToUINT16(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.
FreeImage_Copy
FIBITMAP* FreeImage_Copy(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.
FreeImage_CreateICCProfile
FIICCPROFILE* FreeImage_CreateICCProfile(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.
FreeImage_CreateTag
FITAG* FreeImage_CreateTag()
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_CreateView
FIBITMAP* FreeImage_CreateView(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.
FreeImage_DeInitialise
void FreeImage_DeInitialise()
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_DeletePage
void FreeImage_DeletePage(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.
FreeImage_DeleteTag
void FreeImage_DeleteTag(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.
FreeImage_DestroyICCProfile
void FreeImage_DestroyICCProfile(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.
FreeImage_Dither
FIBITMAP* FreeImage_Dither(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.
FreeImage_EnlargeCanvas
FIBITMAP* FreeImage_EnlargeCanvas(FIBITMAP* , int , int , int , int , const(void*) , int options)
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_FIFSupportsExportBPP
BOOL FreeImage_FIFSupportsExportBPP(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.
FreeImage_FIFSupportsExportType
BOOL FreeImage_FIFSupportsExportType(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.
FreeImage_FIFSupportsICCProfiles
BOOL FreeImage_FIFSupportsICCProfiles(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.
FreeImage_FIFSupportsNoPixels
BOOL FreeImage_FIFSupportsNoPixels(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.
FreeImage_FIFSupportsReading
BOOL FreeImage_FIFSupportsReading(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.
FreeImage_FIFSupportsWriting
BOOL FreeImage_FIFSupportsWriting(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.
FreeImage_FillBackground
BOOL FreeImage_FillBackground(FIBITMAP* , const(void*) , int options)
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_FindCloseMetadata
void FreeImage_FindCloseMetadata(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.
FreeImage_FindFirstMetadata
FIMETADATA* FreeImage_FindFirstMetadata(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.
FreeImage_FindNextMetadata
BOOL FreeImage_FindNextMetadata(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.
FreeImage_FlipHorizontal
BOOL FreeImage_FlipHorizontal(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.
FreeImage_FlipVertical
BOOL FreeImage_FlipVertical(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.
FreeImage_GetAdjustColorsLookupTable
int FreeImage_GetAdjustColorsLookupTable(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.
FreeImage_GetBPP
uint FreeImage_GetBPP(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.
FreeImage_GetBackgroundColor
BOOL FreeImage_GetBackgroundColor(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.
FreeImage_GetBits
BYTE* FreeImage_GetBits(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.
FreeImage_GetBlueMask
uint FreeImage_GetBlueMask(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.
FreeImage_GetChannel
FIBITMAP* FreeImage_GetChannel(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.
FreeImage_GetColorType
FREE_IMAGE_COLOR_TYPE FreeImage_GetColorType(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.
FreeImage_GetColorsUsed
uint FreeImage_GetColorsUsed(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.
FreeImage_GetComplexChannel
FIBITMAP* FreeImage_GetComplexChannel(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.
FreeImage_GetCopyrightMessage
const(char)* FreeImage_GetCopyrightMessage()
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_GetDIBSize
uint FreeImage_GetDIBSize(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.
FreeImage_GetDotsPerMeterX
uint FreeImage_GetDotsPerMeterX(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.
FreeImage_GetDotsPerMeterY
uint FreeImage_GetDotsPerMeterY(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.
FreeImage_GetFIFCount
int FreeImage_GetFIFCount()
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_GetFIFDescription
const(char)* FreeImage_GetFIFDescription(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.
FreeImage_GetFIFExtensionList
const(char)* FreeImage_GetFIFExtensionList(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.
FreeImage_GetFIFFromFilename
FREE_IMAGE_FORMAT FreeImage_GetFIFFromFilename(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.
FreeImage_GetFIFFromFilenameU
FREE_IMAGE_FORMAT FreeImage_GetFIFFromFilenameU(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.
FreeImage_GetFIFFromFormat
FREE_IMAGE_FORMAT FreeImage_GetFIFFromFormat(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.
FreeImage_GetFIFFromMime
FREE_IMAGE_FORMAT FreeImage_GetFIFFromMime(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.
FreeImage_GetFIFMimeType
const(char)* FreeImage_GetFIFMimeType(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.
FreeImage_GetFIFRegExpr
const(char)* FreeImage_GetFIFRegExpr(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.
FreeImage_GetFileType
FREE_IMAGE_FORMAT FreeImage_GetFileType(const(char)* , int 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.
FreeImage_GetFileTypeFromHandle
FREE_IMAGE_FORMAT FreeImage_GetFileTypeFromHandle(FreeImageIO* , fi_handle , int 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.
FreeImage_GetFileTypeFromMemory
FREE_IMAGE_FORMAT FreeImage_GetFileTypeFromMemory(FIMEMORY* , int 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.
FreeImage_GetFileTypeU
FREE_IMAGE_FORMAT FreeImage_GetFileTypeU(const(wchar_t)* , int 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.
FreeImage_GetFormatFromFIF
const(char)* FreeImage_GetFormatFromFIF(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.
FreeImage_GetGreenMask
uint FreeImage_GetGreenMask(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.
FreeImage_GetHeight
uint FreeImage_GetHeight(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.
FreeImage_GetHistogram
BOOL FreeImage_GetHistogram(FIBITMAP* , DWORD* , 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.
FreeImage_GetICCProfile
FIICCPROFILE* FreeImage_GetICCProfile(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.
FreeImage_GetImageType
FREE_IMAGE_TYPE FreeImage_GetImageType(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.
FreeImage_GetInfo
BITMAPINFO* FreeImage_GetInfo(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.
FreeImage_GetInfoHeader
BITMAPINFOHEADER* FreeImage_GetInfoHeader(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.
FreeImage_GetLine
uint FreeImage_GetLine(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.
FreeImage_GetLockedPageNumbers
BOOL FreeImage_GetLockedPageNumbers(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.
FreeImage_GetMemorySize
uint FreeImage_GetMemorySize(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.
FreeImage_GetMetadata
BOOL FreeImage_GetMetadata(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.
FreeImage_GetMetadataCount
uint FreeImage_GetMetadataCount(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.
FreeImage_GetPageCount
int FreeImage_GetPageCount(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.
FreeImage_GetPalette
RGBQUAD* FreeImage_GetPalette(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.
FreeImage_GetPitch
uint FreeImage_GetPitch(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.
FreeImage_GetPixelColor
BOOL FreeImage_GetPixelColor(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.
FreeImage_GetPixelIndex
BOOL FreeImage_GetPixelIndex(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.
FreeImage_GetRedMask
uint FreeImage_GetRedMask(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.
FreeImage_GetScanLine
BYTE* FreeImage_GetScanLine(FIBITMAP* , 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.
FreeImage_GetTagCount
DWORD FreeImage_GetTagCount(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.
FreeImage_GetTagDescription
const(char)* FreeImage_GetTagDescription(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.
FreeImage_GetTagID
WORD FreeImage_GetTagID(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.
FreeImage_GetTagKey
const(char)* FreeImage_GetTagKey(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.
FreeImage_GetTagLength
DWORD FreeImage_GetTagLength(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.
FreeImage_GetTagType
FREE_IMAGE_MDTYPE FreeImage_GetTagType(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.
FreeImage_GetTagValue
const(void)* FreeImage_GetTagValue(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.
FreeImage_GetThumbnail
FIBITMAP* FreeImage_GetThumbnail(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.
FreeImage_GetTransparencyCount
uint FreeImage_GetTransparencyCount(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.
FreeImage_GetTransparencyTable
BYTE* FreeImage_GetTransparencyTable(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.
FreeImage_GetTransparentIndex
int FreeImage_GetTransparentIndex(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.
FreeImage_GetVersion
const(char)* FreeImage_GetVersion()
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_GetWidth
uint FreeImage_GetWidth(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.
FreeImage_HasBackgroundColor
BOOL FreeImage_HasBackgroundColor(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.
FreeImage_HasPixels
BOOL FreeImage_HasPixels(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.
FreeImage_Initialise
void FreeImage_Initialise(BOOL load_local_plugins_only)
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_InsertPage
void FreeImage_InsertPage(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.
FreeImage_Invert
BOOL FreeImage_Invert(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.
FreeImage_IsLittleEndian
BOOL FreeImage_IsLittleEndian()
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_IsPluginEnabled
int FreeImage_IsPluginEnabled(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.
FreeImage_IsTransparent
BOOL FreeImage_IsTransparent(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.
FreeImage_JPEGCrop
BOOL FreeImage_JPEGCrop(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.
FreeImage_JPEGCropU
BOOL FreeImage_JPEGCropU(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.
FreeImage_JPEGTransform
BOOL FreeImage_JPEGTransform(const(char)* , const(char)* , FREE_IMAGE_JPEG_OPERATION , BOOL perfect)
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_JPEGTransformCombined
BOOL FreeImage_JPEGTransformCombined(const(char)* , const(char)* , FREE_IMAGE_JPEG_OPERATION , int* , int* , int* , int* , BOOL perfect)
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_JPEGTransformCombinedFromMemory
BOOL FreeImage_JPEGTransformCombinedFromMemory(FIMEMORY* , FIMEMORY* , FREE_IMAGE_JPEG_OPERATION , int* , int* , int* , int* , BOOL perfect)
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_JPEGTransformCombinedU
BOOL FreeImage_JPEGTransformCombinedU(const(wchar_t)* , const(wchar_t)* , FREE_IMAGE_JPEG_OPERATION , int* , int* , int* , int* , BOOL perfect)
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_JPEGTransformFromHandle
BOOL FreeImage_JPEGTransformFromHandle(FreeImageIO* , fi_handle , FreeImageIO* , fi_handle , FREE_IMAGE_JPEG_OPERATION , int* , int* , int* , int* , BOOL perfect)
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_JPEGTransformU
BOOL FreeImage_JPEGTransformU(const(wchar_t)* , const(wchar_t)* , FREE_IMAGE_JPEG_OPERATION , BOOL perfect)
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_Load
FIBITMAP* FreeImage_Load(FREE_IMAGE_FORMAT , const(char)* , 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.
FreeImage_LoadFromHandle
FIBITMAP* FreeImage_LoadFromHandle(FREE_IMAGE_FORMAT , FreeImageIO* , fi_handle , 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.
FreeImage_LoadFromMemory
FIBITMAP* FreeImage_LoadFromMemory(FREE_IMAGE_FORMAT , 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.
FreeImage_LoadMultiBitmapFromMemory
FIMULTIBITMAP* FreeImage_LoadMultiBitmapFromMemory(FREE_IMAGE_FORMAT fif, 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.
FreeImage_LoadU
FIBITMAP* FreeImage_LoadU(FREE_IMAGE_FORMAT , const(wchar_t)* , 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.
FreeImage_LockPage
FIBITMAP* FreeImage_LockPage(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.
FreeImage_LookupSVGColor
BOOL FreeImage_LookupSVGColor(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.
FreeImage_LookupX11Color
BOOL FreeImage_LookupX11Color(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.
FreeImage_MakeThumbnail
FIBITMAP* FreeImage_MakeThumbnail(FIBITMAP* , int , BOOL convert)
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_MovePage
BOOL FreeImage_MovePage(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.
FreeImage_MultigridPoissonSolver
FIBITMAP* FreeImage_MultigridPoissonSolver(FIBITMAP* , int ncycle)
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_OpenMemory
FIMEMORY* FreeImage_OpenMemory(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.
FreeImage_OpenMultiBitmap
FIMULTIBITMAP* FreeImage_OpenMultiBitmap(FREE_IMAGE_FORMAT , const(char)* , BOOL , BOOL , BOOL keep_cache_in_memory, 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.
FreeImage_OpenMultiBitmapFromHandle
FIMULTIBITMAP* FreeImage_OpenMultiBitmapFromHandle(FREE_IMAGE_FORMAT , FreeImageIO* , fi_handle , 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.
FreeImage_OutputMessageProc
void FreeImage_OutputMessageProc(int , 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.
FreeImage_Paste
BOOL FreeImage_Paste(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.
FreeImage_PreMultiplyWithAlpha
BOOL FreeImage_PreMultiplyWithAlpha(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.
FreeImage_ReadMemory
uint FreeImage_ReadMemory(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.
FreeImage_RegisterLocalPlugin
FREE_IMAGE_FORMAT FreeImage_RegisterLocalPlugin(FI_InitProc , const(char)* format, const(char)* description, const(char)* extension, const(char)* regexpr)
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_Rescale
FIBITMAP* FreeImage_Rescale(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.
FreeImage_RescaleRect
FIBITMAP* FreeImage_RescaleRect(FIBITMAP* , int , int , int , int , int , int , FREE_IMAGE_FILTER filter, uint 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.
FreeImage_Rotate
FIBITMAP* FreeImage_Rotate(FIBITMAP* , double angle, const(void*) 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.
FreeImage_RotateEx
FIBITMAP* FreeImage_RotateEx(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.
FreeImage_Save
BOOL FreeImage_Save(FREE_IMAGE_FORMAT , FIBITMAP* , const(char)* , 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.
FreeImage_SaveMultiBitmapToHandle
BOOL FreeImage_SaveMultiBitmapToHandle(FREE_IMAGE_FORMAT , FIMULTIBITMAP* , FreeImageIO* , fi_handle , 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.
FreeImage_SaveMultiBitmapToMemory
BOOL FreeImage_SaveMultiBitmapToMemory(FREE_IMAGE_FORMAT , FIMULTIBITMAP* bitmap, 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.
FreeImage_SaveToHandle
BOOL FreeImage_SaveToHandle(FREE_IMAGE_FORMAT , FIBITMAP* , FreeImageIO* , fi_handle , 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.
FreeImage_SaveToMemory
BOOL FreeImage_SaveToMemory(FREE_IMAGE_FORMAT , FIBITMAP* , 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.
FreeImage_SaveU
BOOL FreeImage_SaveU(FREE_IMAGE_FORMAT , FIBITMAP* , const(wchar_t)* , 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.
FreeImage_SeekMemory
BOOL FreeImage_SeekMemory(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.
FreeImage_SetBackgroundColor
BOOL FreeImage_SetBackgroundColor(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.
FreeImage_SetChannel
BOOL FreeImage_SetChannel(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.
FreeImage_SetComplexChannel
BOOL FreeImage_SetComplexChannel(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.
FreeImage_SetDotsPerMeterX
void FreeImage_SetDotsPerMeterX(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.
FreeImage_SetDotsPerMeterY
void FreeImage_SetDotsPerMeterY(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.
FreeImage_SetMetadata
BOOL FreeImage_SetMetadata(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.
FreeImage_SetMetadataKeyValue
BOOL FreeImage_SetMetadataKeyValue(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.
FreeImage_SetOutputMessage
void FreeImage_SetOutputMessage(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.
FreeImage_SetOutputMessageStdCall
void FreeImage_SetOutputMessageStdCall(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.
FreeImage_SetPixelColor
BOOL FreeImage_SetPixelColor(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.
FreeImage_SetPixelIndex
BOOL FreeImage_SetPixelIndex(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.
FreeImage_SetPluginEnabled
int FreeImage_SetPluginEnabled(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.
FreeImage_SetTagCount
BOOL FreeImage_SetTagCount(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.
FreeImage_SetTagDescription
BOOL FreeImage_SetTagDescription(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.
FreeImage_SetTagID
BOOL FreeImage_SetTagID(FITAG* , 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.
FreeImage_SetTagKey
BOOL FreeImage_SetTagKey(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.
FreeImage_SetTagLength
BOOL FreeImage_SetTagLength(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.
FreeImage_SetTagType
BOOL FreeImage_SetTagType(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.
FreeImage_SetTagValue
BOOL FreeImage_SetTagValue(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.
FreeImage_SetThumbnail
BOOL FreeImage_SetThumbnail(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.
FreeImage_SetTransparencyTable
void FreeImage_SetTransparencyTable(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.
FreeImage_SetTransparent
void FreeImage_SetTransparent(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.
FreeImage_SetTransparentIndex
void FreeImage_SetTransparentIndex(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.
FreeImage_SwapColors
uint FreeImage_SwapColors(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.
FreeImage_SwapPaletteIndices
uint FreeImage_SwapPaletteIndices(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.
FreeImage_TagToString
const(char)* FreeImage_TagToString(FREE_IMAGE_MDMODEL , FITAG* , 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.
FreeImage_TellMemory
c_long FreeImage_TellMemory(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.
FreeImage_Threshold
FIBITMAP* FreeImage_Threshold(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.
FreeImage_TmoDrago03
FIBITMAP* FreeImage_TmoDrago03(FIBITMAP* , double , double exposure)
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_TmoFattal02
FIBITMAP* FreeImage_TmoFattal02(FIBITMAP* , double color_saturation, double attenuation)
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_TmoReinhard05
FIBITMAP* FreeImage_TmoReinhard05(FIBITMAP* , double intensity, double constrast)
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_TmoReinhard05Ex
FIBITMAP* FreeImage_TmoReinhard05Ex(FIBITMAP* , double intensity, double constrast, double adaptation, double color_correction)
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_ToneMapping
FIBITMAP* FreeImage_ToneMapping(FIBITMAP* , FREE_IMAGE_TMO , double first_param, double second_param)
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_Unload
void FreeImage_Unload(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.
FreeImage_UnlockPage
void FreeImage_UnlockPage(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.
FreeImage_Validate
BOOL FreeImage_Validate(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.
FreeImage_ValidateFromHandle
BOOL FreeImage_ValidateFromHandle(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.
FreeImage_ValidateFromMemory
BOOL FreeImage_ValidateFromMemory(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.
FreeImage_ValidateU
BOOL FreeImage_ValidateU(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.
FreeImage_WriteMemory
uint FreeImage_WriteMemory(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.
FreeImage_ZLibCRC32
DWORD FreeImage_ZLibCRC32(DWORD crc, 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_ZLibCompress
DWORD FreeImage_ZLibCompress(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_ZLibGUnzip
DWORD FreeImage_ZLibGUnzip(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_ZLibGZip
DWORD FreeImage_ZLibGZip(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_ZLibUncompress
DWORD FreeImage_ZLibUncompress(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_RegisterExternalPlugin
FREE_IMAGE_FORMAT _FreeImage_RegisterExternalPlugin(const(char)* , const(char)* format, const(char)* description, const(char)* extension, const(char)* regexpr)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta