-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
polish 1.1.0, add HISTORY.md, poke #9
- Loading branch information
Showing
6 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
History | ||
------- | ||
|
||
### 2.0.0 ????-??-?? | ||
- Transparency quant support (like pornel/pngquant, png8) | ||
|
||
### 1.2.0 2015-??-?? | ||
- Ordered dithering (#10) kernels:, wiki: | ||
- Half-toning? | ||
- Fix transparent bg when dithering (#7) | ||
- ~~CIEDE2000 color-diff option~~ sooooo sloooow (see ciede2000 branch) | ||
|
||
### 1.1.0 (2015-02-03) | ||
- Caching options and perf improvements | ||
|
||
### 1.0.0 (2015-01-27) | ||
- Any size output palette | ||
- Multi-image, optimal palettes | ||
- Predefined, reducible palettes | ||
- Palette sorting by hue/sat/lum | ||
- Various input formats: <img>,<canvas>,ImageData,pixel-array | ||
- Indexed or Uint8Array image reduction | ||
- Error-diffusion dithering (multi-kernel) | ||
- Dithering strength option | ||
- Browser, CommonJS, Node, component.io support |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "color quantization lib", | ||
"homepage": "http://o-0.me/RgbQuant/", | ||
"author": "Leon Sorokin <[email protected]>", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"main": "src/rgbquant.js", | ||
"repository": { | ||
"type": "git", | ||
|
This file contains 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