I am using CImageDecoder::Convert() to display small JPEG images (many are less than 10K, and they are all 72ppp).
The app displays a sequence of five images, switching image every 5 seconds.
The images that generate the KErrNoMemory are always the same, but they do not always give the KErrNoMemory error. Sometimes they display OK, then in the next sequence they give a KErrNoMemory, and they display OK again in the next round.
These images are not necessarily the largest ones, and none of them is progressive encoded (I already check that issue on Wiki).
I have tried increasing Stacksize, but this seems to have no effect.
any recommendation on what to look at?





