libvips / lua-vips

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

Add interpolate #70

Closed rolandlo closed 5 months ago

rolandlo commented 5 months ago

Fixes #57

@jcupitt I renamed Interpolate.new_from_name to Interpolate.new in accordance with pyvips and the name vips_interpolate_new. Or is there a point in using a different name like Interpolate.new_from_name?

By the way the test suite now runs successfully on all of 5.1, 5.2, 5.3, 5.4, luajit-2.1.0-beta3 and luajit-openresty (on Ubuntu). All versions are tested on push and pull-request.