Is there a difference between .JPG and .jpg?

12,765

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.

Share:
12,765

Related videos on Youtube

iglvzx
Author by

iglvzx

Email: [email protected] Twitter: @iglvzx LinkedIn: israelgalvez Free Software Foundation Member #9943 Technical Support Hero. Developer behind GWhois.org - the most advanced Whois client in the world! Live, authoritative Whois lookups for domain names and IP addresses, DNS tools, and more!

Updated on September 18, 2022

Comments

  • iglvzx
    iglvzx almost 2 years

    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?

    • Admin
      Admin over 12 years
      What happens if you rename a .JPG file to .jpg, or the other way around?
  • akira
    akira over 12 years
    en.wikipedia.org/wiki/NTFS : ntfs is case sensitive .. IF you use the right namespace.
  • Joachim Sauer
    Joachim Sauer over 12 years
    @akira: in practical usage NTFS is case preserving, but is almost always accessed in a case-insensitive manner.
  • akira
    akira over 12 years
    @JoachimSauer: yep, but why do you explain that to me? :) especially when your argument makes it clear that it's the APPS which are 'doing it wrong' and not the 'windows file system'.
  • Joachim Sauer
    Joachim Sauer over 12 years
    @akira: I was trying to relativize your statement: NTFS might be case sensitive on a low level, but in practical application this almost never shows an effect.
  • akira
    akira over 12 years
    exactly. so it's good to address that in the answer :)