annotate .hgignore @ 1421:8a713bc0e86f new_scaling

reworked ImageJobDescription to make class (slightly) easier to understand. important logic now mostly in prepareScaleParams(). added "squeeze" mode to distort the image in iiif-fashion. added "fill" mode to enlarge image area to fill destination rectangle (details subject to change).
author robcast
date Mon, 26 Oct 2015 20:22:51 +0100
parents bd7dfa8b164e
children 8821a80fd9bc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
907
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
1
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
2 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
3 ^webapp/src/main/webapp/META-INF$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
4 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
5 ^webapp/src/main/webapp/WEB-INF/web\.xml$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
6 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
7 ^webapp/target$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
8 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
9 ^text/target$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
10 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
11 ^servlet2/target$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
12 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
13 ^servlet3/target$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
14 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
15 ^pdf/target$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
16 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
17 ^common/target$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
18 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
19 ^\.project$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
20 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
21 ^webapp/\.settings$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
22 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
23 ^servlet2/\.settings$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
24 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
25 ^servlet3/\.settings$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
26 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
27 ^pdf/\.settings$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
28 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
29 ^text/\.settings$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
30 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
31 ^common/\.settings$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
32 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
33 ^webapp/\.classpath$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
34 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
35 ^servlet2/\.classpath$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
36 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
37 ^servlet3/\.classpath$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
38 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
39 ^pdf/\.classpath$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
40 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
41 ^text/\.classpath$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
42 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
43 ^common/\.classpath$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
44 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
45 ^webapp/\.project$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
46 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
47 ^servlet2/\.project$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
48 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
49 ^servlet3/\.project$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
50 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
51 ^pdf/\.project$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
52 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
53 ^text/\.project$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
54 syntax: regexp
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
55 ^common/\.project$
f74f34b10312 update to jquery 1.7.1 (not fully tested)
robcast
parents:
diff changeset
56 syntax: regexp
910
b9f1927945bb more to ignore
robcast
parents: 907
diff changeset
57 ^\.settings$
b9f1927945bb more to ignore
robcast
parents: 907
diff changeset
58 syntax: regexp
912
7582a19d0183 add current berlios website pages to repo
robcast
parents: 910
diff changeset
59 ^servlet3/bin$
7582a19d0183 add current berlios website pages to repo
robcast
parents: 910
diff changeset
60 syntax: regexp
7582a19d0183 add current berlios website pages to repo
robcast
parents: 910
diff changeset
61 ^digilib-log\.txt$
7582a19d0183 add current berlios website pages to repo
robcast
parents: 910
diff changeset
62 syntax: regexp
915
400f0e0f5fdc added timeout-parameter and timeout-handler to AsyncServletWorker.
robcast
parents: 912
diff changeset
63 ^dl-access-log\.txt$
400f0e0f5fdc added timeout-parameter and timeout-handler to AsyncServletWorker.
robcast
parents: 912
diff changeset
64 syntax: regexp
400f0e0f5fdc added timeout-parameter and timeout-handler to AsyncServletWorker.
robcast
parents: 912
diff changeset
65 ^webapp/digilib-log\.txt$
400f0e0f5fdc added timeout-parameter and timeout-handler to AsyncServletWorker.
robcast
parents: 912
diff changeset
66 syntax: regexp
950
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
67 ^webapp/dl-access-log\.txt$
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
68 syntax: regexp
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
69 ^common-jai/target$
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
70 syntax: regexp
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
71 ^common-imagej/target$
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
72 syntax: regexp
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
73 ^common-imagej/\.classpath$
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
74 syntax: regexp
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
75 ^common-imagej/\.project$
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
76 syntax: regexp
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
77 ^common-imagej/\.settings$
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
78 syntax: regexp
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
79 ^common-jai/\.settings$
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
80 syntax: regexp
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
81 ^common-jai/\.classpath$
a052cfbe8afb moved DocuImage implementations with non-standard toolkits (JAI, ImgeJ) into separate Maven modules.
robcast
parents: 915
diff changeset
82 syntax: regexp
963
9f96ecfec4f9 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents: 950
diff changeset
83 ^common-jai/\.project$
9f96ecfec4f9 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents: 950
diff changeset
84 syntax: regexp
9f96ecfec4f9 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents: 950
diff changeset
85 ^common-bioformats/\.classpath$
9f96ecfec4f9 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents: 950
diff changeset
86 syntax: regexp
9f96ecfec4f9 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents: 950
diff changeset
87 ^common-bioformats/\.project$
9f96ecfec4f9 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents: 950
diff changeset
88 syntax: regexp
9f96ecfec4f9 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents: 950
diff changeset
89 ^common-bioformats/target$
9f96ecfec4f9 DocuImage implementation using Bio-Formats library (doesn't work yet).
robcast
parents: 950
diff changeset
90 syntax: regexp
1072
7c90ea71b410 reorganising fullscreen buttons directory.
robcast
parents: 963
diff changeset
91 ^common-bioformats/\.settings$
7c90ea71b410 reorganising fullscreen buttons directory.
robcast
parents: 963
diff changeset
92 syntax: regexp
1149
96dfc489e9f3 !! HISTORY CHANGED !! PLEASE RE-CLONE THE REPOSITORY !!
robcast
parents: 1072
diff changeset
93 ^webapp/src/main/webapp/jquery/img/fullscreen/svg_gen$
96dfc489e9f3 !! HISTORY CHANGED !! PLEASE RE-CLONE THE REPOSITORY !!
robcast
parents: 1072
diff changeset
94 syntax: regexp
96dfc489e9f3 !! HISTORY CHANGED !! PLEASE RE-CLONE THE REPOSITORY !!
robcast
parents: 1072
diff changeset
95 ^webapp/src/main/webapp/WEB-INF/digilib-config\.xml$
96dfc489e9f3 !! HISTORY CHANGED !! PLEASE RE-CLONE THE REPOSITORY !!
robcast
parents: 1072
diff changeset
96 syntax: regexp
96dfc489e9f3 !! HISTORY CHANGED !! PLEASE RE-CLONE THE REPOSITORY !!
robcast
parents: 1072
diff changeset
97 ^webapp/src/main/webapp/WEB-INF/digilib-auth\.xml$
96dfc489e9f3 !! HISTORY CHANGED !! PLEASE RE-CLONE THE REPOSITORY !!
robcast
parents: 1072
diff changeset
98 syntax: regexp
96dfc489e9f3 !! HISTORY CHANGED !! PLEASE RE-CLONE THE REPOSITORY !!
robcast
parents: 1072
diff changeset
99 ^webapp/src/main/webapp/WEB-INF/digilib-map\.xml$
96dfc489e9f3 !! HISTORY CHANGED !! PLEASE RE-CLONE THE REPOSITORY !!
robcast
parents: 1072
diff changeset
100 syntax: regexp
96dfc489e9f3 !! HISTORY CHANGED !! PLEASE RE-CLONE THE REPOSITORY !!
robcast
parents: 1072
diff changeset
101 ^webapp/src/main/webapp/WEB-INF/log4j-config\.xml$
1158
29e86ae1e3b2 starting to clean license headers.
robcast
parents: 1149
diff changeset
102
29e86ae1e3b2 starting to clean license headers.
robcast
parents: 1149
diff changeset
103 syntax: regexp
1161
1246eb4e60e7 more to ignore.
robcast
parents: 1158
diff changeset
104 ^target$
1246eb4e60e7 more to ignore.
robcast
parents: 1158
diff changeset
105 syntax: regexp
1169
888cdaf022fe shuffling classes around: moved last servlet dependencies from common to new servlet module.
robcast
parents: 1161
diff changeset
106 ^webapp/bin$
888cdaf022fe shuffling classes around: moved last servlet dependencies from common to new servlet module.
robcast
parents: 1161
diff changeset
107 syntax: regexp
888cdaf022fe shuffling classes around: moved last servlet dependencies from common to new servlet module.
robcast
parents: 1161
diff changeset
108 ^servlet/target$
888cdaf022fe shuffling classes around: moved last servlet dependencies from common to new servlet module.
robcast
parents: 1161
diff changeset
109 syntax: regexp
888cdaf022fe shuffling classes around: moved last servlet dependencies from common to new servlet module.
robcast
parents: 1161
diff changeset
110 ^servlet/\.settings$
888cdaf022fe shuffling classes around: moved last servlet dependencies from common to new servlet module.
robcast
parents: 1161
diff changeset
111 syntax: regexp
888cdaf022fe shuffling classes around: moved last servlet dependencies from common to new servlet module.
robcast
parents: 1161
diff changeset
112 ^servlet/\.classpath$
888cdaf022fe shuffling classes around: moved last servlet dependencies from common to new servlet module.
robcast
parents: 1161
diff changeset
113 syntax: regexp
1171
ac3719dc46ff fix bug in dlConfig when File is null.
robcast
parents: 1169
diff changeset
114 ^servlet/\.project$
ac3719dc46ff fix bug in dlConfig when File is null.
robcast
parents: 1169
diff changeset
115 syntax: regexp
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1171
diff changeset
116 ^servlet/bin$
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1171
diff changeset
117 syntax: regexp
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1171
diff changeset
118 ^doc/\.settings$
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1171
diff changeset
119 syntax: regexp
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1171
diff changeset
120 ^doc/\.project$
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1171
diff changeset
121 syntax: regexp
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents: 1171
diff changeset
122 ^doc/target$