Show all
Featured downloads:
imagescaling_0_8_3.jar imagescaling_javadoc__0_8_3.zip imagescaling_src__0_8_3.zip
imagescaling_0_8_3.jar imagescaling_javadoc__0_8_3.zip imagescaling_src__0_8_3.zip
The purpose of the library is to provide better image scaling options than the Java runtime provides.
The code is written for Java 1.5 but can be used with previous java version using Retroweaver ( http://retroweaver.sourceforge.net/ ).
---
Release notes
Version 0.8.3 Released (03-10-09)
- Fix spelling error in class name (ThumpnailRescaleOp -> ThumbnailRescaleOp)
- Added ThumbnailRescaleOp, for generating thumbnails fast
- Fixed bug with scaling grayscale images
- Add check if destination image is compatible with source image
- Code compiled for JRE 1.5
- Performance improvements on ResampleOp. Performance gain about 20-30% (!)
- Fixed ArrayIndexOutOfBoundsException ( Issue #1 )
- Changed unsharpedmask from a boolean to a enum
- Introduced DimensionConstrain class, to easy the image scaling calculation
- Set ResampleFilter implementation classes to package only. They should now be referred to using the ResampleFilters class.
- Improved java doc
- Added experimental ResampleOpSingleThread
Version 0.6 Released (25-01-09)
- Improved performance
- Added unsharpen mask option (Using Java Image Filters from http://www.jhlabs.com/)
---
Roadmap
Future features
- Add to Maven repository
- Allow use of ExecutorService
- Minimize memory usage