package com.printer.sdk.serial import android.graphics.Bitmap interface PrintingImagesHelper { fun getBitmapAsByteArray(bitmap: Bitmap): ByteArray }