libvips / lua-vips

Lua binding for the libvips image processing library
MIT License
125 stars 10 forks source link

How could I get blob data(array char) from vips result #20

Closed yorkane closed 6 years ago

yorkane commented 6 years ago

I need binary output instead of images file writing write_to_memory and write_to_buffer not work for me!

-Thanks!

yorkane commented 6 years ago

local buff = image2:write_to_buffer('.jpg') print(buff)

I found in closed ticker by myself. Thanks!