fipImage Member List

This is the complete list of members for fipImage, including all inherited members.

_bHasChangedfipImagemutableprotected
_dibfipImageprotected
accessPixels() const fipImage
adjustBrightness(double percentage)fipImage
adjustContrast(double percentage)fipImage
adjustCurve(BYTE *LUT, FREE_IMAGE_COLOR_CHANNEL channel)fipImage
adjustGamma(double gamma)fipImage
clear()fipImagevirtual
colorQuantize(FREE_IMAGE_QUANTIZE algorithm)fipImage
combineChannels(fipImage &red, fipImage &green, fipImage &blue)fipImage
convertTo16Bits555()fipImage
convertTo16Bits565()fipImage
convertTo24Bits()fipImage
convertTo32Bits()fipImage
convertTo4Bits()fipImage
convertTo8Bits()fipImage
convertToGrayscale()fipImage
convertToRGBF()fipImage
convertToType(FREE_IMAGE_TYPE image_type, BOOL scale_linear=TRUE)fipImage
copySubImage(fipImage &dst, int left, int top, int right, int bottom) const fipImage
crop(int left, int top, int right, int bottom)fipImage
dither(FREE_IMAGE_DITHER algorithm)fipImage
fipImage(FREE_IMAGE_TYPE image_type=FIT_BITMAP, WORD width=0, WORD height=0, WORD bpp=0)fipImage
fipImage(const fipImage &src)fipImage
fipMultiPage (defined in fipImage)fipImagefriend
flipHorizontal()fipImage
flipVertical()fipImage
getBitsPerPixel() const fipImage
getChannel(fipImage &image, FREE_IMAGE_COLOR_CHANNEL channel) const fipImage
getColorsUsed() const fipImage
getColorType() const fipImage
getFileBkColor(RGBQUAD *bkcolor) const fipImage
getHeight() const fipImage
getHistogram(DWORD *histo, FREE_IMAGE_COLOR_CHANNEL channel=FICC_BLACK) const fipImage
getHorizontalResolution() const fipImage
getImageSize() const fipImage
getImageType() const fipImage
getInfo() const fipImage
getInfoHeader() const fipImage
getLine() const fipImage
getMetadata(FREE_IMAGE_MDMODEL model, const char *key, fipTag &tag) const fipImage
getMetadataCount(FREE_IMAGE_MDMODEL model) const fipImage
getPalette() const fipImage
getPaletteSize() const fipImage
getPixelColor(unsigned x, unsigned y, RGBQUAD *value) const fipImage
getPixelIndex(unsigned x, unsigned y, BYTE *value) const fipImage
getScanLine(WORD scanline) const fipImage
getScanWidth() const fipImage
getTransparencyCount() const fipImage
getTransparencyTable() const fipImage
getVerticalResolution() const fipImage
getWidth() const fipImage
hasFileBkColor() const fipImage
invert()fipImage
isGrayscale() const fipImage
isModified()fipImageinline
isTransparent() const fipImage
isValid() const fipImagevirtual
load(const char *lpszPathName, int flag=0)fipImage
loadFromHandle(FreeImageIO *io, fi_handle handle, int flag=0)fipImage
loadFromMemory(fipMemoryIO &memIO, int flag=0)fipImage
loadU(const wchar_t *lpszPathName, int flag=0)fipImage
makeThumbnail(WORD max_size, BOOL convert=TRUE)fipImage
operator FIBITMAP *()fipImageinline
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)fipImageprotected
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) const fipImage
saveToHandle(FREE_IMAGE_FORMAT fif, FreeImageIO *io, fi_handle handle, int flag=0) const fipImage
saveToMemory(FREE_IMAGE_FORMAT fif, fipMemoryIO &memIO, int flag=0) const fipImage
saveU(const wchar_t *lpszPathName, int flag=0) const fipImage
setChannel(fipImage &image, FREE_IMAGE_COLOR_CHANNEL channel)fipImage
setFileBkColor(RGBQUAD *bkcolor)fipImage
setHorizontalResolution(double value)fipImage
setMetadata(FREE_IMAGE_MDMODEL model, const char *key, fipTag &tag)fipImage
setModified(BOOL bStatus=TRUE)fipImageinline
setPixelColor(unsigned x, unsigned y, RGBQUAD *value)fipImage
setPixelIndex(unsigned x, unsigned y, BYTE *value)fipImage
setSize(FREE_IMAGE_TYPE image_type, WORD width, WORD height, WORD bpp, unsigned red_mask=0, unsigned green_mask=0, unsigned blue_mask=0)fipImage
setTransparencyTable(BYTE *table, int count)fipImage
setVerticalResolution(double value)fipImage
splitChannels(fipImage &RedChannel, fipImage &GreenChannel, fipImage &BlueChannel)fipImage
threshold(BYTE T)fipImage
toneMapping(FREE_IMAGE_TMO tmo, double first_param=0, double second_param=0)fipImage
~fipImage()fipImage