|
| 1 | +--- |
| 2 | +id: tm-faq |
| 3 | +title: TrustMark FAQ |
| 4 | +hide_table_of_contents: true |
| 5 | +--- |
| 6 | + |
| 7 | +- [General Usage and Adoption](#general-usage-and-adoption) |
| 8 | + - [What is TrustMark?](#what-is-trustmark) |
| 9 | + - [How does TrustMark compare to traditional visible watermarks?](#how-does-trustmark-compare-to-traditional-visible-watermarks) |
| 10 | + - [What is this software?](#what-is-this-software) |
| 11 | + - [Can I integrate TrustMark into my own application?](#can-i-integrate-trustmark-into-my-own-application) |
| 12 | + - [Can I use TrustMark in commercial projects?](#can-i-use-trustmark-in-commercial-projects) |
| 13 | + - [Why would I want to make an image identifiable using TrustMark?](#why-would-i-want-to-make-an-image-identifiable-using-trustmark) |
| 14 | + - [Can TrustMark be embedded in any images, including those generated by AI?](#can-trustmark-be-embedded-in-any-images-including-those-generated-by-ai) |
| 15 | + - [How does TrustMark align with provenance standards such as the C2PA?](#how-does-trustmark-align-with-provenance-standards-such-as-the-c2pa) |
| 16 | + - [Does TrustMark alter metadata or EXIF information?](#does-trustmark-alter-metadata-or-exif-information) |
| 17 | +- [Technical Details](#technical-details) |
| 18 | + - [Does TrustMark support my image format?](#does-trustmark-support-my-image-format) |
| 19 | + - [Does TrustMark work on grayscale images?](#does-trustmark-work-on-grayscale-images) |
| 20 | + - [How fast is TrustMark?](#how-fast-is-trustmark) |
| 21 | + - [What are the image resolution limits of TrustMark?](#what-are-the-image-resolution-limits-of-trustmark) |
| 22 | + - [How robust is TrustMark?](#how-robust-is-trustmark) |
| 23 | + - [Can I print TrustMark?](#can-i-print-trustmark) |
| 24 | + - [Can TrustMark be embedded in vector graphics?](#can-trustmark-be-embedded-in-vector-graphics) |
| 25 | + - [What dataset was TrustMark trained on?](#what-dataset-was-trustmark-trained-on) |
| 26 | + - [What happens if I apply TrustMark to an already watermarked image?](#what-happens-if-i-apply-trustmark-to-an-already-watermarked-image) |
| 27 | + - [How does TrustMark compare to State of the Art Watermarking approaches](#how-does-trustmark-compare-to-state-of-the-art-watermarking-approaches) |
| 28 | + - [Can TrustMark co-exist with other watermarks?](#can-trustmark-co-exist-with-other-watermarks) |
| 29 | +- [Configuration](#configuration) |
| 30 | + - [Which variant of TrustMark should I use?](#which-variant-of-trustmark-should-i-use) |
| 31 | + - [How can I trade off between robustness and capacity?](#how-can-i-trade-off-between-robustness-and-capacity) |
| 32 | + - [How can I trade off between robustness and quality?](#how-can-i-trade-off-between-robustness-and-quality) |
| 33 | + - [Can I control where the watermark is embedded in an image?](#can-i-control-where-the-watermark-is-embedded-in-an-image) |
| 34 | + - [Does TrustMark affect the file size of an image?](#does-trustmark-affect-the-file-size-of-an-image) |
| 35 | +- [Security and Privacy](#security-and-privacy) |
| 36 | + - [Can TrustMark be removed?](#can-trustmark-be-removed) |
| 37 | + - [Can TrustMark be used to track users or infringe on privacy?](#can-trustmark-be-used-to-track-users-or-infringe-on-privacy) |
| 38 | + - [Can TrustMark be used to secretly mark images without user consent?](#can-trustmark-be-used-to-secretly-mark-images-without-user-consent) |
| 39 | + - [Is TrustMark steganographic watermarking?](#is-trustmark-steganographic-watermarking) |
| 40 | + - [Why release removal code?](#why-release-removal-code) |
| 41 | + - [Does TrustMark interfere with other AI or image processing tasks like object detection?](#does-trustmark-interfere-with-other-ai-or-image-processing-tasks-like-object-detection) |
| 42 | + - [Can TrustMark be used to detect image manipulation?](#can-trustmark-be-used-to-detect-image-manipulation) |
| 43 | + - [Can TrustMark be transferred from one image to another?](#can-trustmark-be-transferred-from-one-image-to-another) |
| 44 | + - [What stops someone from spoofing a TrustMark?](#what-stops-someone-from-spoofing-a-trustmark) |
| 45 | +- [Future Developments](#future-developments) |
| 46 | + - [Will TrustMark support other media types like video?](#will-trustmark-support-other-media-types-like-video) |
| 47 | + - [Is TrustMark compatible with blockchain technology?](#is-trustmark-compatible-with-blockchain-technology) |
| 48 | + - [Can TrustMark be used for NFT provenance?](#can-trustmark-be-used-for-nft-provenance) |
| 49 | + |
| 50 | +import Faq from './trustmark/faq.md'; |
| 51 | + |
| 52 | +<Faq name="faq" /> |
0 commit comments