GitXplorerGitXplorer
M

combine-jpeg

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c3c4278b3c9c4682948fef197ff3134eb8c7bc66

Add Cargo.lock

committed 4 years ago
Unverified
e4c9e7e2724453ad842e4f71b29efafd030d7b31

Fix combine update

committed 4 years ago
Unverified
9ab2d2459fc81c7be1a0d9a403997adb2b4f8288

Simplify idct

MMarwes committed 5 years ago
Unverified
c9aa02f868a5a7579d8040868aa2c6f163975c6a

Use combine 4.0 proper

MMarwes committed 5 years ago
Unverified
3787c866c3d07eda10d36d76033872b48f3064f6

refactor: Use combine::decode!

MMarwes committed 5 years ago
Unverified
951affb370f61094b48b55acaf5515fbde01b37e

refactor: Add step_range

MMarwes committed 5 years ago

README

The README file for this repository.

combine-jpeg

Example of a JPEG decoder written with combine. The decoder can be used to decode images by reading from

Acknowledgements

Outside of the precise bit and byte extraction the code is heavily based on the following libraries.

MIT License

Copyright (c) 2016 The jpeg-decoder Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md

Links

Specification: https://www.w3.org/Graphics/JPEG/itu-t81.pdf