computeImageSize

fun computeImageSize(cellSize: Int = DEFAULT_CELL_SIZE, rawData: QRCodeRawData = encode()): Int(source)
fun computeImageSize(cellSize: Int = DEFAULT_CELL_SIZE, size: Int): Int(source)

Compute the final size of the image of this QRCode based on the given a cellSize.

This means this QRCode will be <size> x <size> pixels. For example, if this method returns 100, the resulting image will be 100x100 pixels.