projects
/
detafelator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5021ac0
)
all channels
master
author
Jann Horn
<jann@thejh.net>
Tue, 5 Nov 2013 21:55:52 +0000
(22:55 +0100)
committer
Jann Horn
<jann@thejh.net>
Tue, 5 Nov 2013 21:55:52 +0000
(22:55 +0100)
detafelator.c
patch
|
blob
|
history
diff --git
a/detafelator.c
b/detafelator.c
index
ebc68b5
..
fef4695
100644
(file)
--- a/
detafelator.c
+++ b/
detafelator.c
@@
-48,6
+48,7
@@
int main(int argc, char **argv) {
/*avg(*/pxptr(oimg,x-1,y)[0]/*,pxptr(oimg,x,y-1)[0])*/ - (pxptr(iimg, x, y)[0]-128)
);
}
+ pxptr(oimg,x,y)[2] = pxptr(oimg,x,y)[1] = pxptr(oimg,x,y)[0];
}
}