You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI files with ORF (and RAW and dmg I think) extensions aren't recognized as image files
but, unless I missing something, otherwise the functionality is actually present to write tags from the CLI
(maybe they can't be displayed by UI - I know there are a pile of RAW formats)
My use case is modifying/creating xmp files rather than modifying the image file anyway but something to consider.
Sure, I can do that. I have a separate issue for adding raw file support to the UI, which will just take a little more work to display image previews: #232
The CLI will be easier. Instead of handling raw file extensions specifically (it's a fairly large pile!), I could:
Allow passing any file types to the CLI
If it's not a supported image type but has an xmp sidecar file, only write to the sidecar
Only raise an error if it's not a supported image type and doesn't have a sidecar
If a directory or glob pattern is given, match supported image types plus any extra xmp files
FYI files with ORF (and RAW and dmg I think) extensions aren't recognized as image files
but, unless I missing something, otherwise the functionality is actually present to write tags from the CLI
(maybe they can't be displayed by UI - I know there are a pile of RAW formats)
My use case is modifying/creating xmp files rather than modifying the image file anyway but something to consider.
The text was updated successfully, but these errors were encountered: