Package com.sun.media.jai.opimage

Examples of com.sun.media.jai.opimage.SubsampleAverageCRIF


        pb.addSource(input);
        pb.add(scale);
        pb.add(scale);

        // Because the mlib subsampleaverage has bug, use pure java version
        SubsampleAverageCRIF factory = new SubsampleAverageCRIF();
        PlanarImage zoomOp = (PlanarImage) factory.create(pb, qualityHints);

        return zoomOp;
    }
View Full Code Here

TOP

Related Classes of com.sun.media.jai.opimage.SubsampleAverageCRIF

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.