(keitai-l) Re: image viewing in iAppli

From: naveen <nimmavanu_at_yahoo.com>
Date: 07/24/01
Message-ID: <003801c1140f$4fb12940$4c00a8c0@naveen>
Could u please point me some links, where the image data(pixels....int[])
are being directly written to canvas. Is there anything similar to
ImageProducer, etc in DoJa api.
thanks in advance
naveen

----- Original Message -----
From: "Manish Prabhune" <applet_graphics@yahoo.com>
To: <keitai-l@appelsiini.net>
Sent: Monday, July 23, 2001 8:00 PM
Subject: (keitai-l) Re: image viewing in iAppli


> 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/ ]


_________________________________________________________
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 Tue Jul 24 09:57:22 2001