Added text rendering, fixed bugs

This commit is contained in:
2025-05-17 06:22:20 -05:00
parent 270878e4fa
commit b26b94dfa6
26 changed files with 939 additions and 26 deletions

View File

@ -11,6 +11,11 @@ reqwest = "0.12"
reqwest-middleware = "0.4.2"
http-cache-reqwest = "0.15.1"
palette = "0.7.6"
# text rendering dependencies
arabic_reshaper = "0.4.2"
unicode-bidi = "0.3.18"
image = "0.25.6"
imagetext = { git = "https://github.com/nathanielfernandes/imagetext" }
[dependencies.magick_rust]
path = "./magick-rust"