diff options
author | gbrandl <devnull@localhost> | 2008-03-18 21:46:08 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2008-03-18 21:46:08 +0100 |
commit | 1578d75842da9307099118749c7ee43c4e32e3a6 (patch) | |
tree | a569fb952458a6323123d68f1e56f1b51d0266ec /pygments/formatters/img.py | |
parent | 62b5a4273eb52caff3909610110cce64d03d6b8c (diff) | |
download | pygments-1578d75842da9307099118749c7ee43c4e32e3a6.tar.gz |
Add 4 lexers by Stou Sandalski.
Diffstat (limited to 'pygments/formatters/img.py')
-rw-r--r-- | pygments/formatters/img.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pygments/formatters/img.py b/pygments/formatters/img.py index 4a2c666e..eeb6449f 100644 --- a/pygments/formatters/img.py +++ b/pygments/formatters/img.py @@ -255,6 +255,8 @@ class ImageFormatter(Formatter): aliases = ['img', 'IMG', 'png', 'jpg', 'gif', 'bmp'] filenames = ['*.png', '*.jpg', '*.gif', '*.bmp'] + unicodeoutput = False + def __init__(self, **options): """ See the class docstring for explanation of options. |