-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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.)
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels