Everything to Bitmap converter

ThomasT

Member
Joined
Aug 7, 2010
Messages
11
Programming Experience
1-3
hi guys
i'm making an app witch sends pics to my cellphone through a gateway and the only image format the gateway supports is Bitmap. Im getting my images through a Google image search API and a web client to download the images.
the only formats i'm worried about is png gif and mabey some other wierd format
so basicly i need something to convert any system.drawing.imaging.imageformat to a bitmap i want to try and stay away from saving it as a file and reloading it but if there isn't another way that is what i will use.
I thought of using imageformatConverter but i can't find an example of how its used and i don't know myself
 
Back
Top