From 6232d13f5321b87ddf12a1aa36b4545da45f173d Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 17 Nov 2021 22:34:57 +0100 Subject: Travel3: Simple image and video display site Reads the images and videos from filesystem and builds a site in memroy. --- src/rotation.hh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/rotation.hh (limited to 'src/rotation.hh') diff --git a/src/rotation.hh b/src/rotation.hh new file mode 100644 index 0000000..2646b29 --- /dev/null +++ b/src/rotation.hh @@ -0,0 +1,16 @@ +#ifndef ROTATION_HH +#define ROTATION_HH + +enum class Rotation { + UNKNOWN, + NONE, + MIRRORED, + ROTATED_180, + ROTATED_180_MIRRORED, + ROTATED_90, + ROTATED_90_MIRRORED, + ROTATED_270, + ROTATED_270_MIRRORED, +}; + +#endif // ROTATION_HH -- cgit v1.2.3-70-g09d2