diff --git a/imgconverter/qubesimgconverter/__init__.py b/imgconverter/qubesimgconverter/__init__.py index abf6bdc..75ef5a4 100644 --- a/imgconverter/qubesimgconverter/__init__.py +++ b/imgconverter/qubesimgconverter/__init__.py @@ -44,7 +44,7 @@ MAX_HEIGHT = 5120 # current max raster icon size in hicolor theme is 256 as of 2013/fedora-18 # beyond that one probably shall use scalable icons # (SVG is currently unsupported) -ICON_MAXSIZE = 512 +ICON_MAXSIZE = 2048 # header consists of two decimal numbers, SPC and LF re_imghdr = re.compile(br'^\d+ \d+\n$')