If you don't have Photoshop, then download this program:
http://www.autoimager.com/
You can use it free for 15 days before purchasing.
Cave
2007-01-10 11:01:24
·
answer #1
·
answered by caveman 3
·
0⤊
0⤋
Jpegs generally load the fastest of those 3 formats, but that is only because they can be compressed the most, and therefore suffering the most image quality.. Gifs come in second, and pngs third.
2016-05-23 07:13:57
·
answer #2
·
answered by Anonymous
·
0⤊
0⤋
If you have access to a modern linux machine, this shell command would do it. I assume all png files end in '.png'.
$ for i in `ls -1 *.png | sed 's/\.png//'`; do pngtopnm $i.png | pnmtojpeg > $i.jpg; done;
If you're using Windows, search the web for 'batch graphics converter' -- there's lots of freeware out there to do this sort of thing.
2007-01-10 12:04:44
·
answer #3
·
answered by Neil K 2
·
0⤊
0⤋
If you have photoshop just open the png file in photoshop and resave it as Jpeg file.
2007-01-10 10:46:37
·
answer #4
·
answered by Shelley S 4
·
0⤊
0⤋
easy just make sure you can see file extentions then select all the files and right click on one and go to rename, then rename it to something like:
1.jpg
and the rest of the files will follow
ex
1(1).jpg
1(2).jpg
1(3).jpg
1(4).jpg
1(5).jpg...
it does change the name but it is fast for changing the file extensions from png to jpg
2007-01-10 11:03:45
·
answer #5
·
answered by willy 5
·
0⤊
0⤋
Use a batch process routine in Fireworks or Photoshop
2007-01-10 10:46:47
·
answer #6
·
answered by bovie 4
·
0⤊
0⤋
Get a trial version of ACDSee, you can convert file types, rename or resize any image type in batch.
2007-01-10 10:48:13
·
answer #7
·
answered by ? 2
·
0⤊
0⤋
Open it using Photoshop and re-save it in the new format.
2007-01-10 10:47:48
·
answer #8
·
answered by Anonymous
·
0⤊
0⤋
Open each file and do a "save as" to .jpg.
2007-01-10 10:46:45
·
answer #9
·
answered by Anonymous
·
0⤊
0⤋
Try using this handy extension changer
http://www.topshareware.com/Extension-Changer-download-17380.htm
2007-01-10 14:22:32
·
answer #10
·
answered by Dave L 1
·
0⤊
0⤋