Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
from
imagepy.core.manager
import
ReaderManager, WriterManager
4
5
def
imread(path):
6
return
np.loadtxt(path,dtype=float)
7
8
def
imsave(path,img):
9
np.savetxt(path,img)
Callers
8
manager.py
File · 0.50
imageplus.py
File · 0.50
canvas.py
File · 0.50
ridge.py
File · 0.50
findmax.py
File · 0.50
run
Method · 0.50
run
Method · 0.50
run
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected