mortennobel / java-image-scaling

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

Jar file incomplete #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. resampleOp.setUnsharpenMask(AdvancedResizeOp.UnsharpenMask...
2. resampleOp.filter...

What is the expected output? What do you see instead?

Expected: No Expection. Instead: java.lang.NoClassDefFoundError: 
com/jhlabs/image/UnsharpFilter

What version of the product are you using? On what operating system?

0.8.5, Windows 7

Please provide any additional information below.

Apparently the UnsharpFilter is missing in the java-image-scaling-0.8.5.jar

Original issue reported on code.google.com by steph.or...@gmail.com on 24 May 2011 at 9:08

GoogleCodeExporter commented 9 years ago
I added a wiki page to document the required jar-library.

Thanks for the feedback.

Original comment by m%nobel-...@gtempaccount.com on 21 Jun 2011 at 8:43