Source file camlimages.ml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# 1 "camlimages.cppo.ml"
# 19 "camlimages.cppo.ml"
let version = "5.0.0"
# 23 "camlimages.cppo.ml"
let lib_gif =
# 24 "camlimages.cppo.ml"
match "false" with "true" -> true | "false" -> false | _ -> assert false
# 25 "camlimages.cppo.ml"
let lib_png =
# 25 "camlimages.cppo.ml"
match "true" with "true" -> true | "false" -> false | _ -> assert false
# 26 "camlimages.cppo.ml"
let lib_jpeg =
# 26 "camlimages.cppo.ml"
match "false" with "true" -> true | "false" -> false | _ -> assert false
# 27 "camlimages.cppo.ml"
let lib_tiff =
# 27 "camlimages.cppo.ml"
match "false" with "true" -> true | "false" -> false | _ -> assert false
# 28 "camlimages.cppo.ml"
let lib_freetype =
# 28 "camlimages.cppo.ml"
match "true" with "true" -> true | "false" -> false | _ -> assert false
# 29 "camlimages.cppo.ml"
let lib_ps =
# 29 "camlimages.cppo.ml"
match "false" with "true" -> true | "false" -> false | _ -> assert false
# 30 "camlimages.cppo.ml"
let lib_xpm =
# 30 "camlimages.cppo.ml"
match "false" with "true" -> true | "false" -> false | _ -> assert false
# 31 "camlimages.cppo.ml"
let lib_exif =
# 31 "camlimages.cppo.ml"
match "false" with "true" -> true | "false" -> false | _ -> assert false
# 33 "camlimages.cppo.ml"
# 35 "camlimages.cppo.ml"
let path_rgb_txt = Some
# 35 "camlimages.cppo.ml"
"/etc/X11/rgb.txt"
# 42 "camlimages.cppo.ml"
let path_gs = None
# 45 "camlimages.cppo.ml"
let lib_ppm = true
let lib_bmp = true
let lib_xvthumb = true
let word_size = Sys.word_size / 8