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

Only files with the lowercase extension ".jpg" can be opened, not files ending with ".JPG". #1

Open
timlg07 opened this issue Sep 12, 2020 · 1 comment

Comments

@timlg07
Copy link

timlg07 commented Sep 12, 2020

OS: Windows 10
The image viewer can't open .JPG files, unless you rename them to have a lowercase extension.

As a simple workaround this renaming can be done from the command line (cmd.exe) with these commands:

for %F in (*.JPG) do ren "%~fF" "%~dpnF.jpg"
@timlg07
Copy link
Author

timlg07 commented Sep 12, 2020

I found a fix for this problem. It's provided in the pull request #2.

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