Avian Gamers Network http://www.avian-gamers.net/forums/ |
|
WoW Screenshots http://www.avian-gamers.net/forums/viewtopic.php?f=40&t=15802 |
Page 1 of 1 |
Author: | Faylval [ Thu Dec 08, 2005 4:17 pm ] |
Post subject: | WoW Screenshots |
Hey guys, is there a way to save WoW screenshots in a more user-friendly file type? I think they're being saved in .tga. If I can't change how they're saved, is there a program that will convert them easily? Anything you guys can suggest? I think someone I know wants to see my gnome. |
Author: | Dragon Fire [ Thu Dec 08, 2005 4:37 pm ] |
Post subject: | |
Adobe Photoshop will I know PSP probably too if you don't have either send one to k.s.king at gmail dot com i'll convert it ...or google search .tga covertor or some such term |
Author: | Jeger [ Thu Dec 08, 2005 4:52 pm ] |
Post subject: | Re: WoW Screenshots |
Faylval wrote: Hey guys, is there a way to save WoW screenshots in a more user-friendly file type? I think they're being saved in .tga. If I can't change how they're saved, is there a program that will convert them easily? Anything you guys can suggest? I think someone I know wants to see my gnome.
If you don;t have those already mentioned. try http://downloads-zdnet.com.com/3000-2192-10021962.html Infranview is easy to use and looks great after laborday. It goes great with fish too! |
Author: | Faylval [ Thu Dec 08, 2005 5:12 pm ] |
Post subject: | |
Gracias, DF and J-man... I appreciate it. |
Author: | Tetran [ Thu Dec 08, 2005 5:49 pm ] |
Post subject: | |
I've used a image view for years called ACDSee and has a quick file converter built in. The Classic version is freeware. |
Author: | Faylval [ Thu Dec 08, 2005 5:49 pm ] |
Post subject: | |
Giggidy, giggidy allll right. |
Author: | Flyoc [ Thu Dec 08, 2005 7:57 pm ] |
Post subject: | |
Code: #!/bin/bash
list=`echo *` for i in $list; do case $i in *.tga) file=`echo "$i" | sed -e "s/\(.*\).tga/\1/"` nice -n 19 convert -verbose $i $file.jpg echo "$i converted..." esac done if you want a linux solution... |
Page 1 of 1 | All times are UTC - 5 hours [ DST ] |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |