This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Text rendering via text-to-png
hello , I am using text-to-png crate to render the ascii text onto png , however for some reason if i pass text directly like "hello" , it creates img nicely but if i pass the ascii text generated from image and try to render it on image, it does not works .
ascii text generated is completely fine so not sure why it's not being rendered properly . I just see a complete black image