local function compressPNG(tensor)
if not xlua.require 'libpng' then
dok.error('libpng package not found, please install libpng',
'image.compressPNG')
Shouldn't libpng be replaced by liblua_png, like it is there in other checks? Current Image build is failing the luajit -limage -e "image.test()" test.
In file init.lua function
compressPNG
Shouldn't
libpng
be replaced byliblua_png
, like it is there in other checks? Current Image build is failing theluajit -limage -e "image.test()"
test.