We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09fd640 commit 6a43ee6Copy full SHA for 6a43ee6
printooth/src/main/java/com/mazenrashed/printooth/utilities/ImageUtils.kt
@@ -77,7 +77,7 @@ object ImageUtils {
77
}
78
79
val commandList = ArrayList<String>()
80
- commandList.add(commandHexString + widthHexString + heightHexString)
+ commandList.add(commandHexString + printLowWidthHex + printHighWidthHex + printLowHeightHex + printHighHeightHex)
81
commandList.addAll(bmpHexList)
82
83
return hexList2Byte(commandList)
0 commit comments