I’ve been trying to write a simple applet for rescaling and rotating images prior to uploading them to wordpress, but the way in which Java2D works with images really really REALLY! sucks. There is just no way to easilly get what you want. Right now I’m seriously contemplating just creating all the logic from scratch….
{ 2007 01 15 }
p3t0r | 19-Jan-07 at 5:12 am | Permalink
Maybe you should have a look at JAI, I came across the following example for scaling images with it:
Might just work!
arne | 19-Jan-07 at 5:48 am | Permalink
You’re right, but it adds the extra requirement of having JAI installed, which I’m quite hesitant to do right now. I might look in to it though.