exiftool-vendored
    Preparing search index...

    Interface MWGCollectionsTags

    MWG (Metadata Working Group) Collections tags for standardized image grouping metadata.

    Collections allow images to be organized into named groups while maintaining their physical location. This provides a standardized way to group related images across different metadata formats (XMP, IPTC, EXIF).

    interface MWGCollectionsTags {
        Collections?: CollectionInfo[];
    }

    Hierarchy (View Summary)

    • MWGCollectionsTags
    Index

    Properties

    Properties

    Collections?: CollectionInfo[]

    Array of collections that include this image.

    An image can belong to multiple collections. Each collection is identified by both a human-readable name and a unique URI, enabling consistent collection management across different applications and systems.