ampas / CTL

The Color Transformation Language (CTL)
Other
220 stars 78 forks source link

typo in dpxToExr.cpp and exrToDpx.cpp #132

Closed michaeldsmith closed 1 year ago

michaeldsmith commented 1 year ago

on line 238 of \OpenEXR_CTL\exrdpx\dpxToExr.cpp cout << "applyging CTL transforms:"; should be cout << "applying CTL transforms:";

on line 222 of \OpenEXR_CTL\exrdpx\exrToDpx.cpp cout << "applyging CTL transforms:"; should be cout << "applying CTL transforms:";