Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Jpeg vs. Jpe (https://thetfp.com/tfp/tilted-technology/34214-jpeg-vs-jpe.html)

MahlerIsGod 11-02-2003 09:19 PM

Jpeg vs. Jpe
 
I am full of questions tonight. I have thousands of pics and I assumed they would be in the jpeg format. When I try to upload or post to a forum, like this and others, it says that the jpe format is not accepted. I had no idea my pictures were in jpe format. Is there any way to convert them to jpeg format? Is there a way to change the way my computer downloads pics only in jpeg form? Danke!

Sunrise 11-02-2003 09:21 PM

Rename to .jpg
?

copymachineboy 11-02-2003 09:24 PM

Quote:

Originally posted by Sunrise
Rename to .jpg
?

Yup, thats all you need to do.

Sunrise 11-02-2003 09:28 PM

Thanks for confirming ;)

MahlerIsGod 11-02-2003 10:10 PM

So, you want to right click on a picture select Properties and after the name of the pic simply add, ".jpg?" Is is that simple? Thanks


Edit: Just tried it that way and it doesn't work. Anymore suggestions? Thanks

Sunrise 11-02-2003 10:14 PM

Tools -> Folder Options -> View Tab -> untick "hide extensions for known file types"
THEN replace the .jpe extension with .jpg
........

copymachineboy 11-02-2003 10:15 PM

You may have to set it so that windows shows the file extension.

Tools > Folder Options > View >

there should be a check box for Hide extenstions for known file types

Uncheck it and you should be able to rename them no problem. hopefully

:)


***edit: beat to the punch.*** :lol: :lol: :lol:

Sunrise 11-02-2003 10:21 PM

har har, i win again! :D

MahlerIsGod 11-02-2003 11:14 PM

Sunrise + copemachineboy,
Let's not quibble about who beat who but you can take solace in the fact that your knowledge far outstripes mine when it comes to computer and jpeg's. Thanks to you both, that fixes the situation. I just tried posting and it works just fine. Thanks

hawkeye 11-03-2003 09:31 AM

if you have a great deal of files to rename, you can use the msdos command interpreter. start->run->
(folder path)\command.com (ie c:\photos\mine\command.com) ->
REN *.jpe *.jpeg

meanSpleen 11-03-2003 07:30 PM

Quote:

Originally posted by hawkeye
if you have a great deal of files to rename, you can use the msdos command interpreter. start->run->
(folder path)\command.com (ie c:\photos\mine\command.com) ->
REN *.jpe *.jpeg

Or, if you do this often, and just want to type it once:

1) Make a new text file in notepad
2) Save it as "rename.bat" or "jpetojpeg.bat" or whatever you want to call it. Just be sure the extention is ".bat"
---- .bat is a batch file. You use these to run... well.. batches.
3) Type what hawkeye wrote in the text/batch file. "REN *.jpe *.jpeg"

---- REN = is code for "rename"
---- *.jpe is a wildcard, for all files that end in .jpe
---- *.jpeg is a wildcard, for all files that WILL end in .jpeg.
---- so in all instantes of (filename).jpe, where * is the filename, it will rename the .jpe file to .jpeg and keep the original file name.

----

Once you save it, put it in a folder with all your .jpe image files. If you store all your images in C:\Images, then put the batch file in there. Double click it to run, and in a few seconds, all your image files will have their new extention. Then, you can cut and paste the batch file into other image folders and do the same thing.


All times are GMT -8. The time now is 06:57 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73