Open rigon opened 1 year ago
Please export fixOrientation function, it think it is an useful method in other applications. And these constants as well:
fixOrientation
orientationUnspecified = 0 orientationNormal = 1 orientationFlipH = 2 orientationRotate180 = 3 orientationFlipV = 4 orientationTranspose = 5 orientationRotate270 = 6 orientationTransverse = 7 orientationRotate90 = 8
I think this PR should be all good to go. #161
Please export
fixOrientation
function, it think it is an useful method in other applications. And these constants as well: