On 29 Apr 2004 09:36:52 -0700,
() wrote or quoted :
>Hi, I'm looking for a simple way to scale a png image, not
>with existing APIs, but I need the concept (or better, a sample
>source code)
>Can anyone point me out some links/help?
Just use drawImage with a scale onto a JPanel
If you don't want to display the result, try drawImage onto another
Image. I have not done this, but I've read about it, sort of like
having sex while hanging from a trapeeze.
see
http://mindprod.com/jgloss/jpegencoder.html
for links to the techniques for converting gif jpg and png back to
files.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See
http://mindprod.com/jgloss/jgloss.html for The Java Glossary.