Results 1 to 6 of 6

Thread: DPI and Megabytes how to calculate

  1. #1
    jesskramer jesskramer's Avatar
    Join Date
    Feb 2002
    Location
    Northern California
    Posts
    68

    DPI and Megabytes how to calculate

    Is the a simple formula to comcert the DPI specs of a scanner to calculate how large a scanned file will be in Megabytes??

    Also a way to calculate file sizes for 300 - 360 dpi printing of 24x 30 inch prints

    Thanks

  2. #2
    tim atherton's Avatar
    Join Date
    Jul 1998
    Posts
    3,697

    DPI and Megabytes how to calculate

    Do you have photoshop?

    the quickest/laziest way is just open up a file (or make a blank file) then go into resize and just input the numbers - it will show you the resulting size. You don't actually have to make the file bigger - just use the dialogue box as a "calculator"
    You'd be amazed how small the demand is for pictures of trees... - Fred Astaire to Audrey Hepburn

    www.photo-muse.blogspot.com blog

  3. #3

    DPI and Megabytes how to calculate

    A widely accepted formula: File Size = (height x width x bit depth x dpi2) / 8

    *Note "dpi2" means dpi squared.* For size in MB carry decimal over 6 places from the final number. This gives a slightly higher number than the Photoshop dialog box, (computer HD bit storage?) but you'll get an idea.

  4. #4

    DPI and Megabytes how to calculate

    Well to make a 24x30 at 300 ppi, take 24" x 300 = 7200, then 30x300 = 9000, so your file will be 7200 x 9000 pixels. To figure the file size, multiply 7200 x 9000 = 64800000, which is the total number of pixels. Now the file size is also determined by what type of file it is, RGB, Grayscale, or CMYK, and the number of bits per chanel. Working with 8 bit chanels, with a grayscale image, there is 1 byte per pixel, so multiply the number of pixels by 1 for the total number of bytes in the file, multiply by 3 for the number of bytes in an RGB image, or 4 for a CMYK image. To bring those numbers into units that are more easily understood, divide the file size in bytes by 1024 to get the size in kilobytes, then by 1024 again for the size in megabytes (note 1024, not 1000 since we're ultimatly dealing with binary information, so it has to be a power of 2). So for our example, we'd get a 61.8 megabyte file for grayscale, for RGB, a little over 185 megabyte file. If you were using 16 bit chanels, you'd multiply the number of pixels by 2 for each chanel (8 bits per byte), so you'd multiply by 2 for grayscale, 6 for RBG, etc. To figure the file size of a scan, you'd do it the same way, say for a 4x5 scan, at 1200 ppi, multiply 4 and 5 by 1200 to get the dimension of the file in pixels, then figure the file size the same I did above. Also as was mentioned above, photoshop makes a handy way to calculate things quickly. Hope that helps.

    Peter

  5. #5

    DPI and Megabytes how to calculate

    Correction: >>For size in MB carry decimal over 6 places from the final number.<<

    Should be: For kilobytes divide by 1024. For MB divide again by 1024. This will match the Photoshop file size. (Thanks Peter, I forgot about the binary conversions).

  6. #6

    Join Date
    Nov 2003
    Posts
    1,219

    DPI and Megabytes how to calculate

    The short answer is no.

    You can calculate the number of pixels by multiplying each linear dimension of the source in inches by the DPI figure and then multiplying both these numbers together.

    After you know the number of pixels, you can then multiply by either 3 for 24 bit color depth or 6 for 48 bit color depth. That will give you the number bytes needed to store the image, unless compressed. There may be a few additional bytes for information about the storage format. To get the number of megabytes from that, divide by 1024. But all that is for uncompressed formats. Even lossless formats like tiff are usually compressed in some way. That will reduce the size of the file by some factor depending on the format, the compression algorithm, and the image.

Similar Threads

  1. how to calculate swing
    By daniel dumitru in forum Style & Technique
    Replies: 10
    Last Post: 2-Mar-2005, 20:15
  2. Software or chart to calculate sunrise/sunset position
    By Alex Garcia-Rivera in forum Resources
    Replies: 4
    Last Post: 17-Aug-1999, 23:36
  3. How to calculate depth of field?
    By Dennis Walsh in forum Style & Technique
    Replies: 2
    Last Post: 20-Jul-1998, 06:23

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •