diff options
author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-02-19 20:38:11 -0500 |
---|---|---|
committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-02-19 20:38:11 -0500 |
commit | e36011a5a170f6666c7ba6f77d9ba6350898bdd9 (patch) | |
tree | 99dbe63f5e1d913787c83e112398b016d748af8f /web/assets/images | |
parent | 95861aecf02924f84a02ee6607f1820e7f5daca4 (diff) | |
download | Nim-e36011a5a170f6666c7ba6f77d9ba6350898bdd9.tar.gz |
Improve website background quality
The old image was compressed with JPG and was improperly rendered anyway. The background has been modified so that each dot lines up perfectly on pixel boundaries. It's compressed with lossy PNG, which has the advantage of preserving the quality of the dots. There will be another PR to fix the background URL for the forum.
Diffstat (limited to 'web/assets/images')
-rw-r--r-- | web/assets/images/bg.jpg | bin | 94894 -> 0 bytes |
-rw-r--r-- | web/assets/images/bg.png | bin | 0 -> 149129 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/web/assets/images/bg.jpg b/web/assets/images/bg.jpg deleted file mode 100644 index 4e33a79ce..000000000 --- a/web/assets/images/bg.jpg +++ /dev/null Binary files differdiff --git a/web/assets/images/bg.png b/web/assets/images/bg.png new file mode 100644 index 000000000..91f335913 --- /dev/null +++ b/web/assets/images/bg.png Binary files differ |