libvips / lua-vips

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

Use Lua `addalpha` implementation only for libvips < 8.16.0 #68

Open RiskoZoSlovenska opened 5 months ago

RiskoZoSlovenska commented 5 months ago

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.

rolandlo commented 5 months ago

Ok, let's wait for the libvips 8.16 release then.