Package info.magnolia.imaging.operations.cropresize.resizers

Class Summary
BasicResizer Basic implementation of a Resizer.
MultiStepResizer Highly inspired by http://today.java.net/lpt/a/362 This method will use a multi-step scaling technique that provides higher quality than the usual one-step technique (only useful in downscaling cases, where targetWidth or targetHeight is smaller than the original dimensions, and generally only when the BILINEAR hint is specified).
ScaleAreaAveragingResizer This implementation uses the discouraged java.awt.Image#getScaledInstance method, which has rather poor performance, but unmatched quality.
 



Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.