Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use numpy/tuples in place of Imath types
Also: - Use single-element array for DoubleAttribute - Use fractions.Fraction for Rational - Use 8-element tuple for chromaticities - Add __enter__/__exit__ so "with" works with File object - remove operator== entirely, it's way too hard to implement something that's actually useful for testing purposes. The tests do their own validations. Signed-off-by: Cary Phillips <[email protected]> pixel comparison Signed-off-by: Cary Phillips <[email protected]>
- Loading branch information