This website works better with JavaScript.
Home
Help
Sign In
hms
/
aptdec
mirror of
https://github.com/Xerbo/aptdec
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
fix calibration problem at image bottom
tags/v1.2
Thierry Leconte
21 years ago
parent
24a3f7b62c
commit
d5c0a56eb4
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
image.c
+ 1
- 0
image.c
View File
@@ -151,6 +151,7 @@ for(n=0;n<nrow;n++) {
pv=pixelv[i+offset];
pv=pixelv[i+offset];
k=(n-telestart)/128;
k=(n-telestart)/128;
if(k>=nbtele) k=nbtele-1;
kof=(n-telestart)%128;
kof=(n-telestart)%128;
if(kof<64) {
if(kof<64) {
if(k<1) {
if(k<1) {
Write
Preview
Loading…
Cancel
Save