Open Source Notices
The tools on onecue.ai run in your browser rather than on a server, which means the software that does the work is sent to your device and executed there. Some of that software is open source, written by other people and used here under their licences. This page lists it, as those licences ask.
1. Components sent to your browser
| Component | Version | Licence | What it does here |
|---|---|---|---|
| @imgly/background-removal | 1.7.0 | AGPL-3.0 | Separates a subject from its background |
| firebase | 12.15.0 | Apache-2.0 | Sign-in and usage limits for the tools that need an account |
| heic-to | 1.5.2 | LGPL-3.0 | Reads iPhone HEIC photos, which no browser but Safari can open |
| konva | 10.3.2 | MIT | The interactive canvas behind Add Text to Image |
| pdf-lib | 1.17.1 | MIT | Writes and edits PDFs — merging, splitting, page copying |
| pdfjs-dist | 5.6.205 | Apache-2.0 | Reads PDFs — page rendering and text extraction |
| utif2 | 4.1.0 | MIT | Reads TIFF files, which no browser can display |
2. Components these depend on
Pulled in by the above and also sent to your browser.
| Component | Version | Licence | What it does here |
|---|---|---|---|
| onnxruntime-web | 1.21.0 | MIT | Used by @imgly/background-removal |
| pako | 1.0.11 | (MIT AND Zlib) | Used by @imgly/background-removal · utif2 |
3. heic-to, and your right to replace it
heic-to is licensed under the GNU Lesser General Public License v3, which asks that you be able to swap in your own build of it.
You can. It is served as a single self-contained file under /assets/ whose name
begins heic-to-, and it imports nothing else from this site. Replace that file
with any module exporting a compatible heicTo function and the rest of the site
carries on unchanged. The library’s own source, and the full text of the licence, are at
the link above.
Nothing in our Terms of Service restricts modifying, reverse engineering or replacing this component, and nothing here is intended to.
4. Background removal
@imgly/background-removal
is licensed under the
GNU Affero General Public
License v3. Its neural-network model and WebAssembly runtime are downloaded from
staticimgly.com when you open the Background Remover, so that tool contacts a
third party to fetch them. Your image is not part of that request and is never uploaded — the
download goes one way, to your device.
5. Fonts and other assets
Page text is set in Roboto, served by Google Fonts under the Apache License 2.0. The typefaces offered by Add Text to Image are the ones already installed on your own device; none are distributed by this site.
6. Corrections
If something here is wrong or missing, write to support@growdle.com and it will be fixed.