Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible regression for the (fixed) meta data part #1066

Open
lightwisephoto opened this issue Apr 22, 2024 · 0 comments
Open

Possible regression for the (fixed) meta data part #1066

lightwisephoto opened this issue Apr 22, 2024 · 0 comments

Comments

@lightwisephoto
Copy link

Possible regression for the (fixed) meta data part here:

When you rotate a RAW file like .NEF you get asked if you wanted to save changes (correct) and are then prompted for a new file name (which is incorrect, since we could write meta data changes on their own).

mCurrentImage->saveMetaData(); would be sufficient. But it is not reached since DkUtils::isSavable(mCurrentImage->fileInfo().fileName()) is false because we can't write file contents of RAW files (nevertheless we are able to write meta data).

Originally posted by @lightwisephoto in #837 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant