remove QHD preset
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user