https://github.com/alfg/pbm-viewer
PBM, PGM, and PPM Web Viewer
https://github.com/alfg/pbm-viewer
image pbm pgm ppm viewer
Last synced: about 1 month ago
JSON representation
PBM, PGM, and PPM Web Viewer
- Host: GitHub
- URL: https://github.com/alfg/pbm-viewer
- Owner: alfg
- License: mit
- Created: 2021-04-03T04:05:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T04:22:57.000Z (about 4 years ago)
- Last Synced: 2025-03-22T17:01:46.962Z (2 months ago)
- Topics: image, pbm, pgm, ppm, viewer
- Language: JavaScript
- Homepage: https://alfg.github.io/pbm-viewer/
- Size: 1.01 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `pbm-viewer`
PPM, PGM, and PBM Image Viewer.https://alfg.github.io/pbm-viewer
## Develop
```
npm install
npm run serve
```## Resources
* https://en.wikipedia.org/wiki/Netpbm
* http://paulcuth.me.uk/netpbm-viewer/