lua-vips
lua-vips copied to clipboard
Lua binding for the libvips image processing library
Hello, I'm trying to run hello world example in nginx configuration ``` location = /lua { content_by_lua ' local vips = require "vips" local image1 = vips.Image.text("Hello World!", { dpi...
The ruby-vips binding has a nice feature for encapsulating destructive operations, like metadata change or the draw operations: https://www.libvips.org/2021/03/08/ruby-vips-mutate.html tldr: you can write eg.: ```ruby z = x.mutate do |y|...
Hello, i'm having an issue with gif saving i load a gif using `local base = vips.Image.new_from_file("base.gif", {n=-1})` , then i save it again using `base:write_to_file("base2.gif")` (just for testing) And...
Hi, luajit in debian/trixie (which will come after bookworm, the current stable) has moved to openresty's version. It supports several architectures: amd64 arm64 armel armhf i386 mips64el mipsel s390x powerpc...