Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
I need to compress a Tiff image (size). how can i compress it remaining inside the managed code.
Posted
Comments
Sergey Alexandrovich Kryukov 8-Dec-11 2:20am    
Do you want to compress an available TIFF file, which is trivial, or do you want to compress data in the TIFF file, using one of the standard image compression algorithms compatible with a TIFF container? Do you need lostless compression of lossy, an in what compression method?
--SA
Zubair Alie 8-Dec-11 2:49am    
preffer to have Lossless compression achieved. i tried to compress it in LZW but have found no size reduction.
currently looking into Encoder class of .net.

"http://msdn.microsoft.com/en-us/library/system.drawing.imaging.encoder.compression.aspx"

the objective is only to reduce the size.if you have some better idea then please share.

1 solution

Hi,

Please have a look at the following post: compressing-a-tif-file[^]

Kind regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900