lua-vips
lua-vips copied to clipboard
Use Lua `addalpha` implementation only for libvips < 8.16.0
As of this writing, the master branch of libvips supports addalpha as an operation (see https://github.com/libvips/libvips/pull/3884), meaning that the native Lua implementation is unnecessary.
It will probably be best to wait until libvips 8.16 is released before merging this since there is no 100% guarantee that the change will actually make it to 8.16.
Ok, let's wait for the libvips 8.16 release then.