You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 17 Nov 2009 at 4:32
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 17 Nov 2009 at 4:32The text was updated successfully, but these errors were encountered: