parro-it / screen-info

Multiplatform screen & monitors info
MIT License
31 stars 2 forks source link

ppi #4

Open rui-cruz opened 7 years ago

rui-cruz commented 7 years ago

Hi,

I need to get ppi information of the screen, is that possible?

Thank you

parro-it commented 7 years ago

Not at the moment, sorry. But we could add it if you need.

Are you interested in doing a PR?

Some info on the function to use on the various platform:

The general idea is to get size of a monitor in mm and resolution, and from these calculate ppi.

devlfm commented 7 years ago

Hi @parro-it that would be very kind from you to add the ppi. I don't have the knowledge needed to create a PR of this kind, but I can help you testing! I have 2k / 4K monitors with different ppi's.. I can create a small electron app to display that info.