1
0

remove QHD preset

This commit is contained in:
2025-07-31 04:04:23 +02:00
parent 0b96dbf448
commit 142cf30662
3 changed files with 0 additions and 120 deletions

View File

@ -31,7 +31,6 @@ def width_rounded_8(height):
width = int(round(height * input_ratio))
return ((width + 4) // 8) * 8
print("QHD = %i x 540" % width_rounded_8(540))
print("HD = %i x 720" % width_rounded_8(720))
print("Full HD = %i x 1080" % width_rounded_8(1080))
print("4K = %i x 2160" % width_rounded_8(2160))