[ QUOTE ]
It's not that I have to scroll to see the entire image--my computer just gives up and doesn't load any of the photo.
If your computer and the software are high-tech enough for you to see the entire photo then the program can probably easily resize the photos for Neanderthals like me and my software.
[/ QUOTE ]
My browser is running on a 466 MHz Celeron box, but it's displaying on a 233 MHz P-II, which is also were I did the image manipulation.
[ QUOTE ]
[good advice trimmed] Just be aware that if you do take the picture with low rsolution you will not be able to use them for publication and they will not look as good when printed as photographs.
[/ QUOTE ]
That's all true and good information. Perhaps the best thing, though would be to use image viewing/manipulation software that doesn't try to hide from the user what it is it's doing. I don't know what to recommend for Windows users except for what it is I use. The only drawback for Windows users is that there isn't a graphical interface to the manipulation. There is one in the source code and pre-compiled packages for unix-like stuff, but I use the command line anyway as it's just plain faster.
I think for that last one I used something like
<font class="small">Code:</font><hr /><pre>convert -resize 50% -gamma 1.4 -sharpen 0x1 12204-Dscn0711.jpg 12204-Dscn0711.mod.jpg</pre><hr />
It's just that simple. And quite quick, even on this old hardware. Spend a few minutes with me Todd, and I'll "learn you" to do it.
http://www.imagemagick.org/
Glen