Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

fipWinImage Member List

This is the complete list of members for fipWinImage, including all inherited members.
accessPixels()fipImage
adjustBrightness(double percentage)fipImage
adjustContrast(double percentage)fipImage
adjustCurve(BYTE *LUT, FREE_IMAGE_COLOR_CHANNEL channel)fipImage
adjustGamma(double gamma)fipImage
colorQuantize(FREE_IMAGE_QUANTIZE algorithm)fipImage
combineChannels(fipImage &red, fipImage &green, fipImage &blue)fipImage
convertTo16Bits555()fipImage
convertTo16Bits565()fipImage
convertTo24Bits()fipImage
convertTo32Bits()fipImage
convertTo8Bits()fipImage
convertToGrayscale()fipImage
copyFromBitmap(HBITMAP hbmp)fipWinImage
copyFromHandle(HANDLE hMem)fipWinImage
copySubImage(fipImage &dst, int left, int top, int right, int bottom)fipImage
copyToHandle()fipWinImage
dither(FREE_IMAGE_DITHER algorithm)fipImage
draw(HDC hDC, RECT &rcDest)fipWinImage
fipImage(WORD width=0, WORD height=0, WORD bpp=0)fipImage
fipImage(const fipImage &src)fipImage
fipImage(const FIBITMAP *dib)fipImage
fipWinImage(WORD width=0, WORD height=0, WORD bpp=0)fipWinImage [inline]
fipWinImage(const fipImage &Img)fipWinImage [inline]
fipWinImage(const FIBITMAP *dib)fipWinImage [inline]
flipHorizontal()fipImage
flipVertical()fipImage
getAlphaChannel(fipImage &alpha)fipImage
getBitsPerPixel()fipImage
getBlueChannel(fipImage &blue)fipImage
getChannel(fipImage &image, FREE_IMAGE_COLOR_CHANNEL channel)fipImage
getColorsUsed()fipImage
getColorType()fipImage
getFIBITMAP()fipImage
getGreenChannel(fipImage &green)fipImage
getHeight()fipGenericImage [inline]
getHistogram(DWORD *histo, FREE_IMAGE_COLOR_CHANNEL channel=FICC_BLACK)fipImage
getHorizontalResolution()fipImage
getImageSize()fipImage
getInfo()fipImage
getInfoHeader()fipImage
getLine()fipImage
getPalette()fipImage
getPaletteSize()fipImage
getRedChannel(fipImage &red)fipImage
getScanLine(int scanline)fipImage
getScanWidth()fipGenericImage [inline]
getVerticalResolution()fipImage
getWidth()fipGenericImage [inline]
invert()fipImage
isGrayscale()fipImage
isValid()fipImage [virtual]
load(const char *lpszPathName, int flag=0)fipImage
loadFromHandle(FreeImageIO *io, fi_handle handle, int flag=0)fipImage
m_bitsfipImage [protected]
m_dibfipImage [protected]
m_HeightfipGenericImage [protected]
m_ScanWidthfipGenericImage [protected]
m_WidthfipGenericImage [protected]
operator=(const fipImage &src)fipImage
operator=(FIBITMAP *dib)fipImage
pasteSubImage(fipImage &src, int left, int top, int alpha=256)fipImage
replace(FIBITMAP *new_dib) (defined in fipImage)fipImage [protected]
replace(fipImage &img) (defined in fipImage)fipImage [inline, protected]
rescale(WORD new_width, WORD new_height, FREE_IMAGE_FILTER filter)fipImage
rotate(double angle)fipImage
rotateEx(double angle, double x_shift, double y_shift, double x_origin, double y_origin, BOOL use_mask)fipImage
save(const char *lpszPathName, int flag=0)fipImage
saveToHandle(FREE_IMAGE_FORMAT fif, FreeImageIO *io, fi_handle handle, int flag=0)fipImage
setAlphaChannel(fipImage &alpha)fipImage
setHorizontalResolution(LONG value)fipImage
setSize(WORD width, WORD height, WORD bpp)fipImage
setVerticalResolution(LONG value)fipImage
splitChannels(fipImage &RedChannel, fipImage &GreenChannel, fipImage &BlueChannel)fipImage
threshold(BYTE T)fipImage
updateInfo() (defined in fipImage)fipImage [protected]
~fipImage()fipImage
~fipWinImage()fipWinImage [inline]