GitXplorerGitXplorer
M

combine-jpeg

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f0177c37a1bf5c143ddf42012ad8b5cb4bc209fa

cargo update

committed 3 years ago
Unverified
0e47c79b53e8dc7c34b118ea4e664b4e0a41b78a

refactor: Simplify dequantization

committed 3 years ago
Unverified
908ad3addae0a976b2b62699ab6907f3e0244308

Remove some unsafe

committed 4 years ago
Unverified
cc9ac9b309e649e7e42a832b9318865f66eec78a

feat: Handle vertical sampling factors > 1

committed 4 years ago
Unverified
1ce8f35dcea5a97af30acfc040f2045f230ee8df

refactor: Extract an upsample function

committed 4 years ago
Unverified
7480a6fe1c4c368937ea4a553aac2971509cf889

Import scaling idct from jpeg_decoder

committed 4 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