Create a bitmap image
PdfRaster( int width, int height, Uint8List pixels, ) : super(width, height, true, pixels);