Open VeroniqueHuang opened 2 months ago
Hi @VeroniqueHuang, based on https://vcpkg.io/en/package/openimageio (select the features tab), it should be as simple as running the second command outlined in the README of this repo with the vcpkg freetype feature. Then it will compile including freetype.
Untested, but this should work:
./vcpkg install openimageio[pybind11, freetype]:x64-windows.
While using
ImageBufAlgo.render_text()
with my own font file, the output show me this errorerror: OpenImageIO was not compiled with FreeType for font rendering
Can you make FreeType font available in the compiled version ?
Thank you !