Searched refs:IMG_BMP (Results 1 – 6 of 6) sorted by relevance
7 var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
8 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
7 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
49 const IMG_BMP = UNKNOWN; define
Completed in 12 milliseconds