Re: displaying jpg images on Windows CE 5.0
- From: "Tom Gensel \(eMVP\)" <nospam@xxxxxxxxxx>
- Date: Thu, 24 Nov 2005 16:32:29 GMT
Bitmaps are easier only in that they are the already in the native format
Windows uses to represent images. JPGs are in a foreign compressed format
that must be decoded into bitmaps prior to rendering, so it's that added
step of decoding that adds complexity.
To do this with the CE Imaging classes, you would use the
IImagingFactory::CreateImageFromFile method to open the JPG, and then use
the IImage::Draw method to display the image onto a graphics device context.
Tom Gensel (eMVP)
.
- Follow-Ups:
- Re: displaying jpg images on Windows CE 5.0
- From: cindy
- Re: displaying jpg images on Windows CE 5.0
- References:
- displaying jpg images on Windows CE 5.0
- From: cindy
- Re: displaying jpg images on Windows CE 5.0
- From: Tom Gensel \(eMVP\)
- Re: displaying jpg images on Windows CE 5.0
- From: cindy
- displaying jpg images on Windows CE 5.0
- Prev by Date: Re: Lan91c111 drivers
- Next by Date: Problem with USB 2.0 in Windows CE 5.0
- Previous by thread: Re: displaying jpg images on Windows CE 5.0
- Next by thread: Re: displaying jpg images on Windows CE 5.0
- Index(es):
Relevant Pages
|