Any changes are to allow conversion to BMP

Dependents:   Color_Targeting_Catapult

Fork of BaseJpegDecode by Norimasa Okamoto

Files at this revision

API Documentation at this revision

Comitter:
kylepost3
Date:
Wed Apr 30 14:17:05 2014 +0000
Parent:
6:d7ee458cacd1
Commit message:
Any changes are to allow conversion to BMP

Changed in this revision

BaseJpegDecode.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r d7ee458cacd1 -r 5010d93af0b6 BaseJpegDecode.cpp
--- a/BaseJpegDecode.cpp	Sat Feb 02 01:18:15 2013 +0000
+++ b/BaseJpegDecode.cpp	Wed Apr 30 14:17:05 2014 +0000
@@ -70,6 +70,7 @@
 {
     for(int i = 0; i < len; i++) {
         input(buf[i]);
+        printf("decode line %i\r\n", i);
     }
 }