imagebmp
statamic/cms
Supported Versions: PHP 7 >= 7.2.0, PHP 8
Output a BMP image to browser or file
<?php imagebmp
(
GdImage $image
,
resource
|
string
|
null $file
=
null
,
bool $compressed
=
true
):
bool