summaryrefslogtreecommitdiffstats
path: root/include/bmpjpeg.h
diff options
context:
space:
mode:
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);
+