Package com.alibaba.simpleimage.jai.scale

Examples of com.alibaba.simpleimage.jai.scale.LanczosCRIF


     * 由于LancsosOpImage暂时不用,该方法也暂时不用
     */
    @SuppressWarnings("unused")
    private synchronized static void registerLanczosOperator() {
        LanczosDescriptor lanczosDescriptor = new LanczosDescriptor();
        RenderedImageFactory rif = new LanczosCRIF();
       
        registerRIFOperator(lanczosDescriptor, rif, "Lanczos", "com.alibaba.platform", "rendered");
    }
View Full Code Here

TOP

Related Classes of com.alibaba.simpleimage.jai.scale.LanczosCRIF

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.