(keitai-l) Re: image viewing in iAppli

From: Manish Prabhune <applet_graphics_at_yahoo.com>
Date: 07/23/01
Message-ID: <00f901c11366$b1756fa0$43fe10ac@int.pix.co.jp>
If you mean entry point in terms of where to draw,
the fact that you have decoded a JPEG would mean that you have
pixel wise information with you. You could then draw directly
on the canvas pixel by pixel. But I do not know how you
would supply the color information

Manish
www.imodeindia.com



----- Original Message -----
From: "naveen" <nimmavanu@yahoo.com>
To: <keitai-l@appelsiini.net>
Sent: Monday, July 23, 2001 4:51 PM
Subject: (keitai-l) Re: image viewing in iAppli


> getting the file as a stream is okay, but where is the entry point into
the
> iAppli(after converting....).
> We are going for Jpegs because it gives better quality of photo images and
> you have maintained a nice site there.
> thanks
> naveen
> ----- Original Message -----
> From: "Manish Prabhune" <applet_graphics@yahoo.com>
> To: <keitai-l@appelsiini.net>
> Sent: Monday, July 23, 2001 12:45 PM
> Subject: (keitai-l) Re: image viewing in iAppli
>
>
> > I think you will have to get this file over a HTTP connection as a
stream
> of
> > bytes and then
> > use whatever logic to decode it.
> > But doing this over a keitai hmmmmmm why do you want to do it anyway?
> >
> > Manish Prabhune
> > www.imodeindia.com
> >
> >
> > ----- Original Message -----
> > From: "naveen" <nimmavanu@yahoo.com>
> > To: <keitai-l@appelsiini.net>
> > Sent: Monday, July 23, 2001 11:45 AM
> > Subject: (keitai-l) image viewing in iAppli
> >
> >
> > > hi ,
> > > I am relatively new to keitai development, I have to display a jpeg
> image
> > in
> > > an iAppli, how do i go about it.
> > > I traced the code of doja api, the support for GIFs is system
> dependent(I
> > > guess), as i eneded in native methods for handling images.
> > > I plan to do jpeg decoding in the client( keitai) and pass the byte
> array
> > > thus got to the Iappli.
> > > I have got two problems now, Will I be able to do decoding in client
> side
> > > (with limited resources) and where shall i pass the raw image byte
array
> > to
> > > the software(doja/cldc).
> > > regards
> > > naveen
> > >
> > >
> > > _________________________________________________________
> > > Do You Yahoo!?
> > > Get your free @yahoo.com address at http://mail.yahoo.com
> > >
> > >
> > > [ Did you check the archives?   http://www.appelsiini.net/keitai-l/ ]
> >
> >
> > _________________________________________________________
> > Do You Yahoo!?
> > Get your free @yahoo.com address at http://mail.yahoo.com
> >
> >
> > [ Did you check the archives?   http://www.appelsiini.net/keitai-l/ ]
>
>
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> [ Did you check the archives?   http://www.appelsiini.net/keitai-l/ ]


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


[ Did you check the archives?   http://www.appelsiini.net/keitai-l/ ]
Received on Mon Jul 23 13:50:06 2001