I try to scale an Image, because it's large and I need it in different, smaler sizes...
The problem is, that when I try to scale the Image with the 'scale'-method in the GreenfootImage-class, the image becomes pixelated. I already scaled the image with GIMP, but it needs a lot of memory, to save all the image in different sizes!
Is there another possibility in Java (Maybe an algorithm or anything else), to scale an image smaler without becoming pixelated?