java-image-scaling
java-image-scaling copied to clipboard
Automatically exported from code.google.com/p/java-image-scaling
[](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...
``` Hi, Is there a android version for this? nice to have it for android. Thanks. Eman ``` Original issue reported on code.google.com by `[email protected]` on 19 Apr 2013 at...
Use of try-with-resource to prevent from memory leaks.
Update method getName. New return value = "Hermite"
Change the return value of method getName ("BSpline" is now "Mitchell")
Hello, In package 'com.mortennobel.imagescaling'. Both classes MitchellFilter and HemiteFilter have this method: ``` public String getName() { return "BSpline"; } ``` Can you please update ?
# Color misinterpreted on PNG type 6 Hi, here's the issue I'm facing : > INPUT > > ``` java > BufferedImage@113a3944: type = 6 ColorModel: #pixelBits = 32 numComponents...
The method name ImageUtils.getPixelsBGR(...) is quite confusing since the returning data is in RGBA format. Reproducible with the following lines: ``` BufferedImage image= new BufferedImage(1, 1, BufferedImage.TYPE_4BYTE_ABGR); image.setRGB(0, 0, (new...
``` Request for enhancement. Product java-image-scaling-0.8.6.jar Java 7 update 60 OS Ubuntu 14.04 64bits Hello, did you plan to add the method: ResampleFilters.valueOf(String name) and another one to enumerate all...