Added in Version 1.0.0

ImageParameter

Image setting parameters

Constructor

ImageParameter(image: Bitmap, width: Int)

Initialize object

Property

image

Image data

Bitmap

width

Width (dots)

Int

effectDiffusion

Use of effect diffusion

Boolean

threshold

Threshold for binarization

Int

Method

setEffectDiffusion(effectDiffusion: Boolean)

Set the use of effect diffusion

setThreshold(threshold: Int)

Set the threshold for binarization

Note

  • If the specified size of the horizontal direction is more than 1024 dots, the printing data is not generated. (For SP700, it is 255 dots.)