comparison client/digitallibrary/modules/imago.js @ 228:4fac8dd28364

removed originalsize bug
author luginbue
date Sat, 17 Jul 2004 16:57:45 +0200
parents c70823f5af75
children
comparison
equal deleted inserted replaced
227:32212dfba275 228:4fac8dd28364
216 // change scale to 1 216 // change scale to 1
217 dlParams.ws.value = 1.0; 217 dlParams.ws.value = 1.0;
218 218
219 dlParams.ddpix.value = cropFloat(dpi_h); 219 dlParams.ddpix.value = cropFloat(dpi_h);
220 dlParams.ddpiy.value = cropFloat(dpi_v); 220 dlParams.ddpiy.value = cropFloat(dpi_v);
221 221
222 display(3); 222 display(3);
223 223
224 } 224 }
225 225
226 226