Skip to content

Commit 87a25c5

Browse files
oops
1 parent c628be3 commit 87a25c5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

siffreadermodule/include/siffparams/siffparams.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
#define LITTLEENDIAN "II"
55
#define BIGENDIAN "MM"
6-
constexpr uint16_t TIFFID = 42;
7-
constexpr uint16_t BIGTIFFID = 43;
8-
constexpr uint32_t MAGICNUMBER = 117637889; // identifies this as a scanimage file
9-
constexpr uint32_t SI2019 = 4; // identifies this as 2019 or later
10-
116
#include <cstdint>
127
#include <stdlib.h>
138
#include <string>
149
#include <vector>
1510

11+
constexpr uint16_t TIFFID = 42;
12+
constexpr uint16_t BIGTIFFID = 43;
13+
constexpr uint32_t MAGICNUMBER = 117637889; // identifies this as a scanimage file
14+
constexpr uint32_t SI2019 = 4; // identifies this as 2019 or later
15+
1616
typedef struct SiffParams{
1717
std::string filename;
1818
bool little;

0 commit comments

Comments
 (0)