Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Whatever
make white image numpy
Adam Eve
Programming language:
Whatever
2021-07-14 15:01:25
0
Q:
make white image numpy
nhthai
Code:
Whatever
2021-07-13 07:29:15
import numpy as np img = np.zeros([100,100,3],dtype=np.uint8) img.fill(255) # or img[:] = 255
0
Tags
make
image
age
Related
code for dimensions in numpy
ndarray to pil image
how to make a numpy array
create empty numpy array without shape
image from numpy
how to convert string labels to numpy array
pil image to numpy
Convert torch.nn.Embedding layer to numpy array
pil image from numpy
New to Communities?
Join the community