# Third-party notices

## Curzyori/rm-bg

WD WM Remover is based in part on `Curzyori/rm-bg`, distributed under the MIT
License.

- Copyright (c) 2026 Yuken Velino.
- Copyright (c) 2025 Jad (GargantuaX) — Gemini watermark remover engine.
- Copyright (c) 2024 AllenK (Kwyshell) — FDnCNN denoising engine from
  GeminiWatermarkTool.
- Source: https://github.com/Curzyori/rm-bg

The retained MIT terms are included at
`licenses/open-source/Curzyori-rm-bg-MIT.txt` in the portable package. The
proprietary WD WM Remover EULA does not replace or restrict those MIT rights.

## IS-Net general-use model

WD WM Remover redistributes a Q8 ONNX conversion of the IS-Net general-use
weights for local background removal.

- Original model and code: Xuebin Qin et al., “Highly Accurate Dichotomous
  Image Segmentation,” ECCV 2022.
- Original repository: https://github.com/xuebinqin/DIS
- ONNX Q8 mirror: https://huggingface.co/SacredNoir/isnet-general-use-onnx
- Distributed file SHA-256:
  `feed6f32a5e707ca7e939576b2d891b23fb9eb4114749657a5efc64e8651e43a`
- License: Apache License 2.0.

The model file is distributed unchanged from the identified Q8 mirror.
The Apache-2.0 license text is available alongside the model at
`/models/LICENSE-APACHE-2.0.txt`.

## BEN2 Base ONNX model

WD WM Remover offers BEN2 Base as an optional High Quality background-removal
engine. The hosted web edition downloads it only after explicit user
confirmation, verifies it locally, and stores it in browser Cache Storage. The
Local Unlimited portable edition bundles the same verified model so it remains
available without an internet connection.

- Project: BEN2 (Background Erase Network), Prama LLC.
- Repository: https://github.com/PramaLLC/BEN2
- Model source: https://huggingface.co/PramaLLC/BEN2
- Distributed ONNX size: `222932053` bytes.
- Distributed ONNX SHA-256:
  `22cea62108ff53b7ccc20f7a008bf30494228d84b1687f29ecbe76936a998101`
- License: MIT License, Copyright (c) 2025 Prama LLC.

The complete license text is available at `/licenses/BEN2-MIT.txt`.

## ONNX Runtime Web

`onnxruntime-web` version 1.27.0 runs IS-Net inference locally using WebAssembly.
It is licensed under the MIT License.

Copyright (c) Microsoft Corporation.

Source and license: https://github.com/microsoft/onnxruntime

## @pilio/gemini-watermark-remover

MIT License

Copyright (c) 2025 Jad  
Copyright (c) 2024 AllenK (Kwyshell)

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.

Source: https://github.com/GargantuaX/gemini-watermark-remover

## @neplex/vectorizer

MIT License

Copyright (c) Neplex Technologies

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.

WD WM Remover uses version 0.1.0, including its WASI browser package. The
embedded tracing implementation is based on VTracer/visioncortex (MIT or
Apache-2.0), and SVG optimization uses oxvg_optimiser (MIT).

Source and license: https://github.com/neplextech/vectorizer
VTracer source: https://github.com/visioncortex/vtracer
Optimizer source: https://github.com/noahbald/oxvg

## Mediabunny

`mediabunny` version 1.50.9 is used directly for local video decoding,
encoding, container conversion, and audio preservation. It is licensed
separately under the Mozilla Public License 2.0 (MPL-2.0).

Source code and license: https://github.com/Vanilagy/mediabunny

WD WM Remover imports the published package without modifying Mediabunny
source files. The source for the exact published version remains available
from the upstream repository and npm package. If Mediabunny-covered files are
modified and distributed later, those files remain subject to MPL-2.0.

## fflate

MIT License

Copyright (c) 2020 Arjun Barrett

Used to create local ZIP archives for batch output.

Source and full license: https://github.com/101arrowz/fflate

## Azeret Mono Variable Font

Copyright 2020 The Azeret Project Authors. Licensed under the SIL Open Font
License, Version 1.1. Source: https://github.com/displaay/Azeret

## Geist Variable Font

Copyright 2023 The Geist Project Authors. Licensed under the SIL Open Font
License, Version 1.1. Source: https://github.com/vercel/geist-font

## Phosphor Icons

Copyright (c) 2020 Phosphor Icons. Licensed under the MIT License.

Source and full license: https://github.com/phosphor-icons/core

## Vercel Web Analytics

`@vercel/analytics` version 2.0.1 is licensed under the MIT License.

Source and license: https://github.com/vercel/analytics

## Vercel Speed Insights

`@vercel/speed-insights` version 2.0.0 is licensed under the Apache License
2.0.

Source and license: https://github.com/vercel/speed-insights

Complete dependency license texts remain available in their distributed
packages under `node_modules` and in each upstream repository.
