At the moment, StrictlyPositiveRationalParameter instances have a validate method that checks to see if the denominator is in the range (0, (1<<31)-1]. If the denominator were changed to support integers in the range (0, (1<<31)-1], then strictly positive rational parameter instances could be mapped directly into OpenEXR Rational types.
At the moment, StrictlyPositiveRationalParameter instances have a validate method that checks to see if the denominator is in the range
(0, (1<<31)-1]
. If the denominator were changed to support integers in the range(0, (1<<31)-1]
, then strictly positive rational parameter instances could be mapped directly into OpenEXR Rational types.