MCPcopy Create free account
hub / github.com/Image-Py/imagepy / imread

Function imread

imagepy/menus/File/DAT/dat_plgs.py:5–6  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

3from imagepy.core.manager import ReaderManager, WriterManager
4
5def imread(path):
6 return np.loadtxt(path,dtype=float)
7
8def imsave(path,img):
9 np.savetxt(path,img)

Callers 8

manager.pyFile · 0.50
imageplus.pyFile · 0.50
canvas.pyFile · 0.50
ridge.pyFile · 0.50
findmax.pyFile · 0.50
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected