nimPNG/tester/test.nim
2017-07-17 17:17:45 +07:00

3 lines
71 B
Nim

import nimPNG
let data = loadPNG32("sample.png")
assert(not data.isNil)