TIFF (Tagged Image File Format) Compression
Show older comments
Hi,
i'm using
imwrite(my_img, fullfile(Path,Name), 'tif','Compression','none');
to save my image and i want to compress it too. I know there are different ways for tiffs to compress them but which one to choose? Only lossless is an option for me but still i don't know how to based on which criterion i can judge between the methods. Also i cannot understand why my files are getting bigger with the 'LZW' compression than with no compression.
Thanks for your help.
Greetings
Accepted Answer
More Answers (0)
Categories
Find more on Image Data in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!