hi,
how do i convert mutilple images (.png/.jpeg/gif) by using CMdaImageFileToBitmapUtility... I am able to convert only 1 image .. but wat i do if i want to convert 50 images simultaneously .
Tannkx in advance,
Ashu
the CMdaImageFileToBitmapUtility., is using the application tread, so it makes not too much sence to make the conversions concurrently., you get it dome same time (or maybe even faster) by converting them consecutively.
Is there any real problems that would really be solved, by doing the conversions concurrently ?
Well thankx for ur prompt reply ....The code given below works fine for converting a png into bitmap . if i want to convert multiple png's then wat shud i do.. ... as u said tht it works over application thread so i must have to include active objects or wat ??? .. can u tell me through an example code ...
..................................................................................................
i am trying to make a resource file for loading png's exaclty like mbm with masking support through code itself . i loaded all the pngs into tht file and want to convert all the pngs into bmp so tht i can use them ne where in my code . i have made multiple instances of CFbsBitmap and loaded all the images into tht CFbsBitmap array ....But the prob wat i m getting is tht i cud not b able to convert all the images ... can u suggest me how do i convert them concurrently ......
Thnakx,
Ashu