M HYPE SPLASH
// general

Is there a difference between .JPG and .jpg?

By John Campbell

Files that have uppercase extensions (specifically .JPG) are not opening or being recognized in Windows Live Photo Gallery. .jpg files work as expected. What could be causing this issue?

1

1 Answer

Windows' file access is (generally) not case sensitive. Most Windows programs should not care. Most likely, the two 'different' extensions are from different sources, and the source of the .JPG files has them in an odd/corrupted format.

For example, you have two cameras. One names its files .JPG, the other names them .jpg. The files coming from the first camera could be corrupt. The naming is not the issue, the source (or specific file itself) is.

It should be noted that the actual file system is case preserving (see comments below). It should not make any difference except in a small set of specialised applications - which does not include Windows Live Photo Gallery.

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy