imaging icon indicating copy to clipboard operation
imaging copied to clipboard

Export fixOrientation

Open rigon opened this issue 2 years ago • 1 comments

Please export fixOrientation function, it think it is an useful method in other applications. And these constants as well:

orientationUnspecified = 0
orientationNormal      = 1
orientationFlipH       = 2
orientationRotate180   = 3
orientationFlipV       = 4
orientationTranspose   = 5
orientationRotate270   = 6
orientationTransverse  = 7
orientationRotate90    = 8

rigon avatar Apr 19 '23 15:04 rigon

I think this PR should be all good to go. #161

KDreynolds avatar Mar 04 '24 19:03 KDreynolds