Hi,

I am developing an application which loads and shows big jpegs (like that of
3 to 4 MBs). Please anyone can give me some links or samples how to load and
show jpegs in win CE.

Thanks,

Arsalan.

Re: Loading images in WinCE by Amit

Amit
Tue Nov 11 16:10:26 CST 2003

Check this out..
http://www.codeproject.com/ce/PNG__JPG__etc_on_PocketPC.asp

Hope it helps...
Regards
Amit
"Arsalan Ahmad" <arsal__@hotmail.com> wrote in message
news:Opv7XuCqDHA.3844@tk2msftngp13.phx.gbl...
> Hi,
>
> I am developing an application which loads and shows big jpegs (like that
of
> 3 to 4 MBs). Please anyone can give me some links or samples how to load
and
> show jpegs in win CE.
>
> Thanks,
>
> Arsalan.
>
>



Re: Loading images in WinCE by The

The
Tue Nov 11 03:34:24 CST 2003


"Amit" <amitranjan@nospam.visualsoft-tech.com> wrote in message
news:%23N0HY8CqDHA.3320@tk2msftngp13.phx.gbl...
> Check this out..
> http://www.codeproject.com/ce/PNG__JPG__etc_on_PocketPC.asp

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

but beware, the sample code provided contains nasty bugs that are left to
discover as an exercice to the reader...



Re: Loading images in WinCE by Timothy

Timothy
Tue Nov 11 09:27:04 CST 2003

You can use CVOImage (http://www.voscorp.com/ppc/dev) if all you're doing is
displaying the graphics. It will load them using the IMGDECMP.DLL that's
distributed with CE.

If you need to save the images, you might take a look at CXImage on the
CodeProject. I've only used it on desktop apps but it's very powerful.

One thing to keep in mind with either class is that there is no optimization
for 12 bit displays so you'd have to do that yourself (basically it's a
dithering technique) if you're targetting 4096 color devices.

Cheers,

TT

"Arsalan Ahmad" <arsal__@hotmail.com> wrote in message
news:Opv7XuCqDHA.3844@tk2msftngp13.phx.gbl...
> Hi,
>
> I am developing an application which loads and shows big jpegs (like that
of
> 3 to 4 MBs). Please anyone can give me some links or samples how to load
and
> show jpegs in win CE.
>
> Thanks,
>
> Arsalan.
>
>



Re: Loading images in WinCE by The

The
Tue Nov 11 16:24:00 CST 2003

the bottom-line is:

there is no API to load JPEG images.

there are some opensource license-free libraries available, but you need to
write some code to integrate them.



Re: Loading images in WinCE by Arsalan

Arsalan
Wed Nov 12 15:42:23 CST 2003

Hi,

I have checked my device. It does not have IMGDECMP.DLL. Its O2 xda pada
having ARM SA1110 processor and MS Pocket PC Version 3.0.12039 OS. Please
reply where I can find the required dll for my device.

Thanks,

Arsalan.
"Timothy Tripp" <timothyt@dontspamme.voscorp.com> wrote in message
news:uU#SHhGqDHA.744@tk2msftngp13.phx.gbl...
> You can use CVOImage (http://www.voscorp.com/ppc/dev) if all you're doing
is
> displaying the graphics. It will load them using the IMGDECMP.DLL that's
> distributed with CE.
>
> If you need to save the images, you might take a look at CXImage on the
> CodeProject. I've only used it on desktop apps but it's very powerful.
>
> One thing to keep in mind with either class is that there is no
optimization
> for 12 bit displays so you'd have to do that yourself (basically it's a
> dithering technique) if you're targetting 4096 color devices.
>
> Cheers,
>
> TT
>
> "Arsalan Ahmad" <arsal__@hotmail.com> wrote in message
> news:Opv7XuCqDHA.3844@tk2msftngp13.phx.gbl...
> > Hi,
> >
> > I am developing an application which loads and shows big jpegs (like
that
> of
> > 3 to 4 MBs). Please anyone can give me some links or samples how to load
> and
> > show jpegs in win CE.
> >
> > Thanks,
> >
> > Arsalan.
> >
> >
>
>



Re: Loading images in WinCE by Timothy

Timothy
Mon Nov 24 13:39:29 CST 2003

I'd be really shocked if it's not there since as I understand it Pocket IE
uses it. If you're looking for it using File Explorer you won't see it
because it's a DLL (which File Explorer doesn't display) you'll need to use
either Explorer on the PC or another file browser like Resco Explorer. Even
in Explorer it may not be displayed if you have "display system files"
turned off, although I'm not sure if it would hide PPC DLLs.

TT

"Arsalan Ahmad" <arsal__@hotmail.com> wrote in message
news:ubJmAjPqDHA.4004@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> I have checked my device. It does not have IMGDECMP.DLL. Its O2 xda pada
> having ARM SA1110 processor and MS Pocket PC Version 3.0.12039 OS. Please
> reply where I can find the required dll for my device.
>
> Thanks,
>
> Arsalan.
> "Timothy Tripp" <timothyt@dontspamme.voscorp.com> wrote in message
> news:uU#SHhGqDHA.744@tk2msftngp13.phx.gbl...
> > You can use CVOImage (http://www.voscorp.com/ppc/dev) if all you're
doing
> is
> > displaying the graphics. It will load them using the IMGDECMP.DLL
that's
> > distributed with CE.
> >
> > If you need to save the images, you might take a look at CXImage on the
> > CodeProject. I've only used it on desktop apps but it's very powerful.
> >
> > One thing to keep in mind with either class is that there is no
> optimization
> > for 12 bit displays so you'd have to do that yourself (basically it's a
> > dithering technique) if you're targetting 4096 color devices.
> >
> > Cheers,
> >
> > TT
> >
> > "Arsalan Ahmad" <arsal__@hotmail.com> wrote in message
> > news:Opv7XuCqDHA.3844@tk2msftngp13.phx.gbl...
> > > Hi,
> > >
> > > I am developing an application which loads and shows big jpegs (like
> that
> > of
> > > 3 to 4 MBs). Please anyone can give me some links or samples how to
load
> > and
> > > show jpegs in win CE.
> > >
> > > Thanks,
> > >
> > > Arsalan.
> > >
> > >
> >
> >
>
>



Re: Loading images in WinCE by Tiny

Tiny
Fri Dec 05 11:26:50 CST 2003

CStatic m_Picture;
.................
m_FileName = dlg.GetPathName();
m_Picture.SetBitmap(SHLoadImageFile(m_FileName));
UpdateData(FALSE);

or

CBitmap BMP;
.................
BMP.Attach(SHLoadImageFile(m_FileName));



"Arsalan Ahmad" <arsal__@hotmail.com> wrote in message
news:Opv7XuCqDHA.3844@tk2msftngp13.phx.gbl...
> Hi,
>
> I am developing an application which loads and shows big jpegs (like that
of
> 3 to 4 MBs). Please anyone can give me some links or samples how to load
and
> show jpegs in win CE.
>
> Thanks,
>
> Arsalan.
>
>