Search results
"tag:"compression""
Title and summary | Date/time | |
---|---|---|
1
|
Foreword - encoding JPEGs How do you encode your JPEGs ? Let's take a concrete example. You you have a 150x150 image. You want to compress it in JPG, but which quality settings should you use? JPEG encoders usually take a quality setting as a parameter, ...
|
May 1, 2016
12:45:00 AM
|
2
|
I've setup a small page where I share my findings in trying to optimize the implementation of lz-string. This work will continue in the coming weeks. You can leave a comment in this blog entry for any feedback.
|
May 21, 2013
1:19:00 AM
|
3
|
lz-string is a compression program for JavaScript in the browser, based on LZW. It is fast, meant for localStorage or any other string-based storage in JavaScript, and is particularly efficient on short strings. All can be read on the home page: ...
|
May 9, 2013
2:27:00 AM
|