summaryrefslogtreecommitdiff
path: root/libgphoto2/bayer.h
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-03-01 21:25:43 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-03-01 21:25:43 +0000
commit9b04e7033b30fc5358418b4c1bee17ce1cbb0d12 (patch)
treec45d8c662865963aacca5465273cd4115f8eb40b /libgphoto2/bayer.h
parent01b5e0f3ee1391040c2cdaf766d38ec806fe368a (diff)
downloadlibgphoto2-9b04e7033b30fc5358418b4c1bee17ce1cbb0d12.tar.gz
new bayer algorithm from Theodore et.al.
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10024 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2/bayer.h')
-rw-r--r--libgphoto2/bayer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libgphoto2/bayer.h b/libgphoto2/bayer.h
index e62100f26..258192f6d 100644
--- a/libgphoto2/bayer.h
+++ b/libgphoto2/bayer.h
@@ -40,7 +40,4 @@ int gp_bayer_expand (unsigned char *input, int w, int h, unsigned char *output,
int gp_bayer_decode (unsigned char *input, int w, int h, unsigned char *output,
BayerTile tile);
int gp_bayer_interpolate (unsigned char *image, int w, int h, BayerTile tile);
-
#endif /* __BAYER_H__ */
-
-