RE: LPub3D: Output resolution change?
2019-07-03, 13:08 (This post was last modified: 2019-07-03, 13:23 by Trevor Sandy.)
2019-07-03, 13:08 (This post was last modified: 2019-07-03, 13:23 by Trevor Sandy.)
(2019-07-03, 12:53)Philippe Hurbain Wrote: Hi Trevor,
The idea would be to be able to change the dpi setting, and get exactly the same layout but with different quality levels. For bitmap images, this would result in larger (more pixels) images as dpi is increased. For PDF, the size of page (in mm) would stay the same, but would allow to zoom in more and more as DPI is increased.
Hope I have been clear
Understood. This change is somewhat trivial with only a conversion from inches to metres required for the image generation (jpg, png, bmp). For PDF, there is a method to consume directly the specified dpi.
Cheers,