| Author |
Image.getScaledInstance(...)
|
Jon Camilleri
Ranch Hand
Joined: Apr 25, 2008
Posts: 659
|
posted

0
|
Would you kindly give an example on when to change the algorithm, what algorithms are in use, and, which are the most relevant, for the call to Image.getScaledInstance(int Width, int Height, int Hints)?
|
Jon
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4163
|
|
|
There's an interesting article about that: The Perils of Image.getScaledInstance().
|
luck, db
There are no new questions, but there may be new answers.
|
 |
Jon Camilleri
Ranch Hand
Joined: Apr 25, 2008
Posts: 659
|
posted

0
|
Thanks
|
 |
Rob Camick
Ranch Hand
Joined: Jun 13, 2009
Posts: 1786
|
|
Do you ever do any searching on your own?
If you go to Google and enter "getScaledInstance", the first link that comes up is the one given to you by Darryl.
Its time you learned some basic searching and problem solving techniques, like using Google and like posting a SSCCE with your questions.
|
 |
Jon Camilleri
Ranch Hand
Joined: Apr 25, 2008
Posts: 659
|
posted

0
|
Rob Camick wrote:Do you ever do any searching on your own?
If you go to Google and enter "getScaledInstance", the first link that comes up is the one given to you by Darryl.
Its time you learned some basic searching and problem solving techniques, like using Google and like posting a SSCCE with your questions.
Yes sure, I just forgot to search
My ~10k hyperlinks at http://www.delicious.com/jon80.
|
 |
 |
|
|
subject: Image.getScaledInstance(...)
|
|
|