Skip to content

Instantly share code, notes, and snippets.

@erasmospunk
Created August 27, 2013 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erasmospunk/6351700 to your computer and use it in GitHub Desktop.
Save erasmospunk/6351700 to your computer and use it in GitHub Desktop.
Untitled
body {
font-family: sans-serif;
}
li img {
background: #c4c4c4;
}
li {
list-style: none;
}
<h1>Comparing different versions of pngquant</h1>
<ul>
<li><img src="http://s22.postimg.org/hlo4654el/test.png">original (27593 bytes)</li>
<li><img src="http://s22.postimg.org/svgu139fx/test_fs8_v1_8_3.png" alt=""/>pngquant v1.8.3 (8643 bytes)</li>
<li><img src="http://s22.postimg.org/tm9k6vbt9/test_fs8_v1_8_3_cocoa.png" alt=""/>pngquant v1.8.3 with Cocoa on OSX (8624 bytes)</li>
<li><img src="http://s22.postimg.org/4qg4jdp59/test_fs8_v2_0_0.png" alt=""/>pngquant v2.0.0 (8440 bytes)</li>
<li><img src="http://s22.postimg.org/cuo8o4bkd/test_fs8_v2_0_0_cocoa.png" alt=""/>pngquant v2.0.0 with Cocoa on OSX (8491 bytes)</li>
</ul>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment