Thread: DPI and resolution math

  1. #1
    Registered User
    Join Date
    Nov 2015
    Posts
    54

    DPI and resolution math

    Hi!

    Please, help me to dig through the math, I don't see how it works
    (not enough math understanding abilities, yet).

    As an example consider one bitmap which is 200 pixels horizontally and 100 pixels vertically. If this bitmap was printed at 100DPI then it would measure 2 inches by 1 inch. If however the same bitmap was printed at 200 DPI then it would only measure 1 inch by half an inch.
    I don't understand the meaning of this phrase (and the similar one above):
    "it would only measure 1 inch by half an inch" (maybe its a language issue).
    What does "measure n inches by m inches" mean?

    How to arrive at 2 inches by 1 inch given 200 pixels horizontally and
    100 pixels vertically? Is there a formula or it is a basic math?


    Thank you!
    Last edited by Ducol; 01-14-2016 at 05:38 AM. Reason: Added more information

  2. #2
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    __ by __ means width by height, so it means 200 pixels wide / 100 dots (pixels) per inch = 2 inches wide by 100 pixels high / 100 dots (pixels) per inch = 1 inch high

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. My Resolution
    By RoD in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 01-04-2005, 04:37 PM
  2. Basic Math Problem. Undefined Math Functions
    By gsoft in forum C Programming
    Replies: 1
    Last Post: 12-28-2004, 03:14 AM
  3. Hostname/IP Resolution
    By Thunder in forum Networking/Device Communication
    Replies: 2
    Last Post: 12-05-2003, 02:28 PM
  4. Resolution testing for. . .
    By Waspntr in forum Windows Programming
    Replies: 6
    Last Post: 02-18-2003, 10:31 PM
  5. What resolution?
    By Cheeze-It in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 09-13-2001, 09:42 AM

Tags for this Thread