Skip to content

XMP tag orientation generated by exiftool is not handled #6462

@bigcat88

Description

@bigcat88

Exiftool generates orientation like this:
<tiff:Orientation>8</tiff:Orientation>

Current code:

transposed_image.info["XML:com.adobe.xmp"] = re.sub(
                    r'tiff:Orientation="([0-9])"',
                    "",
                    transposed_image.info["XML:com.adobe.xmp"],
                )

does not handle this situation.

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