-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathseformatbmp.conf
34 lines (34 loc) · 1.06 KB
/
seformatbmp.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE SEFormatBMP>
<configuration>
<!--
Hide information into RED color (for each pixel)
values: true / false
-->
<useRed>true</useRed>
<!--
Hide information into GREEN color (for each pixel)
values: true / false
-->
<useGreen>true</useGreen>
<!--
Hide information into BLUE color (for each pixel)
values: true / false
-->
<useBlue>true</useBlue>
<!--
Distribution of hidden informations into pixels (http://www.silenteye.org/embedding.html?i1s2).
values: EQUI / INLINE
-->
<distribution>EQUI</distribution>
<!--
Header position
SilentEye's header contains message size and have to be hide at a known position (http://www.silenteye.org/embedding.html?i1s2).
values: TOP / BOTTOM / SIGNATURE
-->
<headerPosition>SIGNATURE</headerPosition>
<!--
Number of bit used in each color of each pixel (one color = 8bit)
values: 1 to 6
-->
<nbBits>3</nbBits>
</configuration>