If you set the StripSize in the TiffEncoder to a value larger than the default, you'll end up with improved compression.
This is taken from the documentation:
"The strip size is the number of image rows saved as a single strip in the TIFF. The default value is -1, which will automatically calculate a strip size equal to about 8Kb of uncompressed data. For higher compression, it often makes sense to increase this number.
If the StripSize is greater than the image height, the actual strip size will equal the image height."
Bill Bither
Atalasoft