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