Skip to content
ConvertPassConvertPass home

EXIF metadata vs AI-generation metadata

EXIF is camera and phone metadata, including GPS. AI-generation metadata is usually PNG text chunks or parameters strings. They leak different secrets and they strip differently.

Strip EXIF to hide location and camera serials. Strip PNG text chunks to hide prompts and workflows. Doing one does not reliably do the other. Verify with both viewers.

TopicEXIFAI generation metadata
Typical homeJPEG, HEIC, sometimes PNG eXIf.PNG tEXt/iTXt (ComfyUI, Automatic1111 parameters).
Typical secretsGPS, capture time, device model.Prompts, seeds, model names, whole graphs.
How ConvertPass shows itEXIF viewer, as untrusted text.AI metadata viewer, with format labels and raw chunks.
How to removeMetadata remover / canvas re-encode.PNG chunk strip or re-encode; then re-check.

Related tools

Related formats

Last reviewed 16 August 2026.