static BWImage bwImageFromLua(final LuaValue img) { LuaValue b = img.get("getBrightness"); assertTrue(!b.isnil()); ret (BWImage) get(b, "theimg"); }