Created
August 27, 2013 09:57
-
-
Save erasmospunk/6351700 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: sans-serif; | |
} | |
li img { | |
background: #c4c4c4; | |
} | |
li { | |
list-style: none; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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