Skip to content

How to configure min DPI if not using inches

Version available: 0.10.*
Version 1.0.0 support: supported


If you need to set up min DPI value, but you are using not inches but other units you can convert with the next formula: 
minDPU = Min_DPI * Unit_to_Inch_multiplicator
Where Unit_to_Inch_multiplicator describes how many inches is there in one unit

Example:
If you need to configure min DPI to 300 and you are using mm. In this case:
minDPU = 300 * 0.039370111.811
where 0.0393701 describes how many inches in one mm.


Related links:

Feedback and Knowledge Base