I'm using the VIPS library for manipulating images and adding text to them. I want to know how to add spacing to characters in text?
The following image is an example of what I'm talking about.
I'm using the VIPS library for manipulating images and adding text to them. I want to know how to add spacing to characters in text?
The following image is an example of what I'm talking about.
You can use pango markup. For example:
vips text x.png '<span letter_spacing="10000">Hello!</span>' --dpi 300
To make: