disintegration / imaging

Imaging is a simple image processing package for Go
MIT License
5.22k stars 433 forks source link

Export fixOrientation #160

Open rigon opened 1 year ago

rigon commented 1 year ago

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
KDreynolds commented 6 months ago

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