Hi all!
I have been on a “break” from java programing for quite some time, when i did stuff last time it was java 1.1 and to do per pixel manipulation i stored the images as byte arrays, so I could eaily manipulte colors, rotate, resize and such.
Now i have been thinking of getting up to date here, and would like to have input on how to do those thing in java 1.4 and/or 1.5.
An example of a old java 1.1 intro can be seen here http://joc.facelesswarriors.com/ . I would like to be able to do simular things like that but in the new java versions, and hopefully get better speed.
Warning applet take very long time to intitalize