converting one image format to another
i have the image object which is created from the BitMap Object. But now i want to convert the Image object into another image object of JPeg format.
can you guys tell me how to do this?
thanks,
eligeti
Answers (1)
0
Create another bitmap object with another format and copy the original one :)