https://github.com/image-js/fast-jpeg
JPEG image decoder written entirely in JavaScript
https://github.com/image-js/fast-jpeg
Last synced: about 1 year ago
JSON representation
JPEG image decoder written entirely in JavaScript
- Host: GitHub
- URL: https://github.com/image-js/fast-jpeg
- Owner: image-js
- License: mit
- Created: 2016-09-20T09:17:59.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T06:50:17.000Z (over 2 years ago)
- Last Synced: 2024-04-14T02:53:22.058Z (about 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 5.75 MB
- Stars: 6
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-jpeg
JPEG image decoder written entirely in JavaScript.
Maintained by Zakodium
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
## Installation
```
$ npm install fast-jpeg
```
## API
Currently this library is not able to decode the image data.
It can read EXIF information only.
### jpeg.decode(data)
## License
[MIT](./LICENSE)
[npm-image]: https://img.shields.io/npm/v/fast-jpeg.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/fast-jpeg
[download-image]: https://img.shields.io/npm/dm/fast-jpeg.svg?style=flat-square
[download-url]: https://www.npmjs.com/package/fast-jpeg