Skip to content

Commit 6a43ee6

Browse files
Removed image size maximum of 255 px restriction #Issue fixed
Added previously missed command update
1 parent 09fd640 commit 6a43ee6

File tree

1 file changed

+1
-1
lines changed
  • printooth/src/main/java/com/mazenrashed/printooth/utilities

1 file changed

+1
-1
lines changed

printooth/src/main/java/com/mazenrashed/printooth/utilities/ImageUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ object ImageUtils {
7777
}
7878

7979
val commandList = ArrayList<String>()
80-
commandList.add(commandHexString + widthHexString + heightHexString)
80+
commandList.add(commandHexString + printLowWidthHex + printHighWidthHex + printLowHeightHex + printHighHeightHex)
8181
commandList.addAll(bmpHexList)
8282

8383
return hexList2Byte(commandList)

0 commit comments

Comments
 (0)