Any opinions on the best method for getting on-disk file size down? Resample? Compress more? Objective analysis will be scoffed at but secretly absorbed.
Thanks,
J
What you are doing is foolish IMO.
If you need lower resolution/compressed JPEGs for particular purposes (such as for the Web), save those separately, and in addition to, your original full-size files.
You can get 1 TB drives for about $130 so why try to economize on disk space?
If you need lower resolution/compressed JPEGs for particular purposes
(such as for the Web), save those separately, and in addition to, your
original full-size files.
Yes. All captures are stored as RAW and processed to TIFF or processed in camera and left on disk/backup as an original JPG.
I'm asking mostly about open-ended email transmissions, where I feel it's still prudent to keep file sizes "reasonable". I'll admit I'm not even sure I know what that word means. Our email system has requirements which make this particularly challenging (under 2 mb outgoing).
J
I know I can send at least 20MB attachments and someone sent me a 35MB attachment the other day.
You need a new ISP
But my question still stands: is there any time at which resampling would
be preferable to lossy compression to keep file sizes down?
And an excellent question it is.
It's no secret that I avoid JPEGs as much as I can, but when I do庸or instance to illustrate a point in a forum post悠 have come to prefer downsampling over compression, always. I did run some tests to compare this quite a long time ago. It was my conclusion that compression not only created the visible, clearly discerinble artifacts that we all have come to identify as "JPEG artifacts", but also resulted in wholesale averaging of colors.
Take this with a grain of salt, as I only resort to JPEGs when quality clearly does not matter.
JPEG-12 compression of a well-shot image, for instance, may reduce the size of a TIFF file by 2/3 with no discernible difference on a 10x14 print. That makes JPEG-12 very appropriate for many electronic file transfers. OTOH lesser JPEGs can quickly destruct an image to unusability.
I know I can send at least 20MB attachments and someone sent me a 35MB
attachment the other day.
You need a new ISP
A new ISP is not needed. An understanding of the inefficient transfer of files via email is needed. Limiting to 2MB is a sign that the mail administrator is quite bright.
People need to stop sending large files by email. Email only handles text files - so any binary file you transfer must be encoded to text (MIME). This results in an inflated file size. What's the point in trying to compress to JPEG if you are going to blow the file up again via MIME?
Invest in FTP/HTTP services that allow you to post images, then announce the FTP/HTTP location to your recipients via email. By setting up a better workflow, you won't have to nitpick which JPG compression method works best.
I appreciate the responses.