1. os.execute(command),调用ImageMagick命令行2.Lua bindings to ImageMagick for LuaJIT using FFI (https://github.com/leafo/magick)谢谢! --
第二个 更好。FFI 的资源开销相比 os.execcute 的进程单位,小太多了,不在一个量级。2016-06-27 7:18 GMT+08:00 ty javac <jav...@gmail.com>:1. os.execute(command),调用ImageMagick命令行2.Lua bindings to ImageMagick for LuaJIT using FFI (https://github.com/leafo/magick)谢谢! -- -- YuanSheng Wang---------------------------------------My Github: https://github.com/membphisOpenResty lover ^_^ --
1. os.execute(command),调用ImageMagick命令行2.Lua bindings to ImageMagick for LuaJIT using FFI (https://github.com/leafo/magick)谢谢!