FileSignatures icon indicating copy to clipboard operation
FileSignatures copied to clipboard

FileFormat does not support multiple extensions

Open charliettaylor opened this issue 1 year ago • 1 comments

Some file formats have multiple extensions and it would be nice to be able to have aliases for them. For example, image/jpeg can be .jpg or .jpeg and image/tiff can be .tif or .tiff.

Suggested change:

  • Add a new property to FileFormat called something like Extensions or OtherExtensions
  • Update constructors to allow an optional list/array of alternate extensions to be passed

charliettaylor avatar Dec 15 '23 19:12 charliettaylor