How to get image width and height in cm
Moderators: helmut, XnTriq, xnview
How to get image width and height in cm
can any body tell me how can i get image width and height in cm.... now i get it in pixels.... plz help....
Re: How to get image width and height in cm
hmm... not quite sure.navram wrote:can any body tell me how can i get image width and height in cm.... now i get it in pixels.... plz help....
Actually It should be px / dpi * ci.
ci means a constant describing "cm : inch" which is 2.54 : 1 (as dpi = dots/px per inch).
example:
2000px / 300dpi * 2.54 ~ 16,93cm
(hm... math correct? :p)
Thanks....
Thank u 4 ur reply.... i think it works....