cancel
Showing results for 
Search instead for 
Did you mean: 
3 Replies

Re: Problems with TIFF compression

The following example  code demonstrates how to compress TIFF files using the above method.
using System.IO;
using System.Drawing.Printing;
using RasterEdge.Imaging;
using RasterEdge.Imaging.Codec.Compression;
using RasterEdge.Imaging.TIFF;

RasterEdgeImaging Image = new RasterEdgeImaging();
{
TiffEncoder.infile(@"C:\1.tif");
TiffEncoder.Outfile(@"C:\2.tif");
TiffEncoder = TiffEncoder.Group3Encoding;
}
Image.TiffEncoder(@"C:\1.tif", "C:\2.tif", TiffEncoder TiffEncoder.Group3Encoding);
0 Kudos
JanelJ
New Member
New Member

Re: Problems with TIFF compression

I am using a ColorQube 9303.

0 Kudos
CherylO-Xerox
Valued Advisor
Valued Advisor

Re: Problems with TIFF compression

Hi JaneIJ,

Thank you for using the Support Forum.  Please let us know what machine you are using, it will help in examining the problem. 

Thanks,
CherylO-Xerox
Community Manager

Be sure to click Kudos for those who have helped you.
Select Accept as Solution for posts that have helped to solve your issue(s)!

0 Kudos
JanelJ
New Member
New Member

Problems with TIFF compression

Product Name: Other - specify product in post

When I scan a large document (tabloid size) at high resolution and save it as a tiff, the result is an unreadable file (using Windows photo viewer, Picasa 3, and Corel X3).  I'm not sure what exact file size causes this problem but the ones that turn out approximately 3.5 MB are readable but the ones that are more than 6MB are not.  I have tried setting the tiff color compression to each of the three options but they all produce the same result.  I know it's not an innate tiff problem because I have other tiffs that are much larger that work just fine.

0 Kudos