Tamanho TIFF
- Created by
- Renato Passos, Eng. de Software
- Reviewed by
- Renato Passos, Eng. de Software
Last updated: Apr 18, 2026
Formula
TIFF
About this calculator
The TIFF resolution calculator is a useful tool for calculating the size of a TIFF file based on its size and color depth.
The formula used is bytes = w·h·bpp/8·4, where w is the width, h is the height, and bpp is the color depth in bits per pixel.
This calculator is particularly useful when working with TIFF images and need to know the file size that can be expected.
Additionally, it's also important to consider that resolution and color depth can affect image quality, so it's worth choosing the right settings for your project.
Frequently asked questions
What is color depth in bits per pixel?
Color depth in bits per pixel (bpp) is the number of bits used to represent the color of each pixel in an image. For example, a color depth of 8 bits per pixel can represent 256 different colors.
Why do I need to multiply the color depth by 4 in the formula?
The color depth is multiplied by 4 because each RGBA pixel has 4 components (red, green, blue, and alpha), and each component is represented by a byte (8 bits). So, the color depth is multiplied by 4 to get the total bytes per pixel.
Can I use this calculator to calculate the size of files of other images?
No, this calculator is specific to calculate the size of TIFF files. If you need to calculate the size of files of other images, you will need a separate calculator.