Ver a proveniência

fix calibration problem at image bottom

tags/v1.2
Thierry Leconte há 20 anos
ascendente
cometimento
d5c0a56eb4
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      image.c

+ 1
- 0
image.c Ver ficheiro

@@ -151,6 +151,7 @@ for(n=0;n<nrow;n++) {
pv=pixelv[i+offset];

k=(n-telestart)/128;
if(k>=nbtele) k=nbtele-1;
kof=(n-telestart)%128;
if(kof<64) {
if(k<1) {


Carregando…
Cancelar
Guardar