Filesize Problem
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
I am using a .tiff image for LSB based steganography. The method works fie but the problem is that even if I embed a 2 byte message in a 43.2 KB image, when I write back the altered image matrix to a new file using imwrite(), the size of the new file gets abruptly increased to 673KB. Can you please help me out on this?
2 件のコメント
Walter Roberson
2012 年 6 月 20 日
If you write back the file without any change, what size shows up?
Jan
2012 年 6 月 20 日
Which parameters do you use for IMWRITE?
回答 (1 件)
Image Analyst
2012 年 7 月 1 日
0 投票
What application created the TIFF file? There are different "flavors" of TIFF files and MATLAB probably doesn't use all the same tags as your input image. It could very well use different tags, which would give rise to a different file size.
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!