jpg files being saved as jpe??????

S

shad doedancing

Everytime I try to save a jpeg file, there is an
..jpe added to the file name in the data
name box.. If I save it like this
I have this unknown file type that needs to have the
extension changed from .jpe back to .jpg.
This occurs even though the
data type underneath says it's a JPEG(*.jpg).
Unsure what this is or how to fix it.
Can anybody help??? Thanks
 
R

Robert Aldwinckle

shad doedancing said:
Everytime I try to save a jpeg file, there is an
.jpe added to the file name in the data
name box.. If I save it like this
I have this unknown file type that needs to have the
extension changed from .jpe back to .jpg.
This occurs even though the
data type underneath says it's a JPEG(*.jpg).
Unsure what this is or how to fix it.
Can anybody help??? Thanks

Are you missing an association or have a broken one?

FWIW here is what I have on XP

ftype | find /i "jp"
jpegfile=rundll32.exe D:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
pjpegfile=rundll32.exe D:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1
assoc | find /i "jp"
..jfif=pjpegfile
..jpe=jpegfile
..jpeg=jpegfile
..jpg=jpegfile

</example>

---
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top