50 return [
'png',
'image/png' ];
61 $f = fopen( $filename,
'rb' );
74 $w = StringUtils::unpack(
'V', $w, 4 );
75 $h = StringUtils::unpack(
'V', $h, 4 );
array $params
The job parameters.
Generic handler for bitmap images.
Handler for Microsoft's bitmap format; getimagesize() doesn't support these files.
getThumbType( $ext, $mime, $params=null)
Render files as PNG.
getSizeAndMetadata( $state, $filename)
Get width and height from the bmp header.