summaryrefslogtreecommitdiff
path: root/pygments/formatters/img.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2008-03-18 21:46:08 +0100
committergbrandl <devnull@localhost>2008-03-18 21:46:08 +0100
commit1578d75842da9307099118749c7ee43c4e32e3a6 (patch)
treea569fb952458a6323123d68f1e56f1b51d0266ec /pygments/formatters/img.py
parent62b5a4273eb52caff3909610110cce64d03d6b8c (diff)
downloadpygments-1578d75842da9307099118749c7ee43c4e32e3a6.tar.gz
Add 4 lexers by Stou Sandalski.
Diffstat (limited to 'pygments/formatters/img.py')
-rw-r--r--pygments/formatters/img.py2
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.