SMIL
1.1.1
Loading...
Searching...
No Matches
example-readRAW.py
1
import
smilPython
as
sp
2
3
fname =
"imageraw.raw"
4
5
type =
'UINT16'
6
width = 256
7
height = 384
8
depth = 512
9
10
img = sp.Image(type)
11
sp.readRAW(fname, width, height, depth, img)
12
Generated on Tue Sep 17 2024 21:52:03 for SMIL by
1.9.8