The size of images. For a 24-bit bitmap, this is equal to (3widthheight)

Property definitions

bitmap $ Bitmap :: image_size
	# The size of images. For a 24-bit bitmap, this is equal to (3*width*height)
	private var image_size: Int is noinit
lib/bitmap/bitmap.nit:73,2--74,38