Files
2025-02-26 14:49:25 +07:00

16 lines
861 B
Markdown

Third Party: pdf.js
=====================
* Web: https://github.com/mozilla/pdf.js
* Version: v1.1.1 (pdf.js) and commit fcaf281 of jpambrun
* Date: copied on 05/05/2015
* Download:
* [jpg.js](https://github.com/mozilla/pdf.js/blob/master/src/core/jpg.js) modified as in
https://github.com/notmasteryet/jpgjs/pull/33
* [jpx.js](https://github.com/jpambrun/jpx-medical/blob/master/jpx.js)
* [arithmetic_decoder.js](https://github.com/mozilla/pdf.js/blob/v1.1.1/src/core/arithmetic_decoder.js)
* [util.js](https://github.com/mozilla/pdf.js/blob/v1.1.1/src/shared/util.js)
* License: Apache 2.0 (see [license.txt](https://github.com/mozilla/pdf.js/blob/master/LICENSE))
* Description: Mozilla's JPEG and JPEG2000 decoder from PDF.js with added support for 16 bit signed grayscale images.
* Purpose for dwv: read DICOM files containing JPEG or JPEG2000 data.