Hi! Could you help me? How can I know exactly dpi of image?
For example:
resolution := ImageEn1.IO.Params.Dpi;// 300dpi of Image
if I change resolution from 300dpi to 10 pixels per centimeters (25.4dpi), I'll receive result of this code 25dpi only, because ImageEn1.IO.Params.Dpi is integer.