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

Limit "Select File" button for output to .txt files #89

Closed
andreasmarnold opened this issue Feb 13, 2024 · 0 comments · Fixed by #90
Closed

Limit "Select File" button for output to .txt files #89

andreasmarnold opened this issue Feb 13, 2024 · 0 comments · Fixed by #90

Comments

@andreasmarnold
Copy link
Contributor

It turns out that (unexperienced) users tend to mistake the "Select File" button for a way to load images. This easily leads to inadvertently overwriting image files with the affine matrix.

Could solve or at least mitigate this issue by renaming the button, limiting the selection to .txt files or both.

@jni jni closed this as completed in #90 Feb 15, 2024
jni pushed a commit that referenced this issue Feb 15, 2024
Closes #89, preventing images from being overwritten by the affine
parameters, by:

- changing the label of the file selection box to make it clearer that
it's for saving affine parameters, and
- adding a file filter to the file selection widget, so it only shows
.txt files.
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

Successfully merging a pull request may close this issue.

1 participant