<quote> I have an existing TIFF file on disk. I need to be able to read
Regards,</quote>
uh, is there some problem with the code you used? it's easy to realize image
compression and to read image compression information.
hope the code below will help.
<code>
Dim Image As New RasterEdgeImaging()
Private Sub ImageCompression()
If True Then
ImageCompression.infile("C:1.tif")
ImageCompression.Outfile("C:2.tif")
ImageEncoder = ImageEncoder.Group3Encoding
End If
End Sub
Image.ImageCompression(@"C:1.tif", "C:2.tif", ImageEncoder
ImageEncoder.Group3Encoding)
</code>
for more information, you may visit this page for detailed information about
Tiff image compression
http://www.rasteredge.com/how-to/vb-net-imaging/image-compressing