How can I save a image as a TIFF no compression image format with different names in MATLAB?

5 views (last 30 days)
Dear Mr, Mrs
I am trying to save multiple images with imwrite function and different name. imwrite(uint8(F) ,sprintf('map_alfa_%d_beta_%d.tif',alp,bet),'Compression','none');
When I realize the code, Matlab must have saved as the image in no compression tiff image format. But, I don't get image what I want. The file dimension should be bigger than 69 kb. It is not certain but it should have been 69x10 kb.
Thank you for your time and consideration.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!