Currently we have PixScale which defaults to 1 meaning that we draw 72DPI into the images.
A value of 2 would be effectively 144 DPI.
Is this intuitive? If someone wanted to do print, and for example 300DPI we would need PixScale as 300/72.
Should instead the field be DPI and default it to 72?
Currently we have
PixScalewhich defaults to1meaning that we draw 72DPI into the images.A value of
2would be effectively 144 DPI.Is this intuitive? If someone wanted to do print, and for example 300DPI we would need PixScale as
300/72.Should instead the field be
DPIand default it to72?