Commit Graph

4 Commits

Author SHA1 Message Date
Rogério Brito
22817277c6 images: Optimize PNG images further with optipng and advpng.
The commands used for recompression were:

    optipng -zc1-9 -zm1-9 -zs0-3 -f0-5 *.png
    advpng -z3 *.png
    advpng -z4 -i500 *.png

Note that advpng uses different algorithms when recompressing the image. The
3 refers to 7zip's deflate implementation, while 4 refers to Google's
zopfli.  For zopfli, the argument to -i specifies how many iterations to
run.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
2014-02-24 17:25:50 -03:00
Davide P. Cervone
3118eeb9d7 Compress close and menu images, and only pre-load menu arrow when discoverability is requested. Resolves issue #734. 2014-02-20 12:59:28 -05:00
Davide P. Cervone
2512ed0654 Menu button image left out of previous commit 2011-08-19 12:45:39 -04:00
Davide P. Cervone
ec5cd41d69 Add support for Firefox 6 Mobile, and add close button for mobile devices so it is easier to close a submenu. 2011-08-15 15:00:44 -04:00