torch / image

An Image toolbox for Torch.
Other
208 stars 141 forks source link

libpng check possible typo #217

Closed sshekh closed 7 years ago

sshekh commented 7 years ago

In file init.lua function compressPNG

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.

soumith commented 7 years ago

was fixed in master recently.