Closed Thread Icon

Topic awaiting preservation: Java Applets n00bie (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=12894" title="Pages that link to Topic awaiting preservation: Java Applets n00bie (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Java Applets n00bie <span class="small">(Page 1 of 1)</span>\

 
Bmud
Bipolar (III) Inmate

From: Raleigh, NC
Insane since: Mar 2001

posted posted 09-12-2003 23:43

I'd like to try my hand at making an applet for the first time in my life. More specifically, I'd like to blur an image dynamically. This is asomething that neither flash nor shockwave can do, and it's my most desired effect..

Thanks in advance.

Shine and shine. :: [Cell=992] :: [See my team's 30 second animation]

Veneficuz
Paranoid (IV) Inmate

From: A graveyard of dreams
Insane since: Mar 2001

posted posted 09-13-2003 00:22

If you're new to the whole Java thing this tutorial is a nice place to get started. It is a game programming tutorial, but it covers the basics that you need to create most applets/programs...

If you allready know some Java, this article over at CFXweb is a nice place get started with pixel manipulation of images. It covers how to do the basic stuff that you need to know.

When you know that you can start creating the blur effect. The theory behind that effect is mainly that you calculate the new color value of a pixel as the 'average of the surounding pixels'...


_________________________
"There are 10 kinds of people; those who know binary, those who don't and those who start counting at zero"

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 09-13-2003 15:45

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

Bmud
Bipolar (III) Inmate

From: Raleigh, NC
Insane since: Mar 2001

posted posted 09-15-2003 16:17

Very nice. I expect it will take me a while to pick up speed on a brand new language. Thanks to both of you.

« BackwardsOnwards »

Show Forum Drop Down Menu