Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkqk/monogram
https://github.com/pkqk/monogram
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pkqk/monogram
- Owner: pkqk
- Created: 2013-02-24T15:46:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-13T11:19:09.000Z (over 11 years ago)
- Last Synced: 2024-10-12T13:31:19.633Z (3 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Monogram
========A very simple html5 attempt at picture messaging for little printer.
Uses file upload now that it works in Mobile Safari (it's always worked on Android think)
It then draws the image to a canvas to resize it and filter it with various monochrome dithering algorithms.Currently:
1. Floyd-Steinberg dithering
2. Thresholding
3. Sobel edge detection blended with a threshold filter.
4. Bayer dithering