WiP
This commit is contained in:
parent
62281699ea
commit
7037abbcb6
11 changed files with 114 additions and 31 deletions
11
src/scripts/tests/test_io.lua
Normal file
11
src/scripts/tests/test_io.lua
Normal file
|
@ -0,0 +1,11 @@
|
|||
--
|
||||
-- pixwerx - test - io
|
||||
--
|
||||
|
||||
-- loading our libraries
|
||||
pw.script:load_all()
|
||||
|
||||
local img = pw.imageio:get():read("/home/hartmut/Development/pixwerx/share/assets/textures/checkerboard-512-32.png",0)
|
||||
|
||||
print(img.size.width,img.size.height)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue