MCPcopy Create free account
hub / github.com/LynnHo/EigenGAN-Tensorflow / imshow

Function imshow

scripts/imlib/basic.py:42–44  ·  view source on GitHub ↗

Show a [-1.0, 1.0] image.

(image)

Source from the content-addressed store, hash-verified

40
41
42def imshow(image):
43 """Show a [-1.0, 1.0] image."""
44 iio.imshow(dtype.im2uint(image))
45
46
47show = iio.show

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected