Skip to content

Better handling of "Unknown field with tag" warning #2

@richierocks

Description

@richierocks

When calling readTIFF I quite often get lots of "Unknown field with tag" warnings, which aren't very useful. (Try unzipping the attachment and calling readTIFF("farouq.tiff"); you should see 17 warnings.)

farouq.zip

I realise that I can suppressWarnings when I read in the file, but I don't want to do this in general since I might miss other useful warnings.

Ideally, it would be nice to have these tags read and stored as attributes; failing that it would be nice to be able to turn off these warnings (without having to suppress all warnings).

More discussion about these warnings in this SO question.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions