File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# epaper-dithering
22
3+ [ ![ PyPI] ( https://img.shields.io/pypi/v/epaper-dithering?style=flat-square )] ( https://pypi.org/project/epaper-dithering/ )
4+ [ ![ npm] ( https://img.shields.io/npm/v/@opendisplay/epaper-dithering?style=flat-square )] ( https://www.npmjs.com/package/@opendisplay/epaper-dithering )
5+ [ ![ Python Tests] ( https://img.shields.io/github/actions/workflow/status/OpenDisplay-org/epaper-dithering/python-test.yml?style=flat-square&label=tests )] ( https://github.com/OpenDisplay-org/epaper-dithering/actions/workflows/python-test.yml )
6+ [ ![ Python Lint] ( https://img.shields.io/github/actions/workflow/status/OpenDisplay-org/epaper-dithering/python-lint.yml?style=flat-square&label=lint )] ( https://github.com/OpenDisplay-org/epaper-dithering/actions/workflows/python-lint.yml )
7+
38A monorepo containing dithering algorithm implementations for e-paper/e-ink displays in multiple languages.
49
510## Packages
@@ -133,7 +138,6 @@ epaper-dithering/
133138
134139## Future Plans
135140
136- - Base colors on real e-paper display colors (perceptual color matching)
137141- Add s-curve tone mapping for better contrast
138142- Rust implementation with bindings for Python/JavaScript/other languages
139143- Web-based demo/playground
Original file line number Diff line number Diff line change 11# @opendisplay/epaper-dithering
22
3+ [ ![ npm] ( https://img.shields.io/npm/v/@opendisplay/epaper-dithering?style=flat-square )] ( https://www.npmjs.com/package/@opendisplay/epaper-dithering )
4+
35High-quality dithering algorithms for e-paper/e-ink displays, implemented in TypeScript. Works in both browser and Node.js environments.
46
57## Features
Original file line number Diff line number Diff line change 11# epaper-dithering
22
3+ [ ![ PyPI] ( https://img.shields.io/pypi/v/epaper-dithering?style=flat-square )] ( https://pypi.org/project/epaper-dithering/ )
4+ [ ![ Python Tests] ( https://img.shields.io/github/actions/workflow/status/OpenDisplay-org/epaper-dithering/python-test.yml?style=flat-square&label=tests )] ( https://github.com/OpenDisplay-org/epaper-dithering/actions/workflows/python-test.yml )
5+ [ ![ Python Lint] ( https://img.shields.io/github/actions/workflow/status/OpenDisplay-org/epaper-dithering/python-lint.yml?style=flat-square&label=lint )] ( https://github.com/OpenDisplay-org/epaper-dithering/actions/workflows/python-lint.yml )
6+
37Dithering algorithms optimized for e-ink/e-paper displays with limited color palettes.
48
59## Installation
You can’t perform that action at this time.
0 commit comments