bfontaine/clygments

Support images output

bfontaine opened this issue · 1 comments

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.

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.