You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify shows the complete current list of supported file types (when no asset is displayed on the page).
32
+
When you first load the site and no asset is displayed on the page, Verify shows the complete current list of supported file types.
33
33
:::
34
34
35
35
### Uploading an asset
@@ -235,136 +235,6 @@ Another example that can result in this message is shown in [this image](https:/
235
235
]
236
236
```
237
237
238
-
### Credit and usage
239
-
240
-
The **Credit and usage** section displays information about the asset's author and usage rights, divided into these subsections:
241
-
242
-
-[Produced by](#produced-by)
243
-
-[Social media accounts](#social-media-accounts)
244
-
-[AI model usage](#ai-model-usage) (if the active manifest contains a [do not train assertion](manifest/assertions-actions#do-not-train-assertion))
245
-
246
-
#### Produced by
247
-
248
-
The **Produced by** subsection shows information derived from the [CreativeWork assertion](manifest/assertions-actions#creative-work-assertion) in the active manifest.
249
-
If the associated `data` object has an `author` property, then the `name` property is shown under **Produced by**. If there is a `url` or `license` property, then it says **Website** with a link to the site. For example:
The above example shows the following CreativeWork assertion from the active manifest. The `url` property is the URL of the asset on the Adobe Stock site:
256
-
257
-
```json
258
-
"assertions": [
259
-
{
260
-
"label": "stds.schema-org.CreativeWork",
261
-
"data": {
262
-
"@context": "https://schema.org",
263
-
"@type": "CreativeWork",
264
-
"url": "https://stock.adobe.com/135017891"
265
-
},
266
-
"kind": "Json"
267
-
},
268
-
...]
269
-
```
270
-
271
-
#### Social media accounts
272
-
273
-
If the asset was created with Adobe Photoshop or Adobe Lightroom and the asset's creator has [connected social media accounts](https://connected-accounts.adobe.com/), then the **Credit and usage** section shows the information added for any connected accounts, which can include Behance, Instagram, LinkedIn, and X (Twitter).
274
-
275
-
For more information, see:
276
-
277
-
-[Content Credentials (Beta) in Photoshop - Connect accounts for creative attribution](https://helpx.adobe.com/photoshop/using/connect-accounts.html)
278
-
-[Content Credentials (Beta) in Lightroom](https://helpx.adobe.com/lightroom-cc/using/content-credentials-lightroom.html)
If the active manifest contains a [do not train assertion](manifest/assertions-actions#do-not-train-assertion), then the **Credit and usage** section displays the following message:
351
-
352
-
<div
353
-
style={{
354
-
width: '200px',
355
-
border: '1px solid #ccc',
356
-
backgroundColor: '#fff',
357
-
padding: '7px',
358
-
marginLeft: 'auto',
359
-
marginRight: 'auto',
360
-
fontSize: '80%',
361
-
}}
362
-
>
363
-
<b>AI model usage</b>
364
-
<br />
365
-
Do not use my content to train AI models
366
-
</div>
367
-
368
238
### Process
369
239
370
240
The **Process** section displays information about the process used to create the asset, divided into the following subsections:
@@ -535,8 +405,3 @@ See the above example yourself, based on a C2PA test image:
535
405
536
406
-[Inspect using Verify](https://contentcredentials.org/verify?source=https://c2pa.org/public-testfiles/image/jpeg/truepic-20230212-camera.jpg)
537
407
-[View the corresponding manifest report from C2PA Tool](https://c2pa.org/public-testfiles/image/jpeg/manifests/truepic-20230212-camera/manifest_store.json)
538
-
539
-
## Searching for matching Content Credentials
540
-
541
-
Adobe products can save manifest stores in the [Adobe Content Credentials Cloud](getting-started#storing-a-manifest-in-the-cloud).
542
-
Click **Search for possible matches** to search the Adobe Content Credentials Cloud for content similar to the asset's ingredients, as described in the [Ingredients](#ingredients) section above.
0 commit comments