com.alibaba.simpleimage.jai.scale
类 LanczosOpImage

java.lang.Object
  继承者 GeometricOpImage
      继承者 com.alibaba.simpleimage.jai.scale.LanczosOpImage

已过时。

@Deprecated
public class LanczosOpImage
extends GeometricOpImage

由于存在分块导致缩略后图片有问题,所以暂时放弃利用JAI实现Lanczos的想法, lanczos算法在LanczosScaleOp中实现

作者:
wendell

构造方法摘要
LanczosOpImage(RenderedImage source, ImageLayout layout, Map config, double scaleX, double scaleY)
          已过时。  
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

LanczosOpImage

public LanczosOpImage(RenderedImage source,
                      ImageLayout layout,
                      Map config,
                      double scaleX,
                      double scaleY)
已过时。 


Copyright © 2012–2013 Alibaba Group. All rights reserved.