gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gzz] Images with AWT


From: Matti Katila
Subject: Re: [Gzz] Images with AWT
Date: Tue, 1 Apr 2003 21:51:03 +0300 (EEST)

On Tue, 1 Apr 2003, Tuukka Hastrup wrote:
>> There's no span/enfilade handler for images in awt side.
> Which parts of the OpenGL code should be mirrored in awt?

None. Use java.awt.*; or such.

> What kind of applications?

What about applications? Just the image handler get's an orthoBox where it 
draws the image. Yep, this is for pp but afterall the fenfire benefits 
from it because then it can show images also in nodes with awt.

>> Image should be able to zoom in/out but we can not scale images as 
>> dynamically as we can in gl side because it's too slow. 
> How should this be resolved?

Use approximation. For example cut from the edges. Probably you can 
double*n or half*n the size to get feeling about zooming =)  Tuomas also 
suggested something about thumbnails. Just need to forget dynamic 
scaling for speed issues.
 
>> Might be that the one who will write image handler 'has' to play with 
>> Nokia's camera phone while testing how the handler works ;)
> How are phones related to this?

Pp stuff gets interesting ;)

So, are you willing to write this?


   -Matti





reply via email to

[Prev in Thread] Current Thread [Next in Thread]