metadata

By default, the image optimizer will remove all metadata embedded in an image. The metadata parameter allows this behavior to be configured.

Syntax

metadata={value}

Allowed values

ValueDescription
copyrightPreserve copyright notice, creator, credit line, licensor, and web statement of rights fields.
c2paPreserve the C2PA manifest and add any transformations performed by Fastly Image Optimizer.
copyright,c2paApply both c2pa and copyright metadata filters.

Notes

  1. The copyright parameter is only effective when the source and destination format are both jpeg.
  2. C2PA is enabled for all image formats except for when the output format is JPEGXL.
  3. C2PA manifests are supported up to version 2.4.
  4. When using c2pa, a C2PA manifest is only attached to the transformed image if the source image has one to begin with. Otherwise, the parameter is ignored and a warning is added to the Fastly-Io-Warning header.