Skip to content

writing metadata #792

@eadluru

Description

@eadluru

i ma working on writing metadata to a tiff image as xmp file.

I use the following code:
//Writing Metadata into image

     Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(filename.toStdString());
assert(image.get()!=0);
image->setExifData(exifData);
image->writeMetadata();

but i am getting a error saying AutoPtr not a member og Exiv2::Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions