Open Source & Third-Party Licenses
1. Software bundled with PixlReady
Every component below runs entirely on your own device; none of them uploads your images or PDFs.
| Component | Version | What it does | License |
|---|---|---|---|
PDF.jspdf.min.js, pdf.worker.min.js |
3.11.174 (legacy) | Renders and previews PDF files inside the browser for the PDF tools. | Apache License 2.0 |
PDF.js CMap filesvendor/pdfjs/cmaps |
Shipped with PDF.js 3.11.174 | Character maps that let PDFs display Chinese, Japanese and Korean text correctly. | BSD 3-Clause (Adobe) |
Liberation fontsLiberationSans-*.ttf |
Shipped with PDF.js 3.11.174 | Metric-compatible standard fonts used as fallbacks when a PDF embeds no fonts. | SIL Open Font License 1.1 |
PDFium / Foxit standard fontsFoxit*.pfb |
Shipped with PDF.js 3.11.174 | Base-14 PostScript fallback fonts for rendering PDFs that rely on standard fonts. | BSD 3-Clause (PDFium Authors) |
jsPDFjspdf.umd.min.js |
2.5.1 | Generates and downloads PDF documents (for example, printable ID-photo sheets) on the client. | MIT License |
JSZipjszip.min.jsbundles pako (MIT) |
3.10.1 | Creates and reads ZIP archives in the browser for batch download of multiple images. | MIT License* |
heic2anyheic2any.min.js |
0.0.4 | Converts Apple HEIC/HEIF photos to JPEG or PNG directly in the browser. | MIT License |
Lucidelucide.min.js |
1.47.0 | The open-source icon set used for the tool icons across the interface. | ISC License |
psd.js (npm: psd)psd.min.js |
3.x | Parses Adobe Photoshop PSD files so they can be opened and converted in the browser. | MIT License |
* JSZip is dual-licensed under the MIT License and the GPL version 3; PixlReady uses it under the permissive MIT License. Its embedded compression library pako is also MIT-licensed.
2. License texts shipped on this site
The full license notices for the PDF.js font and character-map data are bundled with the site and remain publicly available here:
- PDF.js CMap files – license (BSD 3-Clause, Adobe)
- Liberation fonts – SIL Open Font License 1.1
- PDFium / Foxit standard fonts – BSD 3-Clause
The complete Apache License 2.0 notice for the PDF.js JavaScript code is embedded in the header of pdf.min.js and pdf.worker.min.js (the @licstart block). The MIT and ISC licenses above preserve their copyright and permission notices inside the corresponding bundled files; their canonical texts are linked from the license names in the table.
3. On-device AI models
As of this version, PixlReady does not ship, download or run any machine-learning model weights or dedicated AI inference runtime (for example, no WebAssembly neural-network segmentation model is fetched for background removal). All current image processing is performed by deterministic, traditional algorithms that execute locally in your browser. If an on-device model is introduced in the future, its name, version, source and license will be added to this page before it is released.
4. Trademarks
All product names, logos and brands (including HEIC/HEIF, PDF, Adobe, Photoshop and others) are the property of their respective owners. Their mention is for identification and compatibility purposes only and does not imply endorsement or affiliation.
5. Corrections & contact
We aim to keep these notices accurate. If you are an author of a bundled component, or you believe an attribution or license entry is incorrect or incomplete, please contact [email protected] and we will correct it promptly.