hi. all.
did wince5.0 provide jpg api for developers to program jpg files reader.
if it support it, where can i get some information. can you tell. thx.

regards

Re: how can i you jpg api functions to read jpg files in wince5.0 by Voidcoder

Voidcoder
Fri Mar 10 09:00:52 CST 2006

The IImage interface is your friend:

Imaging Reference
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcemultimedia5/html/wce50grfImagingReference.asp



"xinchen" <xinchen97@21cn.com> wrote in message news:%23ss$V5ERGHA.2088@TK2MSFTNGP14.phx.gbl...
> hi. all.
> did wince5.0 provide jpg api for developers to program jpg files reader. if it support it, where can i get some
> information. can you tell. thx.
>
> regards
>



Re: how can i you jpg api functions to read jpg files in wince5.0 by bluesphere

bluesphere
Fri Mar 10 16:48:32 CST 2006

I had a hard time in including Imaging support,
but then i MADE it. The trickiest part was including
<Imaging.h>. I found all sort of conficts with other
headers. Mostly redefinitions.


"Voidcoder" <voidcoder@yahoo.com> wrote in message
news:OKvtxNFRGHA.4900@TK2MSFTNGP09.phx.gbl...
> The IImage interface is your friend:
>
> Imaging Reference
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcemultimedia5/html/wce50grfImagingReference.asp
>
>
>
> "xinchen" <xinchen97@21cn.com> wrote in message
news:%23ss$V5ERGHA.2088@TK2MSFTNGP14.phx.gbl...
> > hi. all.
> > did wince5.0 provide jpg api for developers to program jpg files
reader. if it support it, where can i get some
> > information. can you tell. thx.
> >
> > regards
> >
>
>



Re: how can i you jpg api functions to read jpg files in wince5.0 by bluesphere

bluesphere
Fri Mar 10 16:57:30 CST 2006


The JPEGLIB from the Independent JPEG
Group is another option. FOLLOW the
FOLLOWING link -->

http://www.pocketpcdn.com/articles/jpeglib.html

the library has been ported to WinCE. If the lib file
you download doesn't suit your needs. Compile the
sources. It's straightforward.

But i'm afraid that you will need to work with
Bitmaps and DCs a lot in this case.

IMGDCMP.DLL is another option, but it seems
that Microsoft doesn't support it.


"xinchen" <xinchen97@21cn.com> wrote in message
news:%23ss$V5ERGHA.2088@TK2MSFTNGP14.phx.gbl...
> hi. all.
> did wince5.0 provide jpg api for developers to program jpg files reader.
> if it support it, where can i get some information. can you tell. thx.
>
> regards
>
>