-
Notifications
You must be signed in to change notification settings - Fork 6
/
cap-max.toml
38 lines (33 loc) · 930 Bytes
/
cap-max.toml
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
# This is an example capabilities file. Please note that RAIS will not check
# custom capabilities for validity; as such, if you claim something is enabled
# which RAIS doesn't support, such as WEBP output, IIIF image clients may make
# invalid requests RAIS won't handle.
#
# All values below reflect the state of RAIS's capabilities as of August, 2018.
# Note that Gif output is disabled by default, but may be enabled if desired.
# It is generally too slow for a production server, however.
RegionByPx = true
RegionByPct = true
RegionSquare = true
SizeByWhListed = true
SizeByW = true
SizeByH = true
SizeByPct = true
SizeByWh = true
SizeByForcedWh = true
SizeAboveFull = true
SizeByConfinedWh = true
SizeByDistortedWh = true
RotationBy90s = true
Mirroring = true
Default = true
Color = true
Gray = true
Bitonal = true
Jpg = true
Png = true
Gif = false
Tif = true
BaseURIRedirect = true
Cors = true
JsonldMediaType = true