Luminous Landscape Forum
Raw & Post Processing, Printing => Digital Image Processing => Topic started by: MrIconoclast on May 16, 2013, 10:10:24 am
-
I have large number of photos I am saving in the Tiff format. They are two to three times the size of the RAW file.
Is there a way to reduce the size of the TIFF files but not lose any image quality?
thanks.
-
Saving TIFF from what program?
-
If you are a Nikon man, you may want to try Capture NX2. It holds everything (including the original raw data, subsequent global and local adjustments, plus a final Jpeg) in a neat tight package called a NEF. Entropy.
Jack
-
I have large number of photos I am saving in the Tiff format. They are two to three times the size of the RAW file.
Is there a way to reduce the size of the TIFF files but not lose any image quality?
thanks.
Yes there is, save the TIFF's with a zip-compression, which is lossless. Your raw file is n-MegaPixels of, at most, 16 bits. The tiff file is n-MegaPixels of, at least, 24 bits, and probably should be saved as 48-bit pixels, so the tiff will be larger than the raw without compression.
Alan
-
I am using PS6. I save with no compression at the moment, but I am wondering if the LZW compression will help. But, I do not want to lose image quality.
Maybe I should buy a larger hard drive. :-)
-
A Google search on LZW produced the answer, it is non-destructive.
Alan
-
If you are using 16-bit, you'll want to use zip compression as LZW can actually end up producing larger files compressed than uncompressed...
-
It used to be that LZW was better supported than zip in other programs, so I tend to default to LZW except for 16 bit.