Import a source photo
The output extension selects JPEG, PNG, or WebP. The command decodes orientation and removes EXIF, GPS, XMP, and comments during re-encoding.
ow media import ./source-photo.jpg --output ./artifact/assets/overview.webpAdd the package-local asset
Use ow a2ui draft media to connect the sanitized file to a sourced, responsive presentation node. Run its live --help for the current argument contract.
ow a2ui draft media --helpWrite useful alternative text
- Describe the information the image contributes.
- Do not repeat the caption word for word.
- Avoid filename-only or decorative alt text for functional screenshots.
- Keep secrets and personal data out of the pixels as well as the metadata.
Validate the complete package
ow a2ui draft check ./artifact
ow a2ui draft build ./artifactMetadata stripping does not prove that the visible image is safe to publish. Inspect the pixels and source rights separately.
FAQ
Frequently asked questions
Which image formats can ow media import?
The current command accepts JPEG, PNG, and WebP input and writes JPEG, PNG, or WebP according to the output extension.
Does removing EXIF remove visible secrets from a screenshot?
No. Metadata removal does not redact text or UI visible in the pixels. Review the image itself before publishing.
Use the real workflow
Publish what your agent creates.
Give every report, document, or plan its own reader-ready page. Comments, review decisions, and formal revisions can flow back from there.