-
Hi Romain, I am interested in generating .png images of tesselations with 300 dpi using Neper -V module. How can I control the dpi of the images generated? I see that one can control the total number of pixels in an image but couldn't find anything to control the pixel density. Kindly let me know if there is a possibility to do so. Regards, Danish |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The resolution in dpi is proportional to the number of pixels (along a dimension of the image) and inversely proportional to the image length / width. Typically, from the desired length / width and dpi resolution, you would compute the necessary number of pixels. The dpi resolution is not encoded in the png file. |
Beta Was this translation helpful? Give feedback.
The resolution in dpi is proportional to the number of pixels (along a dimension of the image) and inversely proportional to the image length / width. Typically, from the desired length / width and dpi resolution, you would compute the necessary number of pixels.
The dpi resolution is not encoded in the png file.