Google Code Exporter
Google Code Exporter
``` In the maven pom file the link of the LGPL License is pointing to the GPL license. This is a MAJOR difference. The correct link should be: http://www.gnu.org/licenses/lgpl-3.0.txt ```...
``` I forked the project worked a little on the code, specifically: * The ant task is now extended to automatically download the depending library and offer a unit test...
``` What steps will reproduce the problem? 1.I want to rescale icon with rounded corners (with alpha chanel). This rescaled image will be placed on some bacground with the same...
``` What steps will reproduce the problem? 1. not depending if a pic is 300x100px or 100x300px 2. I want to create a pic with eg. 300x300px or 60x60px 3....
``` Attached is a draft of a servlet implementation that can handle image resizing. It is working but I'm still working on a caching mechanism that would prevent the recreation...
``` Only a small part of all jhlabs filters and supporting classes is used in this project. Why not integrate it directly instead of having to include another large jar?...
``` 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...
``` What steps will reproduce the problem? 1. Using a box filter should only read every channel value once for. But there exist some cases where the value if read...
``` What steps will reproduce the problem? 1. Scale a image less than 3 pixels in any direction What is the expected output? What do you see instead? Throws a...
``` There is a dontClone method. I would suggest to also do the opposite where you specify the only classes that can be cloned. ``` Original issue reported on code.google.com...