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.webpReference 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
- Crop or redact visible credentials and personal data.
- Confirm the image is licensed for the intended use.
- Check that the caption does not overstate what the image proves.
- 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.jsonMetadata stripping does not make the visible pixels, source rights, or factual interpretation safe by itself.
よくある質問
よくある質問
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 で作成してローカル検証し、非公開の作品として発表します。共有するときだけ読者リンクを作成します。