```python img = np.random.randint(0, 255, [512,512], np.uint8) imgcat(img) # the output image will auto resized to (372, 372) ```