mirror of https://github.com/SixLabors/ImageSharp
4 changed files with 9 additions and 33 deletions
@ -1,3 +1,8 @@ |
|||
Encoder/Decoder adapted and extended from: |
|||
Encoder adapted and extended from: |
|||
https://golang.org/src/image/jpeg/ |
|||
|
|||
https://golang.org/src/image/jpeg/ |
|||
Decoder orchestration code is based on: |
|||
https://github.com/mozilla/pdf.js |
|||
|
|||
Huffmann decoder is based on: |
|||
https://github.com/rds1983/StbSharp |
|||
Loading…
Reference in new issue