diff options
-rw-r--r-- | mgbdis/png.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mgbdis/png.py b/mgbdis/png.py index 5343308..c457121 100644 --- a/mgbdis/png.py +++ b/mgbdis/png.py @@ -451,7 +451,7 @@ class Writer: compression, with 9 being "more compressed" (usually smaller and slower, but it doesn't always work out that way). 0 means no compression. -1 and ``None`` both mean that the default - level of compession will be picked by the ``zlib`` module + level of compression will be picked by the ``zlib`` module (which is generally acceptable). If `interlace` is true then an interlaced image is created |