ThePhD / infoware

C++ Library for pulling system and hardware information, without hitting the command line.
Creative Commons Zero v1.0 Universal
410 stars 84 forks source link

fix dpi calculation for linux & mac #75

Closed aoleg94 closed 5 months ago

aoleg94 commented 5 months ago

fix dpi calculation for linux & mac

DPI = pixels / inch, not mm / pixels dots = pixels for computer screens

nabijaczleweli commented 5 months ago

whoops momento! thanks