Posted: 2006-09-15T05:30:43-07:00
Use the Q8 configuration of ImageMagick if you aren't already.
You are right about the reason: the TIFFs get expanded internally
to 64 bits per pixel (Q16) or 32 bits per pixel (Q8).
If you are running *nix, you could investigate the San Diego
Supercomputer Center's image tools. They are not maintained
any more (since 1995) but they are free and can rescale TIFFs
using only 1 bit per pixel for internal storage. You might be able
to incorporate that somehow in your work stream for the initial
scaledown of TIFFs before processing them with ImageMagick.
You are right about the reason: the TIFFs get expanded internally
to 64 bits per pixel (Q16) or 32 bits per pixel (Q8).
If you are running *nix, you could investigate the San Diego
Supercomputer Center's image tools. They are not maintained
any more (since 1995) but they are free and can rescale TIFFs
using only 1 bit per pixel for internal storage. You might be able
to incorporate that somehow in your work stream for the initial
scaledown of TIFFs before processing them with ImageMagick.