aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Image.getScaledInstance(...) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Image.getScaledInstance(...)" Watch "Image.getScaledInstance(...)" New topic
Author

Image.getScaledInstance(...)

Jon Camilleri
Ranch Hand

Joined: Apr 25, 2008
Posts: 659

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
    
    3

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

Thanks
Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Posts: 1786
    
    2
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

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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Image.getScaledInstance(...)
 
Similar Threads
how do i magnify in on an image
Generating thumbnail on unix
Resizing an image
resizing an icon in gridlayout
Crop an Image