|
Public Member Functions |
bool __fastcall | Assign (TBITMAP *bmp) |
bool __fastcall | jMerge (TBITMAP *bmp2) |
bool __fastcall | jMerge (TBITMAP *bmp1, TBITMAP *bmp2) |
bool __fastcall | jUnMerge (TBITMAP *bmp1, TBITMAP *bmp2) |
bool __fastcall | jOverlap (TBITMAP *bmp2, int coeff=50) |
bool __fastcall | jOverlap (TBITMAP *bmp1, TBITMAP *bmp2, int coeff=50) |
bool __fastcall | jOverlapSprite (TBITMAP *sprite, int coeff, int X, int Y, int transparentColor) |
bool __fastcall | jFade (TColor coul, int coeff=50) |
bool __fastcall | jFade (TBITMAP *bmp1, TColor coul, int coeff=50) |
bool __fastcall | jLoadJpeg (AnsiString FileName) |
bool __fastcall | jLoadBmp (AnsiString FileName) |
bool __fastcall | jSaveJpeg (AnsiString FileName) |
bool __fastcall | jSaveBmp (AnsiString FileName) |
bool __fastcall | jLoadJpegFromFile (FILE *f) |
bool __fastcall | jLoadBmpFromFile (FILE *f) |
bool __fastcall | jLoadJpegFromStream (TStream *s) |
bool __fastcall | jLoadBmpFromStream (TStream *s) |
bool __fastcall | jSaveJpegToFile (FILE *f) |
bool __fastcall | jSaveBmpToFile (FILE *f) |
bool __fastcall | jSaveJpegToStream (TStream *s) |
bool __fastcall | jSaveBmpToStream (TStream *s) |
bool __fastcall | jLoadFromFile (AnsiString FileName) |
bool __fastcall | jSaveToFile (AnsiString FileName) |
bool __fastcall | jLoadFromStream (TStream *_str, jBmpType _type) |
bool __fastcall | jSaveToStream (TStream *_str, jBmpType _type) |
bool __fastcall | jRotate90AH (TBITMAP *Bmp1) |
bool __fastcall | jRotate90H (TBITMAP *Bmp1) |
bool __fastcall | jRotate90AH () |
bool __fastcall | jRotate90H () |
bool __fastcall | jInvert () |
bool __fastcall | jInvert (TBITMAP *bmp) |
bool __fastcall | jSymetryH () |
bool __fastcall | jSymetryH (TBITMAP *bmp) |
bool __fastcall | jSymetryV () |
bool __fastcall | jSymetryV (TBITMAP *bmp) |
bool __fastcall | jRotate180 (TBITMAP *bmp) |
bool __fastcall | jRotate180 () |
bool __fastcall | jRotate90HsymH (TBITMAP *bmp) |
bool __fastcall | jRotate90HsymH () |
bool __fastcall | jRotate90HsymV (TBITMAP *bmp) |
bool __fastcall | jRotate90HsymV () |
bool __fastcall | jRotate90AHsymV (TBITMAP *bmp) |
bool __fastcall | jRotate90AHsymV () |
bool __fastcall | jRotate90AHsymH (TBITMAP *bmp) |
bool __fastcall | jRotate90AHsymH () |
bool __fastcall | jSymHrotate90AH (TBITMAP *bmp) |
bool __fastcall | jSymHrotate90AH () |
bool __fastcall | jSymHrotate90H (TBITMAP *bmp) |
bool __fastcall | jSymHrotate90H () |
bool __fastcall | jSymVrotate90AH (TBITMAP *bmp) |
bool __fastcall | jSymVrotate90AH () |
bool __fastcall | jSymVrotate90H (TBITMAP *bmp) |
bool __fastcall | jSymVrotate90H () |
bool __fastcall | jStretchedRotate (TBITMAP *res, TPoint orig, double angle) |
bool __fastcall | jStretchedRotate (TPoint orig, double angle) |
TRect __fastcall | jStretchProportionnal (TBITMAP *bmp) |
TRect __fastcall | jStretchProportionnal (TRect part, TBITMAP *bmp) |
bool __fastcall | jZoomProportionnal (TBITMAP *src, TRect srcPart, TRect dstPart) |
bool __fastcall | jRotate (TBITMAP *res, TPoint orig, double angle) |
bool __fastcall | jRotate (TPoint orig, double angle) |
bool __fastcall | jGrayScale (TBITMAP *bmp) |
bool __fastcall | jGrayScale () |
bool __fastcall | jThreshold (TBITMAP *bmp, Byte value) |
bool __fastcall | jThreshold (Byte value) |
bool __fastcall | jApplyFilter (int **tab, TBITMAP *bmp) |
bool __fastcall | jApplyFilter (int **tab) |
bool __fastcall | jHistogram (unsigned long *tab) |
bool __fastcall | jDrawHistogram (unsigned long *tab) |
bool __fastcall | jDrawHistogram (TBITMAP *bmp) |
bool __fastcall | jSquarize (TBITMAP *bmp1, unsigned int size) |
bool __fastcall | jSquarize (unsigned int size) |
bool __fastcall | jDraw (TCanvas *CV, int pX, int pY) |
bool __fastcall | jTake (TCanvas *CV, TRect &rect) |
bool __fastcall | jCopy (TBITMAP *bmp) |