wartermark text not support chinese
hi, when I wartermark the image with chinese, the text can't display. Does it support only english wartermark text ?

Ah~~ Came here for the same reason.
I'm running imaginary from a server that has Chinese fonts (notos) and supports Chinese/UTF8 characters, but this is what I got :
The underlying libvips doesn't have such problem, thus I'm thinking the problem is somewhere between imaginary and bimg.
@duke-git, have you figured out a solution to the problem yet please?
@suntong no, I don't use this library anymore.
Oh, thanks for the reply @duke-git
I finally got it working:
If anyone want to know how to do it, let me know.
The container lacks font support for Chinese; to fix it, follow these steps:
docker exec -u 0 -it <container_id_or_name> bash apt update && apt upgrade -- To install font support for Chinese, for example, fonts-wqy-zenhei apt -y install xfonts-utils fontconfig fonts-wqy-zenhei cd /usr/share/fonts && mkfontscale && mkfontdir && fc-cache