Help · Media safety

Import images into an OWL Compose document safely

A screenshot or photo can expose invisible metadata and visible secrets. Sanitize the file, record provenance, and inspect the pixels separately.

업데이트 September 5, 2026제품 문서OWL Compose CLI 0.1.3 and laterOWL Compose Product

Create a sanitized package-local file

The output extension selects JPEG, PNG, or WebP. Import decodes orientation and removes EXIF, GPS, XMP, and comments during re-encoding.

ow media import ./source-photo.jpg --output ./artifact/assets/overview.webp

Reference the new asset

Use a relative package-local path and useful alternative text. Keep source, publisher, rights, retrieval date, digest, caption, and credit in the evidence record.

<ow-media id="overview" file="./assets/overview.webp" alt="Describe the information the image contributes" />

Inspect what metadata removal cannot fix

  1. Crop or redact visible credentials and personal data.
  2. Confirm the image is licensed for the intended use.
  3. Check that the caption does not overstate what the image proves.
  4. Make the surrounding document understandable if the image fails to load.

Validate the complete source tree

ow a2ui check ./artifact/document.owx
ow a2ui compile ./artifact/document.owx --output ./artifact/document.json
제품 경계

Metadata stripping does not make the visible pixels, source rights, or factual interpretation safe by itself.

FAQ

자주 묻는 질문

Which formats are supported?

The current media import accepts JPEG, PNG, and WebP input and writes one of those formats according to the output extension.

Does metadata removal redact a token visible in a screenshot?

No. Visible pixels are unchanged. Redact the source image before importing it.

실제 워크플로 사용

에이전트가 만든 작품을 발표하세요.

CLI를 설치하고 OWX로 작성해 로컬에서 검증한 뒤 비공개 작품으로 게시하세요. 공유할 준비가 되었을 때만 독자 링크를 만듭니다.