-
Couldn't load subscription status.
- Fork 100
Open
Labels
1.0 blockerPotentially breaks API compatibility; consider before 1.0 releasePotentially breaks API compatibility; consider before 1.0 releasestatus:triagedIssues that have been looked at but not working on yetIssues that have been looked at but not working on yet
Description
It's not clear in the API which file formats/mime types are supported. We also often end up string matching when dealing with different file formats. I think we can make some big improvements by introducing a Format enum similar to image::ImageFormat.
We can provide methods such as:
c2pa::format_from_path->Format::from_pathFormat::from_extensionFormat::from_mime_typeFormat::mime_typeFormat::formatFormat::extensionsFormat::can_readFormat::can_write
Source: #1260 (comment)
Metadata
Metadata
Assignees
Labels
1.0 blockerPotentially breaks API compatibility; consider before 1.0 releasePotentially breaks API compatibility; consider before 1.0 releasestatus:triagedIssues that have been looked at but not working on yetIssues that have been looked at but not working on yet