ParthJadhav / Tkinter-Designer

An easy and fast way to create a Python GUI 🐍
BSD 3-Clause "New" or "Revised" License
8.63k stars 794 forks source link

Report bug: Is there a way to produce higher Image resolution on oupput? #348

Open WizKid1968 opened 9 months ago

WizKid1968 commented 9 months ago
sfh0345 commented 8 months ago

import ctypes

ctypes.windll.shcore.SetProcessDpiAwareness(1)

would fix your issue on windows. idk if windll works on mac tho....