Skip to content

Writing to the bytes() #13

Answered by jim-easterbrook
telenkor asked this question in Q&A
Discussion options

You must be logged in to vote

PS Instead of this:

            key = exiv2.ExifKey("Exif.Image.Software")
            v = exiv2.Value.create(exiv2.TypeId.asciiString)
            v.read("Some Text XXX»)
            exifData_out.add(key, v)

you could have this:

            exifData_out["Exif.Image.Software"] = "Some Text XXX"

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@jim-easterbrook
Comment options

Answer selected by telenkor
Comment options

You must be logged in to vote
3 replies
@jim-easterbrook
Comment options

@jim-easterbrook
Comment options

@jim-easterbrook
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants