This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Reading bmp images



Hi ,

I want 100 bmp images to read simultaneously of size 560x430 .

I am reading first 54 bytes of header info and then data of bmp images in C++ code.

My algorithm is working fine in VS2010.

But when I port same code in CCS 5.4,its taking a lot time to read bmp header it self which is of 54 bytes .

Is there any other way I can read the images .

I want to read all 100 images simultaneously .Is there ant way I can use pre build option in properties to read images and store it into global buffer for further use ..

I am totally became mad in this .