![]() |
Bearsampp 2025.8.29
API Documentation for Bearsampp
|
Go to the source code of this file.
Functions | |
| FreeImage_Allocate ($width, $height, $bpp) | |
| FreeImage_GetBits ($dib) | |
| FreeImage_GetHeight ($bmp) | |
| FreeImage_GetInfoHeader ($dib) | |
| if(!isset( $FI)) | FreeImage_GetVersion () |
| FreeImage_GetWidth ($bmp) | |
| FreeImage_Load ($type, $filename, $flags=0) | |
| FreeImage_Rescale ($dib, $dst_width, $dst_height, $filter=0) | |
| FreeImage_Save ($type, $dib, $filename, $flags=0) | |
| FreeImage_Unload ($bmp) | |
Variables | |
| const | FIF_BMP 0 |
| const | FIF_CUT 21 |
| const | FIF_DDS 24 |
| const | FIF_GIF 25 |
| const | FIF_ICO 1 |
| const | FIF_IFF FIF_LBM |
| const | FIF_JNG 3 |
| const | FIF_JPEG 2 |
| const | FIF_KOALA 4 |
| const | FIF_LBM 5 |
| const | FIF_MNG 6 |
| const | FIF_PBM 7 |
| const | FIF_PBMRAW 8 |
| const | FIF_PCD 9 |
| const | FIF_PCX 10 |
| const | FIF_PGM 11 |
| const | FIF_PGMRAW 12 |
| const | FIF_PNG 13 |
| const | FIF_PPM 14 |
| const | FIF_PPMRAW 15 |
| const | FIF_PSD 20 |
| const | FIF_RAS 16 |
| const | FIF_TARGA 17 |
| const | FIF_TIFF 18 |
| const | FIF_UNKNOWN -1 |
| const | FIF_WBMP 19 |
| const | FIF_XBM 22 |
| const | FIF_XPM 23 |
| FreeImage_Allocate | ( | $width, | |
| $height, | |||
| $bpp ) |
Definition at line 110 of file freeimage.inc.php.
| FreeImage_GetBits | ( | $dib | ) |
Definition at line 100 of file freeimage.inc.php.
| FreeImage_GetHeight | ( | $bmp | ) |
Definition at line 140 of file freeimage.inc.php.
| FreeImage_GetInfoHeader | ( | $dib | ) |
Definition at line 90 of file freeimage.inc.php.
| if(!isset($FI)) FreeImage_GetVersion | ( | ) |
Definition at line 76 of file freeimage.inc.php.
| FreeImage_GetWidth | ( | $bmp | ) |
Definition at line 130 of file freeimage.inc.php.
| FreeImage_Load | ( | $type, | |
| $filename, | |||
| $flags = 0 ) |
Definition at line 150 of file freeimage.inc.php.
| FreeImage_Rescale | ( | $dib, | |
| $dst_width, | |||
| $dst_height, | |||
| $filter = 0 ) |
Definition at line 170 of file freeimage.inc.php.
| FreeImage_Save | ( | $type, | |
| $dib, | |||
| $filename, | |||
| $flags = 0 ) |
Definition at line 160 of file freeimage.inc.php.
| FreeImage_Unload | ( | $bmp | ) |
Definition at line 120 of file freeimage.inc.php.
| const FIF_BMP 0 |
Definition at line 37 of file freeimage.inc.php.
| const FIF_CUT 21 |
Definition at line 59 of file freeimage.inc.php.
| const FIF_DDS 24 |
Definition at line 62 of file freeimage.inc.php.
| const FIF_GIF 25 |
Definition at line 63 of file freeimage.inc.php.
| const FIF_ICO 1 |
Definition at line 38 of file freeimage.inc.php.
| const FIF_IFF FIF_LBM |
Definition at line 43 of file freeimage.inc.php.
| const FIF_JNG 3 |
Definition at line 40 of file freeimage.inc.php.
| const FIF_JPEG 2 |
Definition at line 39 of file freeimage.inc.php.
| const FIF_KOALA 4 |
Definition at line 41 of file freeimage.inc.php.
| const FIF_LBM 5 |
Definition at line 42 of file freeimage.inc.php.
| const FIF_MNG 6 |
Definition at line 44 of file freeimage.inc.php.
| const FIF_PBM 7 |
Definition at line 45 of file freeimage.inc.php.
| const FIF_PBMRAW 8 |
Definition at line 46 of file freeimage.inc.php.
| const FIF_PCD 9 |
Definition at line 47 of file freeimage.inc.php.
| const FIF_PCX 10 |
Definition at line 48 of file freeimage.inc.php.
| const FIF_PGM 11 |
Definition at line 49 of file freeimage.inc.php.
| const FIF_PGMRAW 12 |
Definition at line 50 of file freeimage.inc.php.
| const FIF_PNG 13 |
Definition at line 51 of file freeimage.inc.php.
| const FIF_PPM 14 |
Definition at line 52 of file freeimage.inc.php.
| const FIF_PPMRAW 15 |
Definition at line 53 of file freeimage.inc.php.
| const FIF_PSD 20 |
Definition at line 58 of file freeimage.inc.php.
| const FIF_RAS 16 |
Definition at line 54 of file freeimage.inc.php.
| const FIF_TARGA 17 |
Definition at line 55 of file freeimage.inc.php.
| const FIF_TIFF 18 |
Definition at line 56 of file freeimage.inc.php.
| const FIF_UNKNOWN -1 |
Definition at line 36 of file freeimage.inc.php.
| const FIF_WBMP 19 |
Definition at line 57 of file freeimage.inc.php.
| const FIF_XBM 22 |
Definition at line 60 of file freeimage.inc.php.
| const FIF_XPM 23 |
Definition at line 61 of file freeimage.inc.php.