문제

Lua -> Is it possible to Shrink Larger Image ?

I need it to make thumbnails for jpeg images.

I don't need a "binding". Is there any module writed in pure Lua ? Is it difficult to write one ?

I have found these:

but they all use C libraries. Also, do you think it is possible to read Exif Data of Photographs in pure LUA ?

도움이 되었습니까?

해결책

It is possible, but no one has done it, because it is difficult and kindof pointless, since Lua interfaces very nicely with C.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top