Export to GitHub

java-image-scaling - issue #9

"Still working - >100,000%"


Posted on Oct 7, 2009 by Massive Rabbit

Hi,

first of all, I would like to thank you for the effort you have done to create a library which, in my eyes, is missing within Java: resizing images and having a decent result as outcome. Great work!

However, when trying the library, I get messages saying that the resize is still working and that it is over 100%. This seems a bit odd :-) If I don't terminate the program myself, it keeps on running. My code is attached.

I'm using Linux Ubuntu (although this should not matter) and Suns JDK 1.6.0.16. Version of java-image-scaling is 0.8.1.

Getting messages like: Still working - 450,250580 percent Still working - 450,278381 percent Still working - 450,306213 percent Still working - 450,334076 percent Still working - 450,361908 percent

Kind regards,

Frederik

Attachments

Comment #1

Posted on Oct 7, 2009 by Helpful Kangaroo

The bug as been fixed and comitted.

You can either wait for 0.8.2 or compile a snapshot version from the subversion.

The actual error was that the progress was not calculated correct (the worker threads was terminated correct).

Attachments

Status: Fixed

Labels:
Type-Defect Priority-Medium