encodeBmp function

List<int> encodeBmp(
  1. Image image
)

Implementation

List<int> encodeBmp(Image image) => BmpEncoder().encodeImage(image);