hupeng1991 / java-image-scaling

Automatically exported from code.google.com/p/java-image-scaling
Other
0 stars 0 forks source link

"Still working - >100,000%" #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by frederik...@gmail.com on 7 Oct 2009 at 10:06

Attachments:

GoogleCodeExporter commented 8 years ago
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).

Original comment by m%nobel-...@gtempaccount.com on 7 Oct 2009 at 10:27

Attachments: