Usage

b.randomimage {hsize} {vsize}
b.randimg {hsize} {vsize}

specific usecase: b.randimg 4000 3000

{hsize}is horizontal image pixel count and {vsize} is pixel count in the vertical direction. Provide integer to specify how high-res image you want to get.

Returns

b.randimg 4000 3000
or
b.randomimage 4000 3000

The following call to BOT will return you a $(4000, 3000)$ or 12 MP image.

Example Usage