You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix comment and style for quality range checking
Comments on lines: 1490, 1497 use range verbiage such as:
"""Controls the JPEG quality. Valid range is from 2..55 inclusive"""
However, 55 is not included.
Also, the check on 1495 uses the following checking style using '<':
if not 2 <= value < 55:
0 commit comments