GreenMountainGirl wrote:
Right, as long as one isn't doing extreme crops or blow ups there should be little or no difference between TIFFs, PPMs and JPGs other than filesize.
Eventually I would like to purchase a printer that will use larger paper. Any words of advice on how to handle the extra enlarging that will occur?
It won't be a problem if you adjust the pixel dimensions of the image correctly before it is saved to a print file.
And example would be if you get really excited and end up with an Epson printer that can produce 17 inch wide prints! It prints at 360 pixels per inch. So you shoot a great picture of your child, and want to send Grandma a 16x20, plus you want an 8x10 for your desk at work. Lets assume the camera is a Nikon D5100 that produces 4928x3264 images. (You can adjust the various numbers to whatever it might actually be, and then redo the same arithmetic as below to get a "real" example.)
First, the image does not have the same aspect ratio as a 16x20 print, so it needs to be cropped. The largest it can end up is 4080x3264. But that pixel dimension would, with a 360 pixel per inch printer, produce an image that is 11.33" x 9.07". That is smaller than the 16x20 you want and larger than the 8x10. So at that point two different "print files" should be produced. One that is (360*20 x 360*16) and one that is (360*10 x 360*8). The first is 7200x5760 pixels and the second is 3600x2880 pixels. Each image, at that size, should be sharpened to taste and then can be saved to a JPEG file. (Any time before this point if the image is saved to an intermediate file, that file should be either a TIFF format or the native format for you editor; but never as a JPEG format.)
Then the 7200x5760 pixel JPEG file is printed as a 16x20, and the 3660x2880 JPEG is printed as an 8x10.
However, if you make use of continuous tones in an image and you insist on leaving individual pixels visible without resamping then you may occasionally have the compression algorithm leave you with a series of dots all over the place.
What is resampling? How do you know you are leaving individual pixels visible? (Maybe this is a Photoshop CS process? I use LR4 and PSE 11.)
"Resampling" is the process used to change the pixel dimensions of an image. For example if you have a 2000x2000 pixel image and need to display it in an 800x600 pixel window on a computer... to get it down to 2000 pixels wide the display software will essentially average every 2.5 pixels and generate 1 pixel for a new image, which will be what is actually displayed. That is "down sampling". If the same image is to be printed it would necessarily have to be "up sampled" to produce more pixels.
I tried doing an enlargement of just one portion of an image the other day, the picture appeared to have a pebble-type surface! Must have stretched beyond normal limits...
That is the effect that we discussed in the previous couple of articles. One of the ways that JPEG reduces file size to save blocks of pixels as if they are all the same. So it might divide then entire image into 8x8 pixel blocks and save each as just one RGB value using three 8 bit bytes instead of 64 separate 8 bit bytes. Big space saver, but...
If you crop out a section of that image, and enlarge it... the 8x8 pixel block is enlarged, and becomes visible. Do that just a little and it is just "poor quality", do it a lot and it is downright ugly. A "pebble-type surface" sounds like you were just into the downright ugly range!
