이 사이트가 사용자 브라우저로 배포하는 서드파티 소프트웨어와 그 라이선스. Third-party software distributed to your browser by this site, and its licenses. 이 파일은 `public/` 에 있으므로 빌드 산출물에 그대로 실린다. 번들러가 최소화하면서 소스의 법적 고지 주석을 제거하기 때문에, 고지는 여기에 따로 둔다. (This file lives in `public/` and ships verbatim: the bundler strips legal comments from minified output, so the notices are kept here instead.) == libheif (+ libde265) — LGPL-3.0-or-later == 무엇: HEIC/HEIF 파일을 여는 해독기. `/image/heic-to-jpg/` 에서 브라우저가 HEIC 를 직접 읽지 못할 때만 내려받는다. 디코더만 포함하며 인코더는 링크되어 있지 않다 (배포 wasm 바이너리에서 libde265 심볼은 확인됨, x265·aom·kvazaar·SVT 는 없음). What: HEIC/HEIF decoder, downloaded only when the browser cannot decode HEIC itself. Decode-only build: libde265 is linked; no HEVC/AV1 encoder is present. 원본: https://github.com/strukturag/libheif https://github.com/catdad-experiments/libheif-js (Emscripten 빌드 배포판) 버전: libheif-js 1.19.8 전문: ./libheif.txt (LGPL-3.0 및 GPL-3.0 전문 포함) 수정 여부: 수정하지 않았다. 배포된 빌드 산출물을 그대로 싣는다. 교체 방법: 이 라이브러리는 우리 코드와 섞이지 않은 **독립 청크**로 배포된다 (`/_astro/libheif-bundle-*.js`). 직접 빌드한 libheif 로 그 파일을 바꾸면 나머지 코드를 고치지 않고도 동작한다 — LGPL-3.0 §4 의 교체 요건은 이 형태로 충족된다. Modified: No. The upstream build artifact is shipped as-is, as a standalone chunk (`/_astro/libheif-bundle-*.js`) that can be replaced with your own build. == 그 밖에 == fflate (MIT), Preact (MIT), ONNX Runtime Web (MIT), u2netp 모델 (Apache-2.0 계열) — 모두 허용적 라이선스이며 고지 의무의 형태가 위와 다르다. 저장소의 `docs/architecture.md` 와 각 도구 페이지의 "근거"에 출처를 적어 두었다.