github libvips issue: Changing color of background on vips_text · Issue #1119
Discovered: Nov 30, 2024 19:52 github libvips issue: Changing color of background on vips_text · Issue #1119 · libvips/libvips –> ruby code: require 'vips' ... x = Vips::Image.text "🪟❓O:❓AV:❓UC:🐈A ∥ ⊞ ≅ B" ... y = x.ifthenelse([0, 0, 0], [255, 192, 203], blend: true) #foreground black, background pink ... y.write_to_file "y.png"
<– command line vips text out.png "<0001fa9f>❓O:❓AV:❓UC:🐈A ∥ ⊞ ≅ B"