[15:29:48] <Pykler> Having issue with ImageDraw.text ... I have a 300dpi png image, when I draw text on it I am getting a much smaller font size. Any idea how to fix that?
[15:33:15] <Pykler> the font is a ttf loaded with the truetype function with the size set in pts, but it seems the size is much smaller.
[15:39:34] <Pykler> Can I assume that the dpi for imageFont is 96 (and can it not be changed?)