dbcxy / java-image-scaling

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

com/jhlabs/image/UnsharpFilter is refereneced but not documented #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Use resampleOp.setUnsharpenMask(AdvancedResizeOp.UnsharpenMask.Normal);

What is the expected output? What do you see instead?
I see: java.lang.NoClassDefFoundError: com/jhlabs/image/UnsharpFilter

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

Please provide any additional information below.

Original issue reported on code.google.com by jigar.pa...@gmail.com on 17 Nov 2009 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by m%nobel-...@gtempaccount.com on 18 Nov 2009 at 9:44

GoogleCodeExporter commented 9 years ago
Note: you can find those filters here: 
http://www.jhlabs.com/ip/filters/download.html

Original comment by wsoren...@gmail.com on 28 Feb 2010 at 3:22

GoogleCodeExporter commented 9 years ago
Can you please tell me what am I supposed to do with these filters?
I am having this problem but I cannot solve it...

Original comment by Dimitris...@gmail.com on 25 Jul 2012 at 1:45

GoogleCodeExporter commented 9 years ago
Finally figured it out: For all those with the same problem do the following:

1. Download this zip file: http://www.jhlabs.com/ip/filters/download.html
2. Inside, you will find in the "dist" folder a .jar file named Filters.jar
3. Add Filters.jar to you project
4. Done

Original comment by Dimitris...@gmail.com on 25 Jul 2012 at 1:57