Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find a new algorithm for resizing images in FilesystemPlugin #34

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 2 comments
Open

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by swegn...@gmail.com on 12 Mar 2008 at 7:05

  • Added labels: Milestone-Release1.0
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Can add multithreading support to this.

Original comment by csven...@gmail.com on 3 Sep 2008 at 5:34

  • Added labels: ****
  • Removed labels: ****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant