lokeshj / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

ESCP for image append incorrectly using CPCL #136

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
switch (lang) {
    case ESCP:     // THIS LINE SHOULD BE MOVED
    case CPCL:
       return "EG " + (int)(w/8) + " " + h + " 0 0 " + data;
    case ESCP2:

-Tres

Original issue reported on code.google.com by tres.fin...@gmail.com on 28 May 2013 at 1:08

GoogleCodeExporter commented 9 years ago
File:  ImageWrapper.java

Original comment by tres.fin...@gmail.com on 28 May 2013 at 1:08

GoogleCodeExporter commented 9 years ago
Fixed in version 1.5.3.

Original comment by tres.fin...@gmail.com on 2 Aug 2013 at 5:02