summaryrefslogtreecommitdiffstats
path: root/include/bmpjpeg.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-04-11 11:33:34 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-04-11 11:33:34 (GMT)
commit674986844b08c2dc2386e084ec523f577b7990d0 (patch)
treec909208d5217c6e770522476dd6cd300508dd725 /include/bmpjpeg.h
parent06f2fad8fd69c8405769efbd64c6312ec9815341 (diff)
download5kk53-674986844b08c2dc2386e084ec523f577b7990d0.zip
5kk53-674986844b08c2dc2386e084ec523f577b7990d0.tar.gz
5kk53-674986844b08c2dc2386e084ec523f577b7990d0.tar.bz2
Forgot to add them with the .c files
Diffstat (limited to 'include/bmpjpeg.h')
-rw-r--r--include/bmpjpeg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/bmpjpeg.h b/include/bmpjpeg.h
new file mode 100644
index 0000000..72fba92
--- /dev/null
+++ b/include/bmpjpeg.h
@@ -0,0 +1,3 @@
+void BMPto8x8AndYCbCr(int Start_x, int Start_y, int ImageSize_x, int ImageSize_y, int offset, unsigned char depth ,unsigned char *Image, unsigned char *blok8x8);
+void YCbCrAnd8x8toBMP(int Start_x, int Start_y, int ImageSize_x, int ImageSize_y, int offset, unsigned char depth ,unsigned char *Image, unsigned char *blok8x8);
+