8000
Skip to content

Error on Exif UserComment #367

@FSofTlpz

Description

@FSofTlpz

This is the original UserComment (UTF16):

Garten in Kyoto (Kyōto) (京都市) „Test“

With

exiftool -csv -csvDelim "\t" -UserComment *.jpg > out.csv

are the last Bytes in out.cvs:

0x1e 0x20 0x54 0x00 0x65 0x00 0x73 0x00 0x74 0x00 0x1c

0x00 0x74 is the 't' from 'Test', but 0x1c is not ok. Correct is 0x1c 0x20. The Hexdump of the Jpg ok! ExifTool delivered 1 Byte less (the 0x20).

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

      0