Support images output
bfontaine opened this issue · 1 comments
bfontaine commented
We currently support text-only output because we’re casting it to a String
. Using an appropriate class for each output would solve this issue.
bfontaine commented
We won’t be able to have images output because Pygments relies on PIL which itself uses C extensions, and thus can’t work on Jython.