Initial commit
This commit is contained in:
15
Server/Core/Common/ImageOrientation.cs
Normal file
15
Server/Core/Common/ImageOrientation.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
namespace Bring2mind.InMemoriam.Core.Common
|
||||
{
|
||||
public enum ImageOrientation
|
||||
{
|
||||
Unknown = 0,
|
||||
Normal = 1,
|
||||
FlipHorizontal = 2,
|
||||
Rotate180 = 3,
|
||||
FlipVertical = 4,
|
||||
Transpose = 5,
|
||||
Rotate270 = 6,
|
||||
Transverse = 7,
|
||||
Rotate90 = 8
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user