Any changes are to allow conversion to BMP
Dependents: Color_Targeting_Catapult
Fork of BaseJpegDecode by
Diff: BaseJpegDecode.cpp
- Revision:
- 7:5010d93af0b6
- Parent:
- 5:85e99ec2e7b5
--- 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); } }