You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the native call Image.getScaledInstance() for very large images is
very slow. If we can come up with a similar algorithm using an
AffineTransform, we could potentially speed up the plugin a lot, and make
it much more useful.
The first time I tried to write the code, I ran into problems with images
with transparency. However, with a little more work, I think we could have it.
Original issue reported on code.google.com by swegn...@gmail.com on 12 Mar 2008 at 6:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
swegn...@gmail.com
on 12 Mar 2008 at 6:51The text was updated successfully, but these errors were encountered: