From 45f53b3b0b4cceb8b796611e59c7b333157ab1e3 Mon Sep 17 00:00:00 2001 From: Areeb Mohamed Date: Sat, 19 Jun 2021 17:02:35 +0300 Subject: [PATCH] Update README.md Adding notes for maximum image height --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0518dcc..012ca8b 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ Use `PrinterTextParserImg.bitmapToHexadecimalString` to convert `Drawable`, `Bit - `` must be directly preceded by nothing or an alignment tag (`[L][C][R]`). - `` must be directly followed by a new line `\n`. - You can't write text on a line that contains ``. +- Maximum height of printed image is 256px, If you want to print larger bitmap. Please refer to this solution: [#70](https://github.com/DantSu/ESCPOS-ThermalPrinter-Android/issues/70#issuecomment-714390014) ### Barcode