bitmap size and file size

6 Ansichten (letzte 30 Tage)
Renjith V Ravi
Renjith V Ravi am 3 Mär. 2017
Kommentiert: Walter Roberson am 4 Mär. 2017
When I run the code shown in the link http://in.mathworks.com/matlabcentral/fileexchange/13584-compression-ratio, i got the output
Among these what is the difference between ' FileSize ' and ' BitmapSize ' .How this FileSize is calculated here. The formula for compression ratio is also here.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 3 Mär. 2017
"How this FileSize is calculated here."
Record the output of dir() of the file. Access the "bytes" field of the result.
"' BitmapSize '"
Bitmapsize is Height time Width.
"The formula for compression ratio is also here."
  3 Kommentare
Walter Roberson
Walter Roberson am 4 Mär. 2017
Bytes.
Walter Roberson
Walter Roberson am 4 Mär. 2017
Note that for compression calculations you need to know the number of channels per pixel and the number of bits per channel per pixel.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Get Started with Image Processing Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by