EasyManua.ls Logo

Epson TM-T88V-i

Epson TM-T88V-i
258 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
134
halftone property
Halftone processing method. (in firmware Ver.1.2 and later)
Object type
String
Description
The halftone processing method to be applied to monochrome (two-tone) printing is specified.
The default value is HALFTONE_DITHER.
Example
Constant Description
HALFTONE_DITHER (default) Dithering, suitable for printing graphics only.
HALFTONE_ERROR_DIFFUSION Error diffusion, suitable for printing text and graphics together.
HALFTONE_THRESHOLD Threshold, suitable for printing text only.
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
function buildMessage() {
var builder = new epson.ePOSBuilder();
var canvas = document.getElementById('canvas');
if (canvas.getContext) {
var context = canvas.getContext('2d');
builder.halftone = epos.HALFTONE_ERROR_DIFFUSION;
builder.addImage(context, 0, 0, canvas.width, canvas.height);
}
}
//-->
</script>
To set the halftone type as error diffusion:

Table of Contents

Other manuals for Epson TM-T88V-i

Related product manuals