Re: I know it\'s just velocity.....
Thanks in advance for making any effort.
In order for you to keep the camera set to produce quality images suitable for printing, you might investigate software to modify them after the fact to produce copies more appropriate for the WWW.
This paragraph is the last thing I put in the reply. If you're using Windows you can skip all the rest if this link I just found (
http://forums.techguy.org/archive/index.php/t-231753.html) looks like something you can or would be willing to follow up on.
I did a google search for "JPEG image manipulation software" and since google's so good, it didn't surprise me much to see
http://www.imagemagick.org/ at the top of the list. There is undoubtedly nothing more capable available, much less as free, but it's really more oriented to unix and/or server-based setups. The graphical interface is extremely meager on the Windows build (assuming that's what you use). If you're using Mac OS-X then you probably need look no further (as a guess on my part). If you are at all familiar with the Windows command (cmd) prompt what I did was as easy as
convert -resize 800x600 -quality 75 original.jpg modified.jpg
If you can't do that (admittedly, for some reason it's been made not-so-easy to interface with the computer outside the graphical mechanisms in Windows), then perhaps a graphical-interface-based program such as
http://www.irfanview.com/ may be of assistance (I don't know just what its abilities are but it's free and widely acclaimed), or Adobe Photoshop certainly would do the trick (but it ain't free, is it?).
Glen