it takes 3sec to load a 1280x1024 jpg (on V3M) | developer.brewmp.com it takes 3sec to load a 1280x1024 jpg (on V3M) | developer.brewmp.com

Developer

it takes 3sec to load a 1280x1024 jpg (on V3M)

Forums:

I found it is very slow to load a 1280x1024 jpg on Motorola V3M.

I have tested the following two ways to load jpeg:
1. ISHELL_LoadImage (this function returns after 3.5 seconds)

2. ISHELL_CreateInstance(Shell,AEECLSID_JPEG,(void **)(&m_testImg));
IIMAGE_Notify(m_testImg, (PFNIMAGEINFO)IImageCallback, this);
.....
IIMAGE_SetStream(m_testImg, (IAStream*)m_testImgFile); (SetStream returns after 3 seconds)

During loading, the application is frozen.

However, I found the phone's native image view can open the same jpeg file instantly.
Are there any way to speed up jpeg loading.

Thanks,

Simon