Quote:
Originally Posted by tigertomjones
ok thank you! Do you think it's feasible to do all graphic generation (text, elements, ...) on pillow and then just print the output as images? Sounds like not so ideal performance wise, but haven't tried it yet.
|
Ultimately almost any display that does images sensibly actually only does images. Systems with API for text etc that drive such displays are just using a text to image software written by the OS or gfx subsystem developers and often video games bypass all that.
In some situations it improves performance.